0
\$\begingroup\$

I want to use a Feetech High-torque Metal Gear Servo with a raspberry pico. Just to get started I have the simplest code:

from servo import Servo
from time import sleep

servo = Servo(pin_id = 16)
servo.write(0)

My problem is with the wiring and the external power supply, here is the current setup: enter image description here

I have a 6V battery where the positive terminal is connected to the servo VCC and the negative one is connected to ground. The pico pin 16 is connected to the signal wire and the pico is connected to ground via pin 38 so there should be common ground.

Problem is that the motor does not work. Have I made a mistake somewhere?

\$\endgroup\$
2
  • \$\begingroup\$ Either you made a mistake or something is loose or broken. Have you measured that you can actually get 6V to the servo, and you can control the signal pin? Do you have a multimeter? \$\endgroup\$ Commented Jun 1 at 13:28
  • \$\begingroup\$ A wire inside of the battery case was broken! \$\endgroup\$ Commented Jun 1 at 17:13

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.