-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which ConfigurableFirmata version for accelstepper? #271
Comments
Did you build with http://firmatabuilder.com/ ? |
Hi, dtex. Thanks. No, I'm taking the safe bet and using the kitchen sink example file ConfigurableFirmata.js from each ConfigurableFirmata version's examples directory. Tried everything from ConfigurableFirmata version 2.8.0 to 2.10.1, yet no result. Difficult thing to debug, with I don't know how to tap the serial port, and no AT328P debugger. GBEM👽 |
I tried a firmatabuilder.com kitchen sink server built against 2.10.1. Here's the abridged debug output of running the firmata example stepper-accel.js on node: DEBUG=* node stepper-accel.js serialport/bindings/unixRead waiting for readable because of code: EAGAIN +0ms Stepper motor outputs similarly invariant. Perplexing! GBEM👽 |
Got it. I was using an AT328PB with an incorrectly configured boards.h file. Changed to at AT328P, and all's well. Awesome project, many thanks to developers. GBEM👽 |
Okay, I got the blink.js sketch to work on ConfigurableFirmata Arduino library version 2.10.1.
What's the story with the accelstepper routines?
Can't seem to find a ConfigurableFirmata Arduino library version that supports these.
Client makes the request without error, yet the server does nothing with the stepper output pins, and won't fire the command complete callback.
GBEM👽
The text was updated successfully, but these errors were encountered: