Book Image

ESP8266 Home Automation Projects

By : Catalin Batrinu, Constantin Tambrea
Book Image

ESP8266 Home Automation Projects

By: Catalin Batrinu, Constantin Tambrea

Overview of this book

The ESP8266 is a low-cost yet powerful Wi-Fi chip that is becoming more popular at an alarming rate, and people have adopted it to create interesting projects. With this book, you will learn to create and program home automation projects using the ESP8266 Wi-Fi chip. You will learn how to build a thermostat to measure and adjust the temperature accordingly and how to build a security system using the ESP8266. Furthermore, you will design a complete home automation system from sensor to your own cloud. You will touch base on data monitoring, controlling appliances, and security aspects. By the end of the book, you will understand how to completely control and monitor your home from the cloud and from a mobile application. You will be familiar with the capabilities of the ESP8266 and will have successfully designed a complete ready-to-sell home automated system.
Table of Contents (16 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
3
Building a Home Thermostat with the ESP8266
5
Using ESP8266 to Build a Security System
Index

Chapter 4. Control Appliances from the ESP8266

If you want to create an IoT module as a commercial product and sell it, you will need to let the user configure the Wi-Fi credentials themselves as long as the MQTT server, port, username and password that will be used by user. All the extra information needs to be stored on the SPIFFS filesystem so when the module will start will be used to connect to Wi-Fi and to connect to the MQTT server.

In the first part of this chapter, we will discuss how to build a web server to get Wi-Fi network credentials with the help of the WiFiManager library, save them to the SPIFFS file, and in the second part, we will build a module that allows you to control a TV using infra-red.

By the end of this chapter, you will have gained the knowledge to start your first commercial IoT product.