02-01-2024 05:00 PM
Hello,
I am using an nrf9160 to connect to a BMP585 sensor over I2C. I am successfully reading the CHIP ID using the API: https://github.com/BoschSensortec/BMP5-Sensor-API
For some reason though, I cannot update seemingly any registers. I can see that the driver is writing the values I expect but when I read the register back the values are not updated:
Get ODR CONFIG 0x70
Set ODR CONFIG 0xf0
Get ODR CONFIG 2 0x70
I'm guessing my issues stem from the device remiaining in deep standby mode but if I can't write to the ODR Config register how can I get it out of deep standby?
Any assistance would be greatly appreciated!
Thanks
02-01-2024 11:53 PM
Hi chadcoons,
I believe that you already know our github and API.
Did you try to use any example code in github or after getting chip ID, you just created your own?
I strongly recommend to run our example and back to me if there is still issue.
We can talk based on example.
Thank you.