-
i have a very simple nwjs app that launch a script on start, this is my code:
```
var five = require('johnny-five');
var board = new five.Board();
board.on('ready', function() {
var led = new…
-
Hi,
Thanks for this plugin. I believe that the behavior of `digitalRead` in `raspi-io-core` diverges from the behavior of `StandardFirmata`.
From the [StandardFirmata](https://github.com/firmat…
-
I have the tested ESP8266 board, (wemos D1 mini)[https://www.wemos.cc/product/d1-mini.html] in serial mode with the snap4arduino. It work great, just after some ignorepin modifications in the firmmata…
-
I'd like to add a class to support traditional hobby RC receivers to control nodebots. I happen to have a Spektrum radio and compatible receivers, but other popular Tx/Rx (transmitter/receiver - commo…
-
Ciao!
How are you?
You are saying:
```bash
./scripts/feeds update node
rm ./package/feeds/packages/node
rm ./package/feeds/packages/node-arduino-firmata
rm ./package/feeds/packages/node-cyl…
-
When I hit the command node-red, I could not find out the Arduino nodes which I thought downloaded. And it seems that the following message shows I have problems with serialport.
```
Welcome to …
-
The changes made to boards.txt with
commit 03590c5febd55be086b133a53eaedde149801df7
cause builds for the feather_m0 to fail -- see error messages below.
the sketch compiles and runs if I comment…
-
Presently, the only way to get the value of a digital port or analog pin is by setting it to report. This is very efficient, but in several cases this constant flow of data may be more of a hindrance …
-
Related to my comment in https://github.com/firmata/arduino/issues/97#issuecomment-235242811
-
_From @FineLineAutomation on March 23, 2014 20:8_
Is there a mechanism in the stepper motor library to communicate back to the PC how many steps the stepper motor has moved? Trying to implement a liv…