diff --git a/Readme.md b/Readme.md index 69808ae..7278487 100644 --- a/Readme.md +++ b/Readme.md @@ -4,4 +4,8 @@ This repository contains the code for an ESP32 with temperature sensors attached 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 +Bluetooth is enabled at the push of a button, to improve energy efficiency. + +## Hardware example + +![](images/hardware.jpg) diff --git a/images/hardware.jpg b/images/hardware.jpg new file mode 100644 index 0000000..be4f0b0 Binary files /dev/null and b/images/hardware.jpg differ