-
Notifications
You must be signed in to change notification settings - Fork 23
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
motor does not reply #7
Comments
did you manage to get it to work? I have the same issue |
Hello, may I ask which chat app you use? We might be able to communicate faster offline. |
I can give you my phone if you message me on discord guyo4863 |
By the way, do you use WeChat? |
or WhatsApp |
Thanks for reply. I have solved the problem. The sequence of line which bought together from the motos is wrong. We adjust the line sequence then the motor works well. |
thank you for helping in private. |
You're welcome! if there are any further issues, you could contact [email protected] |
Hellow!
I tried to control A1 motor with Raspberry Pi 4b(ubuntu 20.04).
But when I ran the "motorctrl", the following information is continuously printed:
"
[WARNING] SerialPort::recv, unblock version, wait time out
[WARNING] motor id=2 does not reply
motor.Pos: 0
motor.Temp: 0
motor.W: 7.06952e-10
motor.T: 7.93298e+34
motor.MError: 1986356271
"
Because I don't know the exact motor id, I tried "motor id = 0, 1, 2, or 0xBB". These situation all showed similar errors and the motor didn't work.
So, I wonder what the problem is and how I can solve it.
The text was updated successfully, but these errors were encountered: