Hello,
I am building a pretty simple robot, and the first thing I need to do is modify my servos. I downloaded the center.hex file off of the servo modifying tutorial and I was able to load it to my ATmega168 using my AVRISP mkII. Here is the output of AVRStudio:
Getting isp parameter.. SD=0x3e .. OKOK
Reading FLASH input file.. OK
Setting mode and device parameters.. OK!
Entering programming mode.. OK!
Programming FLASH .. OK!
Leaving programming mode.. OK!
It seems as if everything is working fine, however the servo does not move at all!! I am using HiTech HS-311 servos, I have the black to ground, the red to +6.26V, and the yellow wire connected to pin 2 on my microcontroller. Can anybody help me figure out why the servo does not respond to the hex file? Also, is it possible for someone to post the source code for center.hex so that I can see how it works. I really appreciate your help and I love this website!
GO ROBOTS!