arduino
arduino copied to clipboard
Firmata firmware for Arduino
Hi, My motor is too load when I drive it by Arduino Due PWM waveform. The issue is that the default PWM frequency of Ardunio Due is 1000. I am...
I was simplifying the StandardFirmata.ino since I was having issues with it and I think I found the cause... It would seem that there may be some pins that simply...
Hello, Is there a plan to implement support for Arduino Uno Wifi rev2? Originally, asked the question in johnny-five repo (https://github.com/rwaldron/johnny-five/issues/1542), where it was mentioned that the question would be...
I am able to make my Xbox 360 controller / Processing sketch work over USB cable on Arduino Uno without any issues on an RC CAR. Standard firmata loaded onto...
# Version *Firmata*: latest from master *Arduino IDE*: Arduino: 1.8.14 Hourly Build 2020/09/23 10:35 (Mac OS X) *Board*: "Arduino MKR WiFi 1010" *OS version*: macOS Big Sur 11.0.1 # What...
Websockets allow a WiFi-enabled Firmata device to be natively controlled by a web browser. An example is provided: - esp8266 arduino sketch (using two external libraries, see in comments) -...
May be useful if multiple clients connect to a single board, or for cases where a board may lose connection and needs to query certain parameters upon reestablishing a connection.
I posted this in the mail list and Jeff suggested that I raised a feature request: I need to be able to do the following: board.digitalToggle(pin, HIGH, toggleInMilliseconds); The call...
Hi, We start using Firmata for some interactive projects mixing computer for UI and Firmata to control HW component. Some of the HW (like Neopixels) have proprietary protocols, so we...
This PR fixes current master build with SAMD & Adafruit nRF core. PR #448 introduce the usage of `SERIAL_RX_BUFFER_SIZE` however this symbol is not define on SAMD & nRF core....