Closed allefenes closed 7 months ago
When i use recommended communication circuit from AX12-A datasheet (Web Page) it does not work. But i use Robotis U2D2 communication module and i have no problem. I did not understand what is the difference between of this two way.
I tried UART/USB converter (FT232) and it did not work again.
TypeError : 'NoneType' object is not subscriptable
Hi,
I am working on RPI-4B for dynamixel AX12-A control. I can send it to any position I want. . But i have a problem. I have shown my codes and response script below. My circuit diagram is same circuit in main library page. And i tried add logic level shifter(BSS138) to circuit for 3.3V-5V conversation. But it doesn't work. Here are the codes;
This is try01.py named python codes :
AX12-A goes to 130 degrees but i can't get get firmware version for example or present temperature.
And this is the response script :