Velocity control mode

Hi, I use 24V ODRIVE v3, I used Arduino to communicate with ODRIVE.

I want to know it supports velocity control mode?

if yes, what method which can use it.

thanks!

Rob

1 Like

Yeah, you can control an ODrive in velocity control mode from an Arduino using UART with the ASCII protocol. There is an ODriveArduino library that makes this much easier to implement.

I would suggest first configuring the ODrive with odrivetool to ensure everything is working as expected (motor config, encoder config, control mode etc.) before transitioning to the ASCII protocol.

Make sure you configure the UART interface before making this switch!

1 Like

Hi, Nicholas

thanks for your replay.
I read the confiure the UART interface document, and ASCII protocal.
there is a descpritpion


so could I understand if I want to send a series of position points to Odrive which generated by a controller , I can use “p” command.
is it a correct understanding?

thanks rob