Patrick Grawehr
Patrick Grawehr
Did you enable the i2c module? It is possible that some changes on the host side are necessary, as there have been some changes to the i2c module. If I...
Das deutet schon darauf hin, dass entweder eine notwendige Komponente nicht aktiv ist oder eine Protokoll-Inkompatibilität besteht. Ändere doch mal in `FirmataExt.cpp` die Ausgabe so ab: ```cpp Firmata.sendStringf(F("Unhandled sysex command:...
Sorry, das hätte ich schreiben sollen. Ich meine die Funktion `void handleSysexCallback(byte command, byte argc, byte* argv)` in FirmataExt.cpp, Zeile 31. Und ja, die Methode heist `sendStringf` (Im Gegensatz zu...
Ich habe leider keine Arduinos mit Ethernet-Shield, sondern habe dann immer gleich ESP32 verwendet. Die haben Wifi schon eingebaut und kosten trotzdem deutlich weniger. Du kannst versuchen, den in `ConfigurableFirmata.ino`...
Unfortunately, I do not know what pyfirmata is trying to tell you there. The error message is quite unreadable. Which version of ConfigurableFirmata are you using? Maybe @tino (maintainer of...
@tino I'm very poor in python, but I think the code that parses the different pin modes is to simplistic. Have you ever tested against a recent ConfigurableFirmata version? A...
Honestly, I don't even know what this repo is about... The link on the main page is dead, and your link doesn't work for me, either. Can you maybe explain...
@SableRaf Thanks for the explanation. Yes, a PR would certainly be appreciated.
@vincentsijben It pops up on my warchlist, since I'm a firmata group member. I don't know all of the repositories in the group, though.
@vincentsijben So is there something we need to do here now?