-
Notifications
You must be signed in to change notification settings - Fork 147
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
Incompatible with StandardFirmata 2.3 / Arduino 1 #8
Comments
This sounds more like a firmata sketch issue. I would post an issue here On Mon, May 21, 2012 at 8:50 PM, Nate Good <
|
Thanks. My first guess was a sketch issue, however the "Firmata Test Program" does work fine with the 2.3 sketch. |
I've had the same issue with a UnoR3 - the Board never got into ready state with StandardFirmata 2.3. Downgrading to 2.2 got me into ready state. |
2.3 is definitly working for me on my macbook air. I just uploaded the sketch from arduino ide 1.0.1 and checked the firmware version on the repl. Julians-MacBook-Air:firmata-node juliangautier$ node repl.js I am going to close this issue for now. I am happy to look into it more if you guys have some more info for me. |
…te the issues users are having with StandardFirmata 2.3 References: firmata/firmata.js#8 (comment) https://github.com/rwldrn/johnny-five/issues/57 Signed-off-by: Rick Waldron <[email protected]>
Recently upgraded an Arduino Duemilanove to use StandardFirmata 2.3 (the default in the latest Arduino Environment 1.0) and the node firmata library no longer works :-(. Downgraded to 2.2 and the library works fine again.
Seems like 2.3 had a lot of breaking changes because the three Python host libraries I had suffered from the same problem.
The text was updated successfully, but these errors were encountered: