• I am running MCP9808 on NRF52 EVB, i have this following program which is not giving the correct values on terminal display

    I have this program running on KEIL 5, what could be the problem with the code and Do you guys have any sample code for mcp9808? Note- I am using the wired connection not a Bluetooth app to sense the temperature Please Help Thank you! #include …
  • i2c and nrf52832

    Hello! I want to connect the MCP9808 with the nrf52832. Therefor I use i2C. My example on the nrf52832 is the: <nRF5_SDK_v11_0_0 folder>\examples\ble_peripheral\experimental_ble_app_eddystone\ Now, I have written the code of the twi_sensor…
  • Problem with the NRF_DRV_TWI_INSTANCE(0) (twi/i2c)

    Hello! I want to connect the MCP9808 with the nrf52832. Therefor I use i2C. My example on the nrf52832 is the: <nRF5_SDK_v11_0_0 folder>\examples\ble_peripheral\experimental_ble_app_eddystone\ Now, I have written the code of the twi_sensor…