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
  • Hello,

    By Serial Monitor, do you mean the debug view in Segger Embedded Studio? Or do you need to output it via UART to an external terminal?

    Depending on what project you started with, there may or may not be some logging in the project. Do you see any logging information from your application? If not, do you see the definition NRF_LOG_ENABLED in your sdk_config.h file?

    Best regards,

    Edvin

Reply
  • Hello,

    By Serial Monitor, do you mean the debug view in Segger Embedded Studio? Or do you need to output it via UART to an external terminal?

    Depending on what project you started with, there may or may not be some logging in the project. Do you see any logging information from your application? If not, do you see the definition NRF_LOG_ENABLED in your sdk_config.h file?

    Best regards,

    Edvin

Children
Related