Hello, i am trying to make a robotic arm using this youtube tutorial as my guide
i have done everything instructed correctly, but my servo motor's wont work. I have tried the "sweep" in arduino ide.. but it wont work too.. it did not respond to any of the codes.. i dont know what is the problem can anybody please help and guide me throughout this problem?
I have connected the jumper wires gnd to gnd, the wires are also at the correct positions and i have also added external power source..
i was trying to try making the mg90s micro servo working first then the mg996r work, beforehand i also already try making the mg996r work.. but it wont work.. but the mg90s micro servo wont work too.. if i add an external power supply, the micro servo starts getting hot, i connect it using a jumper wire.. i used this code to try get the micro servo running.. #include <Servo.h>
Servo motor;
int p=0;
void setup(){
motor.attach(9);
motor.write(180);
}
thank youu @johnwasser and @groundFungus i have found the problem.. the problem is the hardware.. i've tried changing to the mg996r and it worked.. thank you so muchh all!!!