You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to control my servo with PyFirmata2 (Using an Arduino Nano). It works when I give a single angle, but fails to work when I write multiple angles in sequence.
Same result with and without using the delay, same result using servo_pin= board.get_pin('d:9:s') instead of board.digital[9].mode = SERVO.
Can someone please help rectify this, and is it viable to just switch to PySerial instead?
I am trying to control my servo with PyFirmata2 (Using an Arduino Nano). It works when I give a single angle, but fails to work when I write multiple angles in sequence.
Same result with and without using the delay, same result using servo_pin= board.get_pin('d:9:s') instead of board.digital[9].mode = SERVO.
Can someone please help rectify this, and is it viable to just switch to PySerial instead?
https://i.stack.imgur.com/keEnR.png
Expecting the servo to react to all commands but works for the first angle and then stops :(
Thanks in advance!!
The text was updated successfully, but these errors were encountered: