Anyone Have Worked On Bosch BMP384 Pressure sensor ?
If Any One ave Code for the same Please sent me
Anyone Have Worked On Bosch BMP384 Pressure sensor ?
If Any One ave Code for the same Please sent me
If you have BMP384 example code with any of the NRF can you please send me ?
Hi Jethva
Hopefully someone in the community will have a driver that works with an nRF device out of the box.
If not, it seems Bosch has provided some drivers that they have made available on Github:
https://github.com/BoschSensortec/BMP3-Sensor-API
It is all provided in C source code, so these drivers should be relatively easy to port to one of the Nordic SDK's. The main work is to port the driver to use the Nordic I2C or SPI driver.
Best regards
Torbjørn
Hi Jethva
Hopefully someone in the community will have a driver that works with an nRF device out of the box.
If not, it seems Bosch has provided some drivers that they have made available on Github:
https://github.com/BoschSensortec/BMP3-Sensor-API
It is all provided in C source code, so these drivers should be relatively easy to port to one of the Nordic SDK's. The main work is to port the driver to use the Nordic I2C or SPI driver.
Best regards
Torbjørn