Git Product home page Git Product logo

Comments (10)

eskimoblood avatar eskimoblood commented on June 23, 2024

Sorry, I've used an older version of the Arduino IDE. Seems the StandardFirmata example has change between the versions. Now it works fine.

from johnny-five.

rwaldron avatar rwaldron commented on June 23, 2024

Awesome

I should note somewhere that I frequently have to run the program, control-C, then run again to get the serial line free between each program run.

from johnny-five.

edtalmadge avatar edtalmadge commented on June 23, 2024

I'm having the same issue, but I'm using an up to date version of Arduino IDE (1.0.5).
I tried on Windows 8 and Ubuntu, and get the same timeout error message shown below.
I did upload the StandardFirmata example sketch.
I'm trying to do the blinking light example from the readme.

Do you have any troubleshooting advice?

1380785466622 Board Connecting...
1380785466758 Serial Found possible serial port COM3
1380785466761 Board -> Serialport connected COM3
1380785566777 StandardFirmata A timeout occurred while connecting to the Board.
Please check that you've properly loaded StandardFirmata onto the Arduino
1380785566778 Board Closing: firmata, serialport

from johnny-five.

rwaldron avatar rwaldron commented on June 23, 2024

@edtalmadge

Is this a regular Arduino UNO?

Did you install Johnny-Five very recently? (There were updates to node-serialport a few days ago)

from johnny-five.

edtalmadge avatar edtalmadge commented on June 23, 2024

Yes, it is a regular Arduino UNO. I installed Johnny-Five for the first time yesterday (10/2/2013).

from johnny-five.

rwaldron avatar rwaldron commented on June 23, 2024

Can you try this:

git clone https://github.com/rwaldron/johnny-five.git;
cd johnny-five;
npm install && npm install [email protected];

from johnny-five.

voodootikigod avatar voodootikigod commented on June 23, 2024

Nothing in windows was changed in the latest release.

from johnny-five.

edtalmadge avatar edtalmadge commented on June 23, 2024

This worked on Ubuntu. Blinking Lights! Great success!

npm install johnny-five && npm install [email protected]

This didn't work on Windows. Same issue as I originally stated. When I run the following get 7 (yellow) warnings during the install (no errors). Please let me know if you would like more info.

git clone https://github.com/rwaldron/johnny-five.git
cd johnny-five
npm install --msvs_version=2012 && npm install [email protected] --msvs_version=2012

from johnny-five.

hwiguna avatar hwiguna commented on June 23, 2024

I'm also running into this issue. board.on("ready") never fires. :-(
It finds the arduino on COM4. I can introduce errors outside the ready function and they show up, but any change inside the ready function never gets hit. I think it never talks to the Arduino because eventually it returns "A timeout occurred while connecting to the board. I do have StandardFirmata installed on the Arduino.
npm install [email protected] did not help. :-(

from johnny-five.

rwaldron avatar rwaldron commented on June 23, 2024

As of yesterday there were still issues with serialport. Please use npm install [email protected] in the meantime

On Friday, October 11, 2013, hwiguna wrote:

I'm also running into this issue. board.on("ready") never fires. :-(
It finds the arduino on COM4. I can introduce errors outside the ready
function and they show up, but any change inside the ready function never
gets hit. I think it never talks to the Arduino because eventually it
returns "A timeout occurred while connecting to the board. I do have
StandardFirmata installed on the Arduino.
npm install [email protected] did not help. :-(


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-26177509
.

from johnny-five.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.