You are here

IMU support and alternate IMU ICs (Bosch bmi160?)

3 posts / 0 new
Last post
shaman
Offline
Last seen: 8 months 1 week ago
VESC Free
Joined: 2018-12-09 15:59
Posts: 60
IMU support and alternate IMU ICs (Bosch bmi160?)

I was curious if alternate IMU devices could be easily made compatible. The MPU-9250 seems to have limited stock at some distributors. Would something like the Bosch bmi160 be a decent substitute?

Pimousse
Offline
Last seen: 2 months 3 weeks ago
VESC Original
Joined: 2017-05-24 12:15
Posts: 101

According to the last FW datatypes, here are the supported IMUs for now :

typedef enum {

IMU_TYPE_OFF = 0,

IMU_TYPE_INTERNAL,

IMU_TYPE_EXTERNAL_MPU9X50,

IMU_TYPE_EXTERNAL_ICM20948,

IMU_TYPE_EXTERNAL_BMI160

} IMU_TYPE;

shaman
Offline
Last seen: 8 months 1 week ago
VESC Free
Joined: 2018-12-09 15:59
Posts: 60

Thanks I ended up seeing this for myself pretty soon after my original post. I'm gunna roll with the BMI160