sandeepmistry / node-chip-io

Johnny-Five IO Plugin for the Next Thing Co. C.H.I.P.
MIT License
96 stars 28 forks source link

Possible to support stepper motors? #53

Closed Torsten85 closed 7 years ago

Torsten85 commented 7 years ago

Hey there... is it possible to drive a stepper motor with johnny five and chip? I've several stepper motors (Nema 17) and drivers (DRV8825) here but no clue how to get them moving... the comment in the johnny.Stepper class shows that this is only supported for arduino board.

Thanks in advance

sandeepmistry commented 7 years ago

I would say no, https://github.com/rwaldron/johnny-five/wiki/Stepper - looks like it's firmata based.