Hello,
I’m trying to control two Dynamixel MX-64AR (RS-485 version) using a Raspberry Pi and a U2D2 connected to the RS-485 port. The motors are powered at 12 V using an FA-403 power hub, and the U2D2 is connected to the Raspberry Pi via USB. However, whenever I run my Python read_write.py script (based on the official Dynamixel SDK examples), I always get the error:
[TxRxResult] There is no status packet!
I can see the device /dev/ttyUSB0 correctly, and I’ve given it full permissions (chmod 777 /dev/ttyUSB0).
Still, the motor does not respond to any command.
I’ve also tried the example on Windows, but still doesn’t work.
IMPORTANT NOTE: using Wizard 2.0, the motors work correctly.
Any advice on what might cause the “no status packet” error in this setup would be greatly appreciated.
Thank you in advance!