2012年10月11日 星期四

Blockly with Opera on Android generate Arduino code



Base on the Admitrievsky blockduino,  I merge some touch features.

Then, we could generate arduino c code interface into /mnt/sdcard/targetfolder


2012年10月10日 星期三

Blockly + arduino GCC + Android = Perfect coding Environment for Touch Coding!!
Platform is ASUS TF201 with keypad, then I could use ADB  connected to  PC and use usb serial to LPC1768(nano) in the same time.

First, Blockly generate C code in the Arduino Interface, then compiled
by gcc, and  then transfer binary to LPC1768(embeda UNO) without reset
system(one thread of  ucxpresso). All step were done on the Android.

LPC1768(embeda UNO) has 1G disk, so it  could store many binary files. You can choice one binary file(contain some functions that you want!) and launch without reset system, just "Change Function on the Fly", like what you do on the desktop.