Skip to content

Commit 612c0f4

Browse files
author
Sascha Müller zum Hagen
committed
Readme adopted
1 parent 58896f9 commit 612c0f4

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

README.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,9 @@
1-
![Hacker School](webserver/static/images/Logo.svg)
1+
![HuCon](webserver/static/images/Logo.svg)
22

3-
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.
55

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.
68

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::
13-
14-
# get the sources and install it
15-
curl -s https://api.github.com/repos/juwis/hackerschool/releases/latest \
16-
| grep -oP '"browser_download_url": "\K(.*)(?=")' \
17-
| wget -
18-
19-
wget https://github.com/juwis/hackerschool/releases/download/[ReleaseName]/hucon.run
20-
sh hucon.run
21-
22-
## Usage
23-
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

Comments
 (0)