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)

Connecting ESP32 to cloud platforms

Technically, cloud providers provide an SDK and API to enable access from other applications and systems. Cloud SDKs usually support some runtime and programming language in order to build a cloud application.

To connect our IoT device to a cloud server, we should check the cloud provider services for an IoT platform. Amazon AWS has a cloud service for IoT called AWS IoT. Various IoT platforms can connect and make interactions with AWS IoT. Since AWS has various cloud services, we can make our AWS IoT integrate with other AWS resources. For further information about AWS IoT, you can visit the official website at http://aws.amazon.com/iot.

Next, we will build an ESP32 program to access AWS IoT.