Author Topic: Micro serial servo controller  (Read 2457 times)

0 Members and 1 Guest are viewing this topic.

Offline JAy1stTopic starter

  • Jr. Member
  • **
  • Posts: 30
  • Helpful? 0
Micro serial servo controller
« 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....

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: Micro serial servo controller
« Reply #1 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
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline JAy1stTopic starter

  • Jr. Member
  • **
  • Posts: 30
  • Helpful? 0
Re: Micro serial servo controller
« Reply #2 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)

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Micro serial servo controller
« Reply #3 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.

Offline JAy1stTopic starter

  • Jr. Member
  • **
  • Posts: 30
  • Helpful? 0
Re: Micro serial servo controller
« Reply #4 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.....