Skip to content

Use of "smart" servos in FTC. Will eventually include a library, as well as protocol documentation.

License

Notifications You must be signed in to change notification settings

JJTech0130/smart-servo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"Smart Servo" Protocol

GoBuila and REV servos

Servos like REV's Smart Robot Servo and GoBuilda's Dual Mode Servo can be programmed using a programmer like this one from REV

Interestingly, these servos can actually send feedback to the programmer, despite only having a single signal wire. This is accomplished through a protocol known as "Dynamixel 1.0", which is a simple layer over half-duplex UART.

There are many varients of the Dynamixel protocol, but both the REV and GoBuilda servos appear to be completely compatible with each other. They operate at 76923 baud, and appear to use the standard read and write commands to manipulate the control table.

TODO: Document control table

Address Description Volatile Default
0x00 TODO X 0x01

Axon servos

Axon servos also use the Dynamixel protocol, but at a different baud rate and apparently using proprietary extension commands to the protocol to allow writing firmware.

TODO: Document control table and baud rate for Axon servos

Address Description Volatile Default
0x00 TODO X 0x01

About

Use of "smart" servos in FTC. Will eventually include a library, as well as protocol documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published