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)

Introduction to ESP32

ESP32 is a low-cost Wi-Fi and Bluetooth chip from Espressif Systems. ESP32 integrates Wi-Fi (2.4 GHz band) and Bluetooth 4.2 solutions on a single chip. It also supports classic Bluetooth for legacy connections such as L2CAP, SDP, GAP, SMP, AVDTP, AVCTP, A2DP (SNK), and AVRCP (CT). ESP32 also supports Bluetooth Low Energy (BLE), which covers L2CAP, GAP, GATT, SMP, and GATT-based profiles. A detailed product review of the ESP32 chip/module can be found at the following link: https://www.espressif.com/en/products/hardware/esp32/.

There are two forms for ESP32: chip form and module form. ESP32 chip and module forms have different sizes and numbers of pins. Choosing ESP32 form is dependent on your design and purposes. The size factor of ESP32 form can also be one of your preferences when you make and design an IoT solution-included PCB scheme. A list of ESP32 chips and modules can be read on the following website: https://www.espressif.com/en/products/hardware/modules.

Next, we will review some development boards that use the ESP32 chip or ESP32 module.