![]() |
2021-06-02 16:34:18 |
Everythingishard |
Hi,
First of all, please make sure to run the examples in DYNAMIXEL Shield library, not the DYNAMIXEL2Arduino.
If you are using any DYNAMIXEL Shield board, you should run DYNAMIXEL Shield examples.
In case of running the position_mode example with AX-12A, you should modify the default code.
For example, you should change the DYNAMIXEL Protocol version to 1.0 as below
as well as the baudrate from 57600 to 1000000 (the default baudrate of AX series is 1000000 bps)
Thank you.
![]() |
2021-06-03 09:26:48 |
willson |
YES!!!! That worked! It was the baud rate. I didn't look at the code closely enough, lesson learned. Thanks for your help!
![]() |
2021-06-03 10:11:58 |
Everythingishard |