ConfigurableFirmata icon indicating copy to clipboard operation
ConfigurableFirmata copied to clipboard

A plugin-based version of Firmata

Results 44 ConfigurableFirmata issues
Sort by recently updated
recently updated
newest added

Hello, I try to use ConfigurableFirmata with Ethernet I had it running with USB before, with out any compiling problems. Now I followed the instructions to setup the Ethernet with...

I think it would make life easier for beginner {like me ;-) } if the [firmatabuilder](http://firmatabuilder.com/) would "ask about" the default settings of output pins. Temporary I'll try to use...

Trying my Lazarus client over wifi I realized that the module OneWireFirmata does not work on esp8266, exception issue (some thing about a bad alignment), but OneWire library worked. After...

Hi! I'm having some problems with library. Right now I can init, start, stop motors, with smooth acceleration/deceleration (with Python on Raspberry Pi). Unfortunately, there are 2 things which don't...

here's the code if (stepCommand == ACCELSTEPPER_STOP) { if (stepper[deviceNum]) { stepper[deviceNum]->stop(); isRunning[deviceNum] = false; reportPosition(deviceNum, true); } } But the accelstepper library cannot handle the quick stop. Therefore, the...

Hi ! According to documentation: _Stops a stepper motor. Results in STEPPER_MOVE_COMPLETE being sent to the client with the position of the motor when stop is completed note: If an...

Trying to use serial on the ESP8266. Using WiFi should leave pins 1 and 3 of Serial0 available for use correct?

Again I was testing my Lazarus client over wifi I realized that the module FirmataScheduler does not work on esp8266. I thought it probably was a similar issue than OneWireFirmata,...

No report on pin capabilities for esp8266

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...