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
Copy file name to clipboardExpand all lines: README.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a free and open source visual programming language based on Blockly from Google & MIT, to generate C/C++ code,
4
4
compile and upload to multiple options of microcontrollers. Compatible with any
5
-
[Otto DIY robot, Arduino oe ESP8266 and ESP32 related boards](https://www.ottodiy.com/software). It is the perfect
5
+
[Otto DIY robot, Arduino or ESP8266 and ESP32 related boards](https://www.ottodiy.com/software). It is the perfect
6
6
software to get you started into coding and STEM robotics.
7
7
8
8
## [Click here to watch the video to see all the main features](https://youtu.be/chcWxh4Co_c)
@@ -11,21 +11,17 @@ software to get you started into coding and STEM robotics.
11
11
This software can work offline (standalone) by installing it on your computer. Depending on your operating system the
12
12
installation files are already available or you have to create them yourself.
13
13
14
-
### Windows
14
+
### Windows and MacOS
15
15
16
16
Download the installer from the [releases page](https://github.com/OttoDIY/blockly/releases). After the software is
17
17
installed in your PC, it is ready to use immediately, you do not need to import Arduino libraries or any additional
18
-
swtup for the boards because it comes with a copy of the Arduino CLI, it is all in one software!, you will be ready
18
+
setup for the boards because it comes with a copy of the Arduino CLI, it is all in one software!, you will be ready
19
19
to upload codes directly to your robot or any other Arduino project via USB.
20
20
21
21
If your computer do not recognize the USB device or Otto, you have to install the CH340 or CH341 or FTDI driver that
22
22
is in the ["driversUSB" folder](https://github.com/OttoDIY/blockly/tree/master/driversUSB) or download from
23
23
[this link](https://sparks.gogo.co.nz/ch340.html)
24
24
25
-
### MacOS
26
-
27
-
TODO
28
-
29
25
### Linux
30
26
31
27
For Linux operating systems go to [this repo](https://github.com/OttoDIY/blocklyLinux).
@@ -34,13 +30,11 @@ For Linux operating systems go to [this repo](https://github.com/OttoDIY/blockly
34
30
35
31
1. Open any example.
36
32
2. Connect your Otto robot.
37
-
3. Select Arduino nano and the USB port where Otto is connected.
33
+
3. Select your board and the USB port where Otto is connected.
38
34
4. Upload and yes is that easy you can even just click upload and the code will be automatically compiled!
39
35
40
36
Drag, drop, connect, mix, play and create your own codes. [Join the Otto Builder community, see all the cool stuff we are making with Otto Blockly and post your ideas!](http://builders.ottodiy.com/)
41
37
42
-
[## Support us by buying our awesome STEM robot kits](http://store.ottodiy.com/)
43
-
44
38
## Help us add new Languages
45
39
46
40
Leave your mark in the world by translating Blockly, you are welcome to contribute with any languages you know, it will
@@ -50,12 +44,12 @@ The more people helping to translate the better, it is important to translate wh
50
44
is the robot actually doing to be accurate.
51
45
52
46
1. Go to the [lang folder](https://github.com/OttoDIY/blockly/tree/master/www/lang) and duplicate the Arduino_en.js
53
-
Blockly_en.js and msg_en.js files from english
47
+
Blockly_en.js and msg_en.js files from English
54
48
2. Rename them according to your ISO language code, for example fr is for French, so the files are renamed like this:
55
49
Arduino_fr.js Blockly_fr.js and msg_fr.js
56
50
3. Edit the files with any code editor software like [Visual Studio Code](https://code.visualstudio.com/) translating
57
-
only the english part after = in between the quotes "" in visual studio is the text in red.
58
-
4. Then open a pullrequest[here in github](https://github.com/OttoDIY/blockly/pulls) or just attach the files in a
51
+
only the English part after = in between the quotes "" in visual studio is the text in red.
52
+
4. Then open a pull request[here in github](https://github.com/OttoDIY/blockly/pulls) or just attach the files in a
0 commit comments