Graphically program your Arduino on Chrome OS, or Windows, Apple, Linux via the Chrome, Firefox ... browser. Program it if online with
To use off-line, download this code repo as a zip file, extract on your PC or on the Intranet, and run it by clickling in your file explorer on the file Blockly4Arduino/blockly4Arduino/index_en.html
.
Developed with support from Ingegno.be and VZW De Creatieve STEM.
Dutch: Nederlandse handleiding
Example blocks: The basic Arduino sketches, Ingegno UGO&TESS blocks, and Ingegno LedUpKidz. Blockly4Arduino can do it!
This is the code of website created for the LedUpKidz project, but usable also more generally. Blockly for Arduino or Genuino allows to program your Arduino with blocks, ideal for novices to learn the basics. Blockly for Arduino is also touch friendly so can be used on a tablet.
Would you like to submit a translation of the website for your language? This can be done easily:
ARD
, as well as the codes under those, to your language file, eg de.json
We plan to make the demo site more easily translatable. At the moment, to obtain a version for your language, you need to create a copy of this repo, and create a copy of Blockly4Arduino index_en.html and translate the few strings present. See the Dutch site for such a translation: index.html.
The code is based on the branch blockly4arduino from bmcage/ardublockly. The directory structure locally should be:
./git/ardublockly
(branch blockly4arduino from bmcage
./git/closure-library
(from google)
./git/Blockly4Arduino
In ardublockly run git submodule update --init --recursive
to obtain the submodules. Then in de subdirectory blockly
run python build.py
to build the blockly version of ardublockly.
In Blockly4Arduino run python create_site.py
, which will update Blockly4Arduino with the files needed for the website.