03-22-2019 02:42 PM
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
Solved! Go to Solution.
08-10-2019 12:31 AM
Just wanted to chime back in with my solution. I scoped my comm lines and saw that the delay function that I was providing the drivers was not accurate. Therefore the timing between some calls was not according to the datasheet. When I corrected the delay function, the communication problems with the BMM resolved.
08-15-2019 03:56 PM
03-24-2020 06:14 PM
03-30-2020 11:16 AM
The first I²C write in the included screenshot wasn't shown correct, It was 0x7E - 0x19, not 0x7F - 0x0C.
03-30-2020 01:39 PM
It's working now. I tried to access the BMM150 directly instead of via the bmi160_aux_write() in the wrapper function.