Home Automation Made Easy: Create Your Own IoT Cloud with a Custom Web Dashboard Using Firebase

Home Automation Made Easy: Create Your Own IoT Cloud with a Custom Web Dashboard Using Firebase

Home automation is one of the most exciting applications of the Internet of Things (IoT).In this project, we’ll design a complete smart home system where users can control appliances (like lights, fans, or LEDs) directly from a custom-built web dashboard, powered by Google Firebase — all connected to an ESP32 board. Unlike typical IoT platforms […]

Continue Reading
ESP32 with MySQL Database Management: Read & Write

ESP32 With MySQL Database Management: Read & Write Operations Tutorial ( Part 1 ) IOT Projects

In this project, we’ll learn how to connect the ESP32 microcontroller to a MySQL database to read and write real-time data such as temperature and humidity.We’ll also use a simple REST API to send and retrieve data, making this project perfect for IoT dashboard creation. By the end of this tutorial, you’ll be able to: […]

Continue Reading

DHT22 Real-Time Data to MySQL: Build an IoT Dashboard with ESP32 & REST API for Temp and Humidity

Build Your Own IoT Weather Station with ESP32 and DHT22 Welcome to another exciting project from Yarana IoT Guru! 🌡️ In this tutorial, we’ll guide you through building a DIY IoT weather station using an ESP32 microcontroller and a DHT22 sensor. This project collects temperature and humidity data, stores it in a MySQL database via […]

Continue Reading