I need some help on repairing a servo motor. I was programming JD to walk, it was working fine at first, but all of the sudden it jumped like crazy and I did not notice the loose servo motor until I turned it off and picked up JD then the leg just went down.
I opened up the servo to see if there were any loose gears, but I can't seem to find anything wrong. Is there anything that I could do? other than buying another servo motor?
and if possible would somebody please take a look at my script. if there is anything wrong with it I would like to know so I can avoid it on the future.
:walk
servospeed(d16, 10)
servospeed(d17, 10)
servospeed(d12, 10)
servospeed(d13, 10)
servo(d18, 83)
servo(d16, 130)
servo(d17, 45)
servo(d14, 95)
servo(d12, 90)
servo(d13, 90)
sleep(500)
servo(d16, 90)
servo(d17, 90)
servo(d12, 45)
servo(d13, 130)
sleep(500)
goto(walk)
Thank You
Asked
— Edited
Test it separately... write a script that has the affected servo sweep it's full range a few times and see how that goes....
If it indeed stripped, I am sure ez robot will mail you out a new one... so I wouldn't worry about it...
In your script you specify "servospeed()" before the "servo()" command.
The ServoSpeed() command states that you _must_ specify the Servo() first. You are unable to initialize the speed without initializing the servo first.
You can't hit the gas pedal in your car unless you start it.
Please read the manual for the commands as you use them. If you find a command in the manual, please read how to use it. It's not a lot of work to read because the descriptions are quite short
did you find some new thinks whit your jd?
flying my RC airplanes. I then replace the servo and all is good.
Since your robot is brand new, I would assume that to be a manufacturer defect. Contact Us and quote the link to this conversation topic. Aislinn will take care of you