-
```
1. Uploaded Firmata to my Arduino Mega board
2. Configured serproxy with the serial port and baud rate. Says it's waiting
for clients
3. Loaded the monitor, which connects with Serproxy. Gets stu…
-
Hello, i have a Client RP2040 board with the ConfigurableFirmata v3.0 library installed on it, and an Python script using Perl-Firmata server side firmata library running on a PC via USB.
They both c…
-
node-pixel checks explicitly for the function write().
If I want to mock firmata for unit testing purposes, but make use of node-pixel, my tests crash with the following error message:
"Node Pixel FIR…
-
```
What change would like to see?
TwoWire.end() function that disables I2C and returns both pins to normal
operation.
Why?
So the pins can be reused
Would this cause any incompatibilities with p…
-
```
What change would like to see?
TwoWire.end() function that disables I2C and returns both pins to normal
operation.
Why?
So the pins can be reused
Would this cause any incompatibilities with p…
-
```
Arduino Service should be made compatible with the Firmata protocol
```
Original issue reported on code.google.com by `supert...@gmail.com` on 20 Oct 2011 at 5:34
-
While playing around with `digitalRead`, it appears that after a couple of successful read operations, the Bean stops sending the digitalRead updates.
Using the following modified version of the exam…
-
Hi there,
I've been trying for a while to compile either https://github.com/firmata/arduino or https://github.com/firmata/ConfigurableFirmata on the Arduino MKR WIFI 1010.
Unfortunately there …
-
The current Firmata implementation (and protocol) only allows for a single I2C interface per board. For Firmata 3.0, update the protocol and implementation to allow for multiple I2C interfaces (SCA0 /…
-
Testing my Lazarus client for firmata I found missing informatión when firmata reports encoder pin capability.
It only shows pin2 and pin3 and from my reseach all pins are encoder capable so report…