-
As of Firmata 2.3 the only way to get the current state of an input pin is to wait until it changes.
Pin state query/response does not return current state of an input pin:
"For input modes, typicall…
-
Hello,
Sometimes when I switch relays on/off in rapid succession, or shortly after boot, or sometimes just randomly, the system will "crash" and all my relays will turn on (all digital pins send LOW)…
-
Starting from conversation here: https://github.com/rwaldron/johnny-five/pull/293#issuecomment-32135307
This is discuss implementing a generic class for I2C IMUs, eg. https://www.sparkfun.com/categor…
-
Hello, I encountered an issue while trying to run a demo from the doc.
I try to start and stop a motor on an arduino with firmata from a Raspberry Pi.
First of all, uname:
Linux raspberrypi 3.12.35+ …
-
```
I'd like to propose making an abstract base class for all of the serial
objects/libraries.
This will make other library developers a little happier when it comes to
designing interfaces to serial…
-
```
I'd like to propose making an abstract base class for all of the serial
objects/libraries.
This will make other library developers a little happier when it comes to
designing interfaces to serial…
-
question, how can I run a function in my sketch from firmata
in other words, if I have a function that I added in firmatacalled: void toggle()...
can I call that function from firmata?
Thanks,
Sea…
-
See:
https://github.com/rwaldron/johnny-five/issues/427
And...
- https://github.com/jgautier/firmata/pull/65
- https://github.com/jgautier/firmata/pull/58
-
```
I'd like to propose making an abstract base class for all of the serial
objects/libraries.
This will make other library developers a little happier when it comes to
designing interfaces to serial…
-
when running Board.prototype.sendString, where does it get to on Arduino side?
in other words, if I wanted to catch that string within the Arduino sketch, on which function would the string hit on th…