-
from @pooledge:
I am using RS485 for communication between Arduino and host computer. My RS485 is half-duplex, therefore readout/writing is possible only on demand.
Now I'd like to use one of the pi…
-
In addition to the firmata test application, we need integration tests and possibly also unit tests.
Integration tests would test the serial interface with Firmata and the StandardFirmata sketch. Th…
-
Al intentar conectar Arduino y Código con firmata no me reconoce los imports y no permite conectar
![image](https://user-images.githubusercontent.com/106194320/232973821-e3f6e492-e411-40c3-a039-f40ab…
-
I wasn't sure where else to ask this, so I apologize if this is off-topic for this repo.
I am adding a new Firmata integration to Home Assistant, and I can assign a logo to it. The largest official…
-
I'm trying to follow [this tutorial](https://youtu.be/Fe8ydxlUzag?t=236), where on interfaces section
we should see the Firmata
![ezgif com-video-to-gif](https://user-images.githubuserc…
-
Hello everyone! I'm trying to get a better understanding for how the Firmata implementation is expected to be used. I've been working with the protocol for a little over 4 years and I'm currently the …
-
I hope you keep maintaining this! It would be good to add support for the Firmata features from protocol version 2.1 (supposed to already be supported in PyFirmata) and eventualy 2.4 and 2.5.
For 2.…
-
This is based on an old version of Firmata and thus inherits various bugs that have been subsequently fixed over the years. I maintain the Firmata library here: https://github.com/firmata/arduino. I'm…
-
an implementation for standard firmata is [here](https://github.com/ajfisher/node-pixel/tree/master/firmware/build/node_pixel_firmata) based on Adafruit_NeoPixel lib.
As alternative, [FastLED](http…
-
### What happened?
The test OpcuaPlcDriverTest.multipleThreads in the java opc-ua driver testsuite is regularly failing the CI/CD builds ... re-runing them usually resolves the issue, however we can'…