firmata/firmata.js

Advanced firmata to drive steppers over wifi

Closed this issue · 2 comments

Hi, I was wondering if I can use the standardfirmatawifi to drive steppers?
By looking at the source code of the standardfirmatawifi, I could not see anything regarding steppers. Can I add the steppers code form the advanced firmata library?

You cannot since StandardFirmataWiFi does not (and will not) include stepper motor support. You need to use ConfigurableFirmata or firmatabuilder.com to configure a sketch that supports both WiFi and stepper motors.

Firmatabuilder solved my issue. Thank you.