Calibration Issue

Hello New to Odrive.

I am running some testing for the first time utilizing some old brushless motors I had around.
Motor = Castle Creations CM36s-5700 Motor 5700Kv 3S LiPo Max Scale SC
Odrive Version = 24v v3.6
Running Odrive on a Mac OS 10.15.6
Power into Odrive = 12v ( I assume I shouldnt go higher than the motor max)

Connection is fine as I run into the tutorial and try the calibration sequence I get a funny response.
The shaft spins a bit beeps. After that it seems to be unresponsive to any command untill I reboot.
The odrive still seems to be connected. Here is the dump I captured…

axis0

AttributeError Traceback (most recent call last)
/usr/local/lib/python3.8/site-packages/fibre/shell.py in
----> 1 dump_errors(odrv0, True)

/usr/local/lib/python3.8/site-packages/odrive/utils.py in dump_errors(odrv, clear)
78 (‘axis’, axis, {k: v for k, v in odrive.enums.dict .items() if k.startswith(“AXIS_ERROR_”)}),
79 (‘motor’, axis.motor, {k: v for k, v in odrive.enums.dict .items() if k.startswith(“MOTOR_ERROR_”)}),
—> 80 (‘fet_thermistor’, axis.fet_thermistor, {k: v for k, v in odrive.enums.dict .items() if k.startswith(“THERMISTOR_CURRENT_LIMITER_ERROR”)}),
81 (‘motor_thermistor’, axis.motor_thermistor, {k: v for k, v in odrive.enums.dict .items() if k.startswith(“THERMISTOR_CURRENT_LIMITER_ERROR”)}),
82 (‘encoder’, axis.encoder, {k: v for k, v in odrive.enums.dict .items() if k.startswith(“ENCODER_ERROR_”)}),

/usr/local/lib/python3.8/site-packages/fibre/remote_object.py in getattribute(self, name)
243 return attr
244 else:
–> 245 return object.getattribute(self, name)
246 #raise AttributeError(“Attribute {} not found”.format(name))
247

AttributeError: ‘RemoteObject’ object has no attribute ‘fet_thermistor’

Any suggestion please to help :wink:

Hi @DAM_Guru, please update your firmware

pip3 install --upgrade odrive, then odrivetool dfu