Lynxmotion SSC-32 Servo Controller

by Scott Preston - 2005-10-27 11:31:31
I got a copy of this SSC during the writing of my book. I has asked Jim over at Lynxmotion if he had anything I might find useful in the book and he sent me this gem.

The two modes of operation are nice, for movement and simple servo movements I used the SSC Mode. For complicated movements of my Hexapod and Robot Arm, the group move made the motion very smooth.

Since all of my usage of this controller was done via Java I actually created a class that allowed use of this controller. It's called the LM32 and can be downloaded with the source from the book. I also created two interfaces implemtned by the LM32 called the GroupMoveProtocol and the SSCProtocol. So for robots or arms you can use whatever protocol makes the most sense for you.

I can't really say anything bad about this controller, though sometimes I feel like it's being wasted by just using 8 servos. I guess I need to buy more servos.

You can get all the details about the LM32 from the Lynxmotion Site.

Conclusion

You can get a Mini-SSC II but it cost more, has 24 less ports, it does not implement the "group move" and power is more difficult to connect.

I would recommend this unless space is an issue it's size is 3" x 2.3".

Poll Of The Day

My Books

Robotics Programming 101

Robotics Programming 101

Robotics Programming 101 shows how program a real robot, speech, vision, more...

Ubuntu Robotics - A Robotics Programming 101 Extra

Ubuntu Robotics - A Robotics Programming 101 Extra

This extra highlights all of the Ubuntu specific robotics configuration details in Robotics Programming 101.

Only $0.99 on Amazon.Com

Motion Detection - A Robotics Programming 101 Extra

Motion Detection - A Robotics Programming 101 Extra

This extra shows you how to write a motion detector for your robot with a network or web camera.

Only $0.99 on Amazon.Com

The Definitive Guide To Building Java Robots

The Definitive Guide to Building Java Robots

This was my first book on robotics and using the Java Language to interface between sensors, motors and microcontrollers with a PC capable of doing speech and vision.