jeremiedecock / pyax12

Python library to control Dynamixel AX-12 actuators.
MIT License
18 stars 10 forks source link

Cannot retrieve status packets on Raspberry Pi using GPIO #3

Open jeremiedecock opened 7 years ago

jeremiedecock commented 7 years ago

e.g. get_temperature.py, ping.py, scan.py and pretty_print_contrlo_table.py don't work on Raspberry Pi using GPIO contrary to move.py and led.py.

jaafar-omar commented 1 year ago

Any update for this issue? I'm currently using RPi 4 model b and using 74LS241 with Logic Level Converter (5V to 3.3V) to communicate with AX12A model.

Though I can write data and move servo to any of the position (thank you by the way), still I cannot retrieve status packet which is crucial in my project (thesis).