DIY Cooking Temperature Meter: Difference between revisions

From wikiluntti
 
(3 intermediate revisions by the same user not shown)
Line 37: Line 37:
<gallery>
<gallery>
Esp32 display back VIN.jpg
Esp32 display back VIN.jpg
Esp32 display back regulator.jpg| The LM1117 1.2V 800-mA, Low-Dropout Linear Regulator
</gallery>
</gallery>


Line 43: Line 44:
* The VIN pin (sometimes labeled V5 or V5.0) can be used to power the ESP32 with an external regulated 5V DC power source
* The VIN pin (sometimes labeled V5 or V5.0) can be used to power the ESP32 with an external regulated 5V DC power source
* you can power your ESP32 development board via the 3V3 pin.
* you can power your ESP32 development board via the 3V3 pin.
See also
* https://esp32.com/viewtopic.php?t=40425
* https://forums.adafruit.com/viewtopic.php?t=208238&__cf_chl_f_tk=ttJRikxAdvhyUomGA3.7MIrCJ4_oN61zEkvdO0ihKmk-1783086585-1.0.1.1-YREDl6f36g.Q3yAgKoz6mc9s7QVpSaxWy4SarKdrx2Q


=== Battery Pack ===
=== Battery Pack ===
Line 67: Line 72:


LVGL graphical library
LVGL graphical library
https://www.youtube.com/watch?v=qZ055lfGQKA

Latest revision as of 17:15, 3 July 2026

Introduction

A simple (but updatable) cooking thermometer based on ESP32.

Functions

  • Measure, log, display and save the temperature
  • Send data using bt or create a local web server which shows the data.
  • Allow taking timed photos (a photo at a given time) and show it on a (saved) temp log.

Material

List

ESP32

Powering

  • Never connect an external power source to the 3V3 pin while powering the ESP32 board via USB. This will cause damage to many boards!
  • The VIN pin (sometimes labeled V5 or V5.0) can be used to power the ESP32 with an external regulated 5V DC power source
  • you can power your ESP32 development board via the 3V3 pin.

See also

Battery Pack

No reverse voltage protection!

The charging voltage is 4.2 V and the charging current is 500 mA. Note the on/off switch, when plugging or unplugging the lipo battery, the On/OFF switch only switches the USB port. The 3 x 3 V and 3 x 5 V solder pins cannot be switched on and off by this switch

Deep discharge protection


The charging process on the module is indicated by a LED. Red means that the battery is charging and green signifies that charging is complete.


The battery shield connec

Programming

  • Show the temperature log.
  • Create a wifi and a local webserver

https://github.com/ImpulseAdventure/GUIslice https://blog.kamlatech.in/live-plot-sensor-data-on-tft-display

LVGL graphical library

https://www.youtube.com/watch?v=qZ055lfGQKA