-
Notifications
You must be signed in to change notification settings - Fork 91
End Effectors
The end point of the standard Dexter robot hardware is a replaceable "tool interface" It has a shape which makes it easy for other tools to be clicked on and off. There are "pogo pins" at the end for electrical connection. The tool interface has room for wiring and a Tinyduino interface device which is attached with slightly longer bolts.
The signals available to the end effector include power, ground, and whatever signals the main board has been configured to produce. Early versions supplied USB connection, some were configured to produce PWM type RC servo drive signals, but the standard going forward will be a Dynamixel XL-320 servo bus and a return serial data line. The Tinyduino will listen on the servo bus and may return data there or via the dedicated return data line.
Signals from Dexter to the Tool Interface:
- Ground
- Logic power +5 Volts
- Servo power
- Servo bus
- Return serial data
Multiple signals are available from the Tinyduino for many different purposes.
Known end effectors:
- Marker / Pen holder:
http://hdrobotic.com/dexter-community/#!/grippers:marker-holder
See also:
- Tool Interface CAD files: OnShape, STL
- http://hdrobotic.com/dexter-community/#!/grippers Our forum section for grippers.
- https://www.eng.yale.edu/grablab/openhand/ These are good designs for open source grippers. They do NOT have the exact tool interface for Dexter, but could be adapted, or the tool interface part can be replace.
To search the Wiki, use the main search box in the black bar at the top, then select WiKi to filter the results or go to https://github.com/HaddingtonDynamics/Dexter/search?type=Wikis&q= and then add your search terms to the end of the URL.
To report errors, or request additional data, please chat with us on discord and/or raise a new issue