Code for a temperature tracker based on ESP32 https://christophhagen.de/projects/electronics/temp-logger/en.html
Go to file
2023-08-16 11:09:55 +02:00
include Fix device info 2023-07-03 09:43:47 +02:00
src Improve temperature rounding 2023-08-16 11:09:55 +02:00
.gitattributes First version with basic recording 2023-05-29 18:29:15 +02:00
.gitignore First version with basic recording 2023-05-29 18:29:15 +02:00
platformio.ini Update sensor library 2023-06-05 17:44:28 +02:00
Readme.md Add small readme 2023-08-16 10:53:45 +02:00

TempTrack

This repository contains the code for an ESP32 with temperature sensors attached, as used in this project.

The device records measurements at specified intervals and allows reading them over a Bluetooth connection. It stores the data in RTC memory and wakes itself periodically for measurements. Bluetooth is enabled at the push of a button, to improve energy efficiency.