oDrive dont use current

Hi, my name is Dor and this is my first time using oDrive.
I wired the board according to the instructions in the documentation and got connection from the board with the odrivetool.
I typed odrv0.vbus_voltage and got the result I expected to see but when i tried to do the clibraion sequence it didnt work.
I checked my power supply to see if the board is using current while runnig: odrv0.axis0.requested_state = AXIS_STATE_FULL_CALIBRATION_SEQUENCE
but nothing happaned.

any suggestions why it didn’t work?
I also got some runtime warnings while starting the odrivetool(something with import sys) but I dont know if it`s related to problem.

1 Like

I’m new to the oDrive myself.

Perhaps try checking for any errors after the calibration using the dump_errors command.

-> dump_errors(odrv0)

1 Like