|
Posted by Scott McDonnell on March 19, 2005, 2:08 pm
Normally, you would just connect the servo data line to a port pin on the
AVR, and use the timer in the AVR to create the pulse width frames. But, if
you don't want to do that, you could get a serial servo controller and
connect it to the USARTs on the AVR.
Scott
> I need to control a couple of servos using Atmel's AVR microcontroller.
> Is there anything like a chip that could be controlled in a simple way
> by the microcontroller and that would keep shooting pulses at servos by
> itself? (for example when I want certain servo to change position, I
> send some bits to the chip, servo repositions and microcontroller does
> not have to take care any more)
> I know I can build such pulse generator by myself, but I'd rather buy a
> compact, tested and easy-to-use chip.
> I'm more of a programmer then electric enthusiast. (:
> --
> Frank
|
> Is there anything like a chip that could be controlled in a simple way
> by the microcontroller and that would keep shooting pulses at servos by
> itself? (for example when I want certain servo to change position, I
> send some bits to the chip, servo repositions and microcontroller does
> not have to take care any more)
> I know I can build such pulse generator by myself, but I'd rather buy a
> compact, tested and easy-to-use chip.
> I'm more of a programmer then electric enthusiast. (:
> --
> Frank