Blockly for senseBox Online
You can find Blockly for senseBox online at https://blockly.senseBox.de. There you can choose between the different versions of senseBox. No additional software is required for the senseBox MCU. If you are working with another Arduino compatible microcontroller, the code on your computer must be compiled and transferred using the Arduino IDE.
The interface
Blockly for senseBox runs in the popular browsers (Google Chrome, Firefox and Edge) without installation. The interface is available in German as well as in English.
The surface is roughly divided into three areas. On the left you find the toolbox, which contains all blocks. In the middle is your desktop and on the right you see the generated Arduino code.
The Toolbox
Here you will find all the blocks you can use for your programming. You can find a detailed explanation of the individual categories and the functionality of the blocks here
Buttons
In the online interface, the most important functions are hidden behind various buttons. The two buttons in the desktop are for copying the code to the clipboard (handy if you want to compile your code offline in the Arduino IDE) and the compile button, which compiles the program code on the server online and then offers you a finished program code as a .BIN file for download. In the header of the web interface you can give your program code a name, save or reload the blocks as an XML file, save the program code as .ino and delete the entire workspace with one click. On the far left you will find the menu where you have access to the settings and the ready-made examples.