
Cameron
USA
Asked
— Edited
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
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
Has a lot of good info!
http://www.lynxmotion.com/images/data/lynxmotion_ssc-32u_usb_user_guide.pdf#page=24-26
Greetz,