This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BME 680 Environmental sensor interfacing with nRF52840.

Dear All,

            I have added libraries of sensor BME680 to Segger Embedded Studio (IDE) successfully. But, I need help in displaying the sensor data on Serial Monitor (Using nRF52840-DK Microcontroller).

Parents Reply Children
  • Vins said:
    In Bosch drivers they have written it for SPI. I wanted to communicate with I2C.

     Does the sensor even support I2C? (ok, I see from the link that it does).

    If the driver isn't working, then you need to ask Bosch. We have not written these libraries/drivers, and I don't know any more than you how they work, unfortunately.

    General tip: Check the return values in all function that you are using that have return values, such as twi_init() and so on. The return values will tell you whether the called function executed successfully or if something is missing.

Related