TempTrack-ESP/Readme.md

12 lines
503 B
Markdown
Raw Permalink Normal View History

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](https://christophhagen.de/projects/electronics/temp-logger/en.html).
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.
2023-08-16 11:16:05 +02:00
Bluetooth is enabled at the push of a button, to improve energy efficiency.
## Hardware example
![](images/hardware.jpg)