-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Microcontrollers like the RP2040 and ESP32-S2/S3, ESP32-C2/C3 contain built-in temperature sensors. These are not ambient temperature sensors, they measure the temperature of the chip itself.
This temperature returned by these sensors is not very accurate (low resolution and generally higher than ambient temperature) but would serve as a quick way to get temperature data into IO without the use of external parts.
cc @lorennorman - This will likely need to be part of WipperSnapper_Components and WipperSnapper_Boards, too. Since it's technically an ADC measurement, we could denote it as an analog pin component. Only certain microcontrollers have a sensor like this, we may want to figure out how to add this (possibly as a new value) to the board.json
too.
References: