From e669040f58fb4dab060440eb25aa80a5b32ef9c7 Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Wed, 16 Aug 2023 10:53:45 +0200 Subject: [PATCH] Add small readme --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..69808ae --- /dev/null +++ b/Readme.md @@ -0,0 +1,7 @@ +# 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. +Bluetooth is enabled at the push of a button, to improve energy efficiency. \ No newline at end of file