Book Image

Internet of Things Projects with ESP32

By : Agus Kurniawan
Book Image

Internet of Things Projects with ESP32

By: Agus Kurniawan

Overview of this book

ESP32 is a low-cost MCU with integrated Wi-Fi and BLE. Various modules and development boards-based on ESP32 are available for building IoT applications easily. Wi-Fi and BLE are a common network stack in the Internet of Things application. These network modules can leverage your business and projects needs for cost-effective benefits. This book will serve as a fundamental guide for developing an ESP32 program. We will start with GPIO programming involving some sensor devices. Then we will study ESP32 development by building a number of IoT projects, such as weather stations, sensor loggers, smart homes, Wi-Fi cams and Wi-Fi wardriving. Lastly, we will enable ESP32 boards to execute interactions with mobile applications and cloud servers such as AWS. By the end of this book, you will be up and running with various IoT project-based ESP32 chip.
Table of Contents (12 chapters)

Building an IoT Weather Station

In this chapter, we will continue to develop our understanding of how to build an Internet of Things (IoT)-based weather monitoring system, which we looked at in Chapter 2, Making Visual Data and Animation on an LCD. We will learn more practices to develop a weather monitoring system by adding internet connectivity capabilities. Furthermore, we will also learn how to handle requests from clients who are trying to access the service.

In this chapter, we will explore the following topics:

  • Introducing a weather station
  • Building an IoT weather station
  • Handling large data requests for weather monitoring systems