Skip to content

rubienr/arduboy-command-passthrough

Repository files navigation

Arduboy Command Pass Through

This is a simple program passing commands to the arduboy. It interprets a string-based command in a very simple manner and executes the respecive arduboy commands.

Example

ardu@boy:~$ stty -F $ARDUBOY_SERIAL 9600 cs8 -cstopb -parenb
ardu@boy:~$ echo "arduboy.clear"                 > $ARDUBOY_SERIAL
ardu@boy:~$ echo "arduboy.setCursor %i %i 30 30" > $ARDUBOY_SERIAL
ardu@boy:~$ echo "arduboy.print %s Hello World!" > $ARDUBOY_SERIAL
ardu@boy:~$ echo "arduboy.display"               > $ARDUBOY_SERIAL

result on Arduboy

Quick and Ddirty UI

ardu@boy:~$ python ./controller-gui.py

result on Arduboy

About

passes commands received via serial to the arduboy

Topics

Resources

License

Stars

Watchers

Forks