BMX160 driver

Hi all

I'm starting a new design and want to use the BMX160, but can't find the driver.
I've looked on the Bosch Sensortec GitHub page, but there is no driver there. https://github.com/BoschSensortec

The BMI160 driver is available on GitHub, but doesn't seem to be compatible with the BMX160.

Does anyone know where to download/clone the BMX160 driver?

Thanks

Best reply by kgoveas

Hi rdehart,

At the moment we don't have a dedicated BMX160 driver released, but in the meantime you may reuse the BMI160 and BMM150 drivers.  You will have to change the chip id in the bmi160_defs.h file to 0xD8. In addition, you can refer to example code here on how to configure the device and read out data from all 3 sensors.

Hope this helps.

Regards,

kgoveas

 

View original
18 replies
Resolved