-
ESP built-in Temperature SensorGoalCould you tell me how to read the internal temperature sensor and display it in Tasmota. DocThe ESP32-S2/C3/S3/C2 has a built-in temperature sensor to measure the chip’s internal temperature. The temperature sensor module contains an 8-bit Sigma-Delta ADC and a DAC to compensate for the temperature offset. |
Beta Was this translation helpful? Give feedback.
Answered by
barbudor
Jan 22, 2023
Replies: 1 comment 12 replies
-
The ESP32 internal temperature is now disabled by default as it is useless |
Beta Was this translation helpful? Give feedback.
12 replies
Answer selected by
Jason2866
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ESP32 internal temperature is now disabled by default as it is useless
If you really want that, you can enable it with
SetOption146 1
https://tasmota.github.io/docs/Commands/#setoption146