You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project was created to teach children about programming on a self-built robot.
4
-
The base is the Omega2+ from www.onion.io. In addition to WLAN and the integrated python, this offers a good basis.
3
+
This project was created to teach children how to program a self-built robot.
4
+
The basis is the Omega2+ from www.onion.io. Beside WLAN and the integrated Python this offers a good basis.
5
5
6
+
The main module is the webserver, which provides a [Blockly](https://developers.google.com/blockly/) website with user-defined modules. The custom modules are used for the hardware to build your own robots.
7
+
A Python web server provides the website to program and control the robot from there in Blockly or Python.
6
8
7
-
This project was is using the Omega2+ microcontroller from onion.io with an integrated WiFi Module. This microcontroller is using the python and some python written modules.
8
-
9
-
The main module is the web server, which provides a [Blockly](https://developers.google.com/blockly/) web page with custom modules. The Custom modules are used for the hardware to build your own robotic device. A python web server with a Blockly interface was installed on it.
10
-
11
-
## Installation
12
-
To install this project on your Omega2+, do the following steps on your console::
After restarting the system, the web server is started automatically. Visit http://Omega-ABCD.local:8080 with a browser. ABCD must be replaced with the last four characters of your device's MAC address.
24
-
25
-
## TODO
26
-
27
-
-[ ] The menu bar is to big for a smart phone device.
9
+
Check out our [documentation](https://basler.github.io/hucon/) to learn how to install the HuCon software on your Omega2+.
0 commit comments