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

fix # space of readme

Hello, I am a member of the GitHub Security Lab (https://securitylab.github.com). I've attempted to reach a maintainer for this project to report a potential security issue but have been unable...

Markdown was corrected

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

I am running example sensor.js and getting following error: `1458988219328 duino info attempting to find Arduino board 1458988219400 duino info set pin A0 mode to in 1458988219403 duino info serial...

Since [board.js is trying to open a device from the *nix `/dev` folder](https://github.com/ecto/duino/blob/master/lib/board.js#L87), this library cannot possibly work on Windows. On Windows, the `path` (the first argument to `SerialPort` constructor)...

http://www.ebay.co.uk/itm/UK-Standard-Livolo-Home-Light-Touch-Remote-Dimmer-Switch-Crystal-Glass-Panel-/301305295942 Livolo switch library : https://forum.arduino.cc/index.php?topic=153525.0 decode Livolo remotes. : https://forum.arduino.cc/index.php?topic=153525.75 [duino(added livolo).zip](https://github.com/ecto/duino/files/88334/duino.added.livolo.zip)

Love this framework. led.blink() works fine, but I can't get my servo to respond. The servo sweep example that comes with the arduino software works well so I don't think...

1345814061925 duino info attempting to find Arduino board 1345814061952 duino info found board at undefined 1345814061953 duino info binding serial events events.js:48 throw arguments[1]; // Unhandled 'error' event ``` ^...