soundanalogous / Breakout

Breakout is a javascript library and toolkit for connecting Arduino and other IOBoards to the web
www.breakoutjs.com
MIT License
181 stars 20 forks source link

add stepper motor support #24

Closed soundanalogous closed 11 years ago

soundanalogous commented 11 years ago

Need to first add to StandardFirmata. Should use the Arduino Stepper library since I don't want to create any external dependencies with StandardFirmata.

Could also create BreakoutFirmata and use a more advanced Stepper library.

soundanalogous commented 11 years ago

Experimental stepper support now available in 'stepper' branch. Requires AdvancedFirmata. Tested successfully with EasyDriver stepper driver board and with a SN754410 H-Bridge circuit. Still need to test 2 pin circuit (with L293D H-bridge).