suriyanath / ArduBlocklyDroid

Google Blockly based Arduino programmer for Android
Apache License 2.0
10 stars 10 forks source link

ArduBlocklyDroid

ArduBlocklyDroid is an Android app to program Arduino UNO using smartphone or tablet that runs an Android OS.

This internally uses remote compiler and physicaloid library to upload hex code to arduino

Block and code can be viewed parallel and uploads code to Arduino UNO after generated ino file is compiled.

Remote Compiler configuration and editable, host the compiler in cloud and change the url to make it work. Compiler setup link - https://github.com/suriyanath/avrcompile

Error handling on compile and runtime and lot of blocks to interface with sensors and motors directly

References:

physicaloid Google Blockly