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)

Getting Started with ESP32

ESP32 is a low-cost chip that consists of MCU with Wi-Fi and a Bluetooth network stack that makes it possible to build an Internet of Things (IoT) application. In this chapter, we will review ESP32 boards and learn ESP32 basic development.

We will also cover the following topics:

  • Introduction to ESP32
  • Reviewing development boards-based ESP32
  • Setting up a development environment
  • Building ESP32 programs with Espressif SDK
  • Developing Sketch programs on ESP32 development boards