Giter VIP home page Giter VIP logo

Comments (9)

ptit avatar ptit commented on June 20, 2024

Been a while, but this should fix it:

board.on('ready', function(){
servo.sweep()
});

from duino.

Nikolaibibo avatar Nikolaibibo commented on June 20, 2024

First of all: really great work :)

Any news on this?
Seems as if the example is still not working.

i tried it with the default port and additionally with a defined port.
my code:

var board = new arduino.Board({
debug: true
});

var led = new arduino.Led({
board: board,
pin: 13
});

var servo = new arduino.Servo({
board: board,
pin: 10
});

board.on('ready', function(){
console.log("onBoardReady");
servo.sweep()
});

And the console log

1348077083718 duino info attempting to find Arduino board
Server has started.
1348077083735 duino info found board at undefined
1348077083735 duino info binding serial events
1348077084237 duino info board ready
1348077084238 duino info sending debug mode toggle on to board
1348077084238 duino write 9900001
board ready, attaching servo { board:
{ debug: true,
writeBuffer: [],
_events: { ready: [Object], data: [Function] },
serial: { _events: [Object], fd: 9, readStream: [Object] } },
pin: '10' }
1348077084240 duino write 981001
onBoardReady
1348077084241 duino write 981003
1348077086243 duino write 981003
1348077086246 duino receive signal: servo
1348077086250 duino receive reading servo
1348077086250 duino receive 10::read::093
1348077086250 duino info moving to: 180
1348077086251 duino write 981002180
1348077086254 duino receive signal: servo
1348077086258 duino receive writing to servo
1348077086258 duino receive 180
1348077088244 duino write 981003
1348077088249 duino receive signal: servo
1348077088249 duino receive reading servo
1348077088253 duino receive 10::read::180
1348077088253 duino info moving to: 180
1348077088253 duino write 981002180
1348077088257 duino receive signal: servo
1348077088261 duino receive writing to servo
1348077088261 duino receive 180

Any ideas?
Even the examples within the repo does not work - it stops with the same issue that hiattp had.
Cheers
Nikolai

from duino.

ecto avatar ecto commented on June 20, 2024

@Nikolaibibo

Looks like this could be your problem?

1348077083735 duino info found board at undefined

It appears it's not finding a board, but the program continues.

If this isn't the problem, I'm not sure. I've been super busy with work lately, and haven't been able to maintain this repo like I had hoped. I'll wire up a servo this weekend and take a deeper look for you guys :)

from duino.

Nikolaibibo avatar Nikolaibibo commented on June 20, 2024

Hey ecto ;)

thx for the quick respond!
it seems as if i've been blind :D

Thanks for your hint - i really appreciate!
Looking forward to your servo tests :)

from duino.

Nikolaibibo avatar Nikolaibibo commented on June 20, 2024

Just to make it clear:

i added a few logs to the board.js to trace the "undefined":

1348149217505 duino usb:: tty.usbmodemfa141 (self.log("usb:: " + possible);)
1348149217505 duino possible: tty.usbmodemfa141 (self.log("possible: " + possible);)
1348149217506 duino possible -> tmp.port: undefined (self.log("possible -> tmp.port: " + temp.port);)

maybe this helps you a bit.
i'm a bit to new to arduino to see where it gets stuck...

thanks in advance :)

Nikolai

from duino.

ecto avatar ecto commented on June 20, 2024

Hey, couldn't find anything anomalous. Could you post the circuit you're using?

from duino.

Nikolaibibo avatar Nikolaibibo commented on June 20, 2024

Hey ecto :)
thx for your reply, i really appreciate!

i used a circuit like this:
http://arduino.cc/en/uploads/Tutorial/sweep_BB.png

i tried out a few digital ports like 9, 10 or 11.
my arduino is connected to "/dev/tty.usbmodemfa141"

i also tried the johnny-five solution on git (https://github.com/rwldrn/johnny-five/) and this works fine with this circuit.
Cheers

Nikolai

from duino.

mckapur avatar mckapur commented on June 20, 2024

I'm getting the same error....

from duino.

grumpyoldman-io avatar grumpyoldman-io commented on June 20, 2024

Hey peeps,
was anyone able to solve this? I get the exact same "board ready, attaching servo" message.
cheers.

from duino.

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.