JJTech0130 / smart-servo

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

Home Page:https://github.com/JJTech0130/smart-servo/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"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.

https://github.com/JJTech0130/smart-servo/wiki

License:MIT License