Motor calibration fails #382
Unanswered
mikk-kruusalu
asked this question in
Q&A - Tinymovr
Replies: 1 comment
-
I discovered that sending the letter 'Q' twice in the terminal makes the calibration succeed. I might be misusing the API but it feels like a bug in tinymovr firmware. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Tinymovr R5.3 board set up to a gimbal motor with integrated hall sensors. I am using Arduino for CAN messages. I am using the following code snippet for calibration, the motor resistance and inductance values are taken from manufacturer datasheet.
The motor does move forwards and backwards during calibration and when checking position estimate, the value is changing when manually rotating the motor. But when checking the tinymovr status with
I receive
As I understand the motor has not succeeded the calibration as the flag is 0 but it also does not report any error messages. So when trying to set the controller into velocity mode for example then nothing happens and tinymovr stays in idle.
What could be the problem with my setup?
Beta Was this translation helpful? Give feedback.
All reactions