
Mickey666Maus
Germany
Asked
— Edited
I am trying to control my Dynamixel AX-12a with the EZBPi, but when I try to connect ARC it disconnects shortly after...
Is there a wiring schematic or a tutorial on how to do this?
I guess I missed something...maybe the port in the configuration is wrong?
A pinout for the EZBPi would be helpfull!!
Related Hardware Raspberry Pi
Related Control
Dynamixel
Hey, the Live Hack and tutorial is awesome!!! Great help to get started, very detailed from A to Z...
It seems to be all good to go for the transmit, but I am still trying to understand how it can be safe to expose the Raspberry Pis 3.3V Pin to the bus of the Dynamixel, which is 5V? I am new to serial bus communication, I might get stuff wrong...but I found a dicussion on trossenrobotics.com which left me a bit confused!
http://forums.trossenrobotics.com/showthread.php?7794-Com-between-raspberry-pi-and-arbotix-m
they say...
and alsoDo not use a half duplex buffer. The dynamixel plugin expects the connection to be full duplex and manually controls the rx buffer.
The dynamixel ttl will detect 3.3v when receiving. So I believe all you need are 2 resistors as a voltage divider.
I didnt know the pi wasnf 5v tolerant - that’s ridiculous.
I was surprised too.
The EZ-B is 5v tolerant and each pin has a strong resistor (I believe is 150 ohms) so connecting EZB TX to a Dynamixel Data/TX (when the servo sends data) is not an issue the resistor handles that.
The raspberry PI is 3.3v and it not 5V tolerant so connecting RX + TX + Dynamixel Data is not an issue when the Dynamixel BUS is in receive mode waiting for commands, but when switches to Transmit mode (Sending data) the raspberry PI TX is short-circuit with the Dynamixel TX plus the voltage is 5V.
I don't know how it can work without damaging the PI gpio... maybe is too quick or luck.
** EDIT: Dynamixel TTL bus will identify 2v to 5v as HIGH logic, so sending is not an issue, but replying (TX) is 5v.
The site below (no https) provides more details: http://www.enchantedage.com/electrical-connections-for-dynamixel-TTL-UART-bus