-
```
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
-
```
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…
-
Not sure this project is still supported. I discovered ConfigurableFirmata from Gobots.io.
I attempted to use the Firmata Builder today with the following configuration:
- ESP8266 device
- WIF…
-
Hi,
I would love to see this firmata patch to work together with openframeworks. However it isn't yet. Btw I'm on the dev branch (since I thought it was the latest that had updates), using a mac 10.…
-
```
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…
-
For future proofing, we should allow pwm/analog writes of values > 14 bits on pins 0 - 15. Currently higher res writes are only available for pins > 15:
https://github.com/firmata/firmata.js/blob/m…
-
Moved from https://github.com/jgautier/firmata/issues/104
### My Scenario
Using an Arduino Uno and softwareSerial I'm trying to connect to a device that runs at 115200 baud by default. I know the Uno…
-
```
Hi,
I can't communicate with my Arduino (Duemilanove, ATmega168) with
Firmata under Linux (Arch Linux 64 bit).
I tested both "stock" Firmata that comes with Arduino IDE and
Firmata-2.1beta7.zip d…