arduino
arduino copied to clipboard
Firmata firmware for Arduino
We have modified Standard Firmata to generate digital pulses. Our current fork is simply an updated .ino file (attached here as a text file). This version is hard-coded for D8...
Hi, How can I use firmata for Arduino Nano Every??? I really need it for this version of arduino (NOT adruino nano or micro)... I already tried to add these...
Hi guys, Is it possible to implement support for the Adafruit Metro M4 board (https://www.adafruit.com/product/3382)? I'm trying to edit the boards.h file, but I keep on getting the error: "Please...
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...
I am using virtual pins to control internal variables of a sketch. Sometimes I need more pins than TOTAL_PINS defined in Boards.h. This pull request adds a possibility to increase...
Hello, I successfully played with StandardFirmataWiFi on an esp8266. I found it was difficult to find up-to-date clients working through network (without using any sort of serial wifi bridge). The...
Firmata never really moved on from its serial MIDI roots to frame oriented host connections like Ethernet. It took me a while to figure it out but the problem is...
I am looking for a C++ FIRMATA client Code for the Windows 10 client. I am not sure if I am missing something or just one needs to be proposed.
Arduino Zero has 1 10-bit DAC pin. Start with protocol: https://github.com/firmata/protocol/issues/32.
Hi, do I understand correctly that, with the current Firmata lib for Arduino, it is not possible to use an Arduino as "client"? (e.g., having two Arduinos/ESP8266, one slave of...