Skip to content

Support MCUs with built-in temperature sensors #390

@brentru

Description

@brentru

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions