-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mega board cannot communicate with Dynamixel MX28T #16
Comments
When you say that only the LED blinks, do you mean that it blinks when the servo powers up, not as a result of commanding it to blink in software? Is the servo brand new? How do you have confidence that the baudrate and ID you've set are consistent with the settings in the motor? |
What do you mean by 'the led blinks'? Did you modify the example code, to use another Serial port for example? If yes, please join the exact code you are using. How do you connect the motor to the arduino exactly? |
@eecharlie The LED of the Dynamixel Servo blinks normally when powered on. And after uploading the Blink_Led example, the LED blinks Normally. I am Confident about the baudrate and ID of the dynamixel as i modified it using ROBOplus software using a usb2dynamixel connector. I am unable to run the joint_mode example. I went through the code to findout where i am actually going wrong. I found out in Void Setup, there is no communication between the Motor and mega board. void setup() // check if we can communicate with the motor motor.enableTorque(); // set to joint mode, with a 180° angle range The Dynamixel Servo is not new. @descampsa I haven't Modified the code, except for Dynamixel Id and baudrate. |
If i see correctly on your image, you are using the arduino 5V output to power the motor. You can power the arduino with a 12V power supply and take power from the Vin pin (beware to the max current rating of the arduino protection diode, if you use many motors/important loads), or connect the motor power pins directly to the 12V power supply (don't forget to connect the arduino GND in this case) |
Hello Sir,
I am new to the Dynamixel Motors. I followed the instructions as You have given in documentation. I uploaded the joint mode code to my Arduino mega, but nothing happens. Only led of the dynamixel motor blinks. I went through the code, and realized that there is no communication between the motor and the board. Can you please help me know where i am going wrong and the problem. I have set the baudrate and id too.
The text was updated successfully, but these errors were encountered: