ConfigurableFirmata
ConfigurableFirmata copied to clipboard
A plugin-based version of Firmata
The existing use of the analog message to send the servo value does not work well in the decoupled configurable firmata architecture. ServoFirmata should switch to a sysex-based implementation that...
_From @soundanalogous on April 6, 2013 23:36_ see proposal: http://firmata.org/wiki/Proposals#pulseIn.2FpulseOut_Proposal _Copied from original issue: firmata/arduino#50_
_From @soundanalogous on August 3, 2013 23:56_ Servo and Stepper and using dynamic memory allocation in ConfigurableFirmata. It may be better to use static allocation to avoid potential memory issues....
_From @soundanalogous on August 12, 2013 3:35_ I've been looking into the RAM usage by the various feature classes (utility directory) in ConfigurableFirmata. Here's what I found. With all features...
_From @soundanalogous on September 21, 2013 16:46_ Some feature classes (ServoFirmata, OneWireFirmata, StepperFirmata, in configurable firmata utilize dynamic memory allocation (using the [new operator](https://github.com/arduino/Arduino/blob/master/hardware/arduino/cores/arduino/new.cpp)). If a call to malloc (`new`...
Hello... I'm having trouble running ConfigurableFirmata.ino with the board MKR1010 Wifi. Is it actually possible? The problem lies with using the appropriate WiFi library. Which one should I use? Thanks...
Hello, where do I set the baud rate in the configurable Firmata 3.2 if I want to send it to Fhem via USB? Arduino Mega 2560
Hello, I'm using this for ESP32, is there any way to define a static IP address instead of relying on DHCP ? With standardFirmataWifi it's possible but looks like not...
pyfirmata\pyfirmata.py", line 218, in get_pin raise InvalidPinDefError('Invalid pin definition: {0} at position 3 on {1}' pyfirmata.pyfirmata.InvalidPinDefError: Invalid pin definition: d:16:i at position 3 on COM5 i get this error. im...
### Bugs reported long ago and not fixed yet: Fix the compatibility problem of FirmataScheduler and OnewireFirmata with devices other than Arduino Uno, like ESP8266, ESP32 and probably others due...