Hello all!
My project requires I run this Dynamixel servomotor. I decided to use the TX and RX pins for communication between the motor and the board. For now, I'm just trying to get the motor to run simple commands only using TX. I was basically following the instructions from this startup example. That same website also leads to a set of libraries needed for the servo to run.
My problem is actually getting my signal to communicate correctly. I started by checking my PWM signal between the motor and the Uno board and I get the following:
PWM output from board without plugging into servo:
PWM Output from board with plugging into the servo:
Does anyone have any idea of what's going on with this and what I can do to fix the signal between it?