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
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
@rz90208 Awesome thank you very much! I will look at it.
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
Thnxs also from me rz90208 ! I'm working on something similar.
Greetz,