You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since VESC FW3.62, a 0x50rd command has been added.
This conflicts with yourCOMM_STORE_BMS_CONF = 50
Even worse, the 0x51st COMM_GET_BMS_CELLS often used by third party devices may lead to probably brick a VESC if not issued to the correct CAN_ID (0x51st command VESC side is COMM_WRITE_NEW_APP_DATA_LZO introduced in VESC FW 3.63).
What do you think about that ?
Should the COMM_STORE_BMS_CONF be shifted to let's say 0x70 or even maybe 0xA0 to add another gap ?
The text was updated successfully, but these errors were encountered:
Hi @DieBieEngineering,
Since VESC FW3.62, a 0x50rd command has been added.
This conflicts with your
COMM_STORE_BMS_CONF = 50
Even worse, the 0x51st
COMM_GET_BMS_CELLS
often used by third party devices may lead to probably brick a VESC if not issued to the correct CAN_ID (0x51st command VESC side isCOMM_WRITE_NEW_APP_DATA_LZO
introduced in VESC FW 3.63).What do you think about that ?
Should the
COMM_STORE_BMS_CONF
be shifted to let's say 0x70 or even maybe 0xA0 to add another gap ?The text was updated successfully, but these errors were encountered: