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
hi,
first of all thank you for you extraordinary work!
can you give me some hint why my servo isn't moving. your example code compiles without errors, runs without errors. but servo stands still. when i try to move the servo with python code it works fine, so its no power or current issue or general I/O issue. it's a small sg90 servo. Do you have an idea where i can start to investigate?
Greetings
The text was updated successfully, but these errors were encountered:
there are problems with the management of PWM in ofxgpio.
you can try to use pin number 18 (GPIO18)
to see if the example works. be sure to run the example as a super user
to avoid problems with permits.
hi,
first of all thank you for you extraordinary work!
can you give me some hint why my servo isn't moving. your example code compiles without errors, runs without errors. but servo stands still. when i try to move the servo with python code it works fine, so its no power or current issue or general I/O issue. it's a small sg90 servo. Do you have an idea where i can start to investigate?
Greetings
The text was updated successfully, but these errors were encountered: