I have identifier that the NRF52840 has an internal temperature sensor from several forum posts. Are there any samples or libraries for accessing the sensor for NCS? I was only able to find examples for the legacy SDK.
I have identifier that the NRF52840 has an internal temperature sensor from several forum posts. Are there any samples or libraries for accessing the sensor for NCS? I was only able to find examples for the legacy SDK.
Hello,
Please check out:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/zephyr/samples/sensor/die_temp_polling/README.html
Kenneth
This is exactly what I was looking for. Thanks!