Step 7Program the chip
This instructable details the programmer and software you need to get it all running.
Do Not! Do Not! Do not use this programming cable with any devices that even get near to voltages above 5v. The voltage could run up the cable and fry your computer's parallel port, ruining your computer. More elegant designs have limiting resistors and/or diodes. For this project, ghetto is fine. It's only a 3.6v battery onboard. But be careful.
The code I use is attached here. Mostly, it's overkill for just getting two motors to swing back and forth, but I was having fun.
The gist of it is that the servos need pulses every 20ms or so. The length of the pulse tells the servo where to turn the legs. 1.5ms is around the center, and the range is from 1ms to 2ms approximately.
The code uses the built-in 16-bit pulse generator for both the signal pulse and the 20ms delay, and gives microsecond resolution at the stock speed. The servo's resolution is somewhere near 5-10 microseconds, so 16-bits is plenty.
Does there need to be an microcontroller-programming instructable? I'll have to get on that. Let me know in the comments.
| « Previous Step | Download PDFView All Steps | Next Step » |

















































Once again, Great Project
C++ = busted Arduino (if you're using one.)
Try getting the Turbo C bible...worked for me.