guys is servo motor compatible with arduino micro ?
i couldn't find an answer anywhere for specifically arduino micro
guys is servo motor compatible with arduino micro ?
i couldn't find an answer anywhere for specifically arduino micro
Yes,you can control a servo with an external power supply for the servo. The servo needs to be 3V logic controllable. Connect the signal pin to PWM output on the micro. and use the following code to test:
https://www.arduino.cc/en/Tutorial/Sweep
Connect GND and VCC respectively to external battery supplying the rated voltage to the servo.
Supplying and storing power for such a small system is a challenge. Can you help me out on how you have achieved that here?
Regards
Yes,you can control a servo with an external power supply for the servo. The servo needs to be 3V logic controllable. Connect the signal pin to PWM output on the micro. and use the following code to test:
https://www.arduino.cc/en/Tutorial/Sweep
Connect GND and VCC respectively to external battery supplying the rated voltage to the servo.
Supplying and storing power for such a small system is a challenge. Can you help me out on how you have achieved that here?
Regards