Home Alone Monitor

Make use of an ESP32

Home Alone Monitor using an ESP32

This project is based on an idea developed by Ralph Bacon who developed his device (based on a ESP8266) to monitor his Mum in Germany. Check it out on YouTube: Ralph Bacon on YouTube

I wanted to use an ESP32 and therefore I started from scratch to make use of the multitasking capabilities of the ESP32 chip. I run 4 tasks concurrently and the code is very easy to read. For the prototype I used modules of the Adafruits Feather series.

So far my prototype runs very well but is not finished yet.

Project-Description and Code

The project description is available here.

The full Code on GitHub