nk25719 / PMD___aka-KiCad-esp32-6leds-2switches-1pj-circuit-

In this repo I am practicing KICAD. Created an ESP32 DevKit V1 module and a PCB footprint. I designed a circuit around this ESP32 consisting of six lamps, four switches, and two power jacks and added a voltage regulater to Vin to maintain a supply of +5V. (This project was originally made of two switches and 1 power jack and was named homeWork2.)
0 stars 1 forks source link

ESP32 embedded temperature sensor Firmware #53

Open nk25719 opened 1 month ago

nk25719 commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] A clear temperature reading for internal monitoring purposes, display the measured temperature of the ESP32's internal components.

Describe the solution you'd like A clear and concise description of what you want to happen. Add FIrmware to read the temperature reading for the internal components of the ESP32 module

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

ForrestErickson commented 1 month ago

Some code here: https://www.luisllamas.es/en/esp32-built-in-temperature-sensor/

Code running: image

ForrestErickson commented 1 month ago

@nk25719 I suggest that using the multi tasking programing style you make a function which reads the controller temperature and reports it out the serial port at a chosen period.