jcvillegasfernandez
jcvillegasfernandez
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...
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...
I have written a Firmata client working on Lazarus (easy to port to Delphi), still beta but some modules tested and working, I have just published it on Github (Lazarus-client-for-Firmata-boards)
### 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...