SimpleBot NodeBots Examples: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Build Firmata == cd ~/simplebot cd firmware/ino/SBSFirmata ino clean && ino build ino upload -p /dev/ttyS99 == Run the examples== cd ~/simplebot # Pixel example no..." |
(No difference)
|
Revision as of 02:35, 9 January 2015
Build Firmata
cd ~/simplebot cd firmware/ino/SBSFirmata ino clean && ino build ino upload -p /dev/ttyS99
Run the examples
cd ~/simplebot # Pixel example node examples/SimpleBotShield/np.js /dev/ttyS99 # Driving example node examples/SimpleBotShield/simplebot.js /dev/ttyS99 # Ping example node examples/SimpleBotShield/ping.js /dev/ttyS99