Skip to content
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

Closed
nategood opened this issue May 22, 2012 · 4 comments
Closed

Incompatible with StandardFirmata 2.3 / Arduino 1 #8

nategood opened this issue May 22, 2012 · 4 comments

Comments

@nategood
Copy link

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.

@jgautier
Copy link
Member

This sounds more like a firmata sketch issue. I would post an issue here
https://github.com/firmata/arduino/issues and to the firmata mailing list.
I am pretty sure I have tested firmata with the latest sketch on my uno,
unfortunately I do not have a Deumilanove to test with. I will verify the
the sketch works on the uno and let you know.

On Mon, May 21, 2012 at 8:50 PM, Nate Good <
reply@reply.github.com

wrote:

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.


Reply to this email directly or view it on GitHub:
#8

@nategood
Copy link
Author

Thanks. My first guess was a sketch issue, however the "Firmata Test Program" does work fine with the 2.3 sketch.

@mikemaccana
Copy link

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.

@jgautier
Copy link
Member

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
Enter USB Port and press enter:
/dev/tty.usbmodemfd121
Successfully Connected to /dev/tty.usbmodemfd121
firmata>board.firmware
{ version: { major: 2, minor: 3 },
name: 'StandardFirmata' }

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.

graysonarts pushed a commit to graysonarts/johnny-five that referenced this issue Jul 8, 2014
…te the issues users are having with StandardFirmata 2.3

References:

firmata/firmata.js#8 (comment)
rwaldron#57
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants