SimpleBot NodeBots Examples
Revision as of 02:35, 9 January 2015 by Jonathan Oxer (talk | contribs) (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...")
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