Asked — Edited

Ssc-32U Servo Controller

Hey Everyone,

I am currently trying to figure out how I will connect this servo controller to the Ezb V4; I am stuck on which cable to use as well. I also wondering about any general scripts to go along with it or even ones to get me started?

Any help is appreciated

Thanks User-inserted image


ARC Pro

Upgrade to ARC Pro

With ARC Pro, your robot is not just a machine; it's your creative partner in the journey of technological exploration.

PRO
USA
#1  

Check out this Article. Should give you enough info to get started. http://www.instructables.com/id/Controlling-Servos-Using-the-SSC-32-Servo-Controll/

Just use one of the EZB serial ports instead of the Arduino. and start coding UARTInit( boardIndex, port, baudRate ) UARTWrite( boardIndex, port, "#15 P1500 T500" )

code tells the servo connected to pin 15 to rotate to position 1500 in 500 milliseconds

Hope this helps

Richard Z

#2  

@rz90208 Awesome thank you very much! I will look at it.

PRO
USA
#3  

Here is also the online manual. Has a lot of good info!

http://www.lynxmotion.com/images/data/lynxmotion_ssc-32u_usb_user_guide.pdf#page=24-26

Belgium
#4  

Thnxs also from me rz90208 ! I'm working on something similar.

Greetz,