Hello all,
I'm running Firmata on my Arduino UNO to control servos. Up until now, I've been running the StandardFirmata sketch. Works fine, but I decided I wanted to use the ServoFirmata sketch since it's less code and I only really need to control 4 servos. However, it does not work.
There are no errors during compiling, or anything really. There's just no response from the Arduino. But if I run StandardFirmata, it works fine. Is there some configuration I don't know about?
Thanks.
EDIT: I just noticed that when I load the StandardFirmata on my Arduino, the Arduino output node in my flow shows "connected", but if I load the ServoFirmata, it's simply stuck on "connecting". Hopefully this information is useful.