Hi,
I am using my nrf52832 board with a MPC9808 sensor and I wanted to use the example code provided in zephyr/samples/sensor/mcp9808
Can you tell me with which pin of the board I need to connect the Alert pin of the sensor?
Because when using the rc = sensor_channel_get(dev, SENSOR_CHAN_AMBIENT_TEMP, &temp); I always get an error code.
Thank you for your help!