Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: JAy1st on April 17, 2008, 12:17:23 AM

Title: Micro serial servo controller
Post by: JAy1st on April 17, 2008, 12:17:23 AM
Hi there, I'm new to this amazing forum.

I would like to know the benefits of using a serial servo controller compared to driving them directly with the micro controller...

Is it making the µC less busy ? (I guess so)

And is there any draw back, like no position feed back or anything ?

Tnx....
Title: Re: Micro serial servo controller
Post by: airman00 on April 17, 2008, 10:48:24 AM
all its doing is saving I/O lines on teh uC

instead of the uC doing all the controlling it does the controlling through serial commands
Title: Re: Micro serial servo controller
Post by: JAy1st on April 18, 2008, 04:57:23 AM
I guess I have to try to find out ?


Anyway tnx for the reply (I knew that all ready  :D)
Title: Re: Micro serial servo controller
Post by: Admin on April 20, 2008, 03:43:00 PM
A disadvantage would be that it uses up a uart port on your mcu that you could otherwise use for something else. It does however save up a lot of processing power for something else.
Title: Re: Micro serial servo controller
Post by: JAy1st on April 20, 2008, 03:51:33 PM
That's what I was waiting for !

I was thinking of using the shiftout system to keep my uart, but dont' know if it'll work, test and trial needed.


Atmega168, already playing with.....