Smart Home Tutorial Using ESP32 Kit
In this guide, you will go through the process of setting up a Smart Home system using an IoT kit that includes an ESP32 microcontroller, sensors, and actuators. By the end, you will have a working example of a connected smart home system that can be monitored remotely, a dashboard to keep track of the metrics and visualize real-time data, and some logic implemented.
Requirements
Before starting, ensure you have met the following requirements and make sure you have the following components ready:
- Kit reference: KEYESTUDIO ESP32 Smart Home IoT Stem Kit Compatible with Arduino IDE, ESP32, Python C
- Altair IoT Studio account
- Arduino IDE installed
Note: This tutorial is based on code from https://www.keyestudio.com/. Some portions have been adapted
to fit the specific needs of this implementation but the original files
are provided during the tutorial in case you want to use them.