duino icon indicating copy to clipboard operation
duino copied to clipboard

:bulb: Arduino framework for node.js

Results 36 duino issues
Sort by recently updated
recently updated
newest added

This pull request adds a file for enabling a reed sensor.

Thanks for your work ecto, duino is really cool and easy to get into, good job! Anyway, this PR fixes #21. It was a sort of racing condition where the...

Changed ``` javascript board.on('data', function(m){ console.log(m); } ``` to ``` javascript board.on('data', function(m){ console.log(m); }); ```

Rewrote some unix specific stuff so that it works on windows

I am using duino to control active low relays such as this [one](http://yourduino.com/sunshop2/index.php?l=product_detail&p=155). This sets on to write LOW and off to write HIGH.

anyone know how to connect a DS1820 sensor OneWire to receive temperature data?

If I run the `examples/basic.js` the application crashes because the serial port is not opened on the `'connected'` event. Shouldn't the `'connected'` event only be emitted after the SerialPort `'open'`...

It would be awesome to have some basic support for a reed sensor in duino.

Lets say for instance I have a particular library for a sensor, how would I go about adding this library so it can be accessed through duino.

The title says it all. Current version in npmjs is 0.0.8, which doesn't have the device name fix. Just for reference, i'm using 0.0.9 on a raspberry pi and it...