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
Hi Jethva
Can you let me know which Nordic chipset and which SDK you are planning to use?
Best regards
Torbjørn
NRF51
Hi Jethva
We have no driver for this device in the official SDK's unfortunately, neither in the nRF5 SDK or in the newer nRF Connect SDK.
Also, if possible I would recommend upgrading to an nRF52 device rather than the nRF51, since the nRF51 is quite old at this point.
Best regards
Torbjørn
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