HANDS-ON ESP32 WITH ARDUINO IDE unleash the power of IoT with ESP32 and build exciting projects with this practical guide

Build a strong foundation in IoT development and take your skills to the next level by mastering ESP32 and Arduino IDE 2.0, learning IoT protocols, and automating your projects Key Features Learn how to Interface ESP32 with various components for IoT projects Understand IoT protocols and automation...

Full description

Bibliographic Details
Main Author: Zulfiquar, Asim
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing Ltd. 2024
Edition:1st edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Interfacing an OLED with ESP32 using I2C
  • Interfacing a TFT display with ESP32 using SPI and I2C
  • Interfacing an e-paper display with ESP32
  • Comparison of displays
  • Summary
  • Part 2
  • IoT Protocols and ESP32
  • Chapter 4: Implementing Network-Based Protocols with ESP32
  • Technical requirements
  • Types of networks
  • Exploring wireless capabilities with Wi-Fi
  • How the Wi-Fi protocol works
  • ESP32 built-in Wi-Fi capabilities
  • Using Wi-Fi Direct for P2P connections
  • Creating a personal area network with BLE
  • How the BLE protocol works
  • ESP32 BLE capabilities
  • Cover
  • Title Page
  • Copyright and Credits
  • Dedication
  • Contributors
  • Table of Contents
  • Preface
  • Part 1
  • Introduction: Getting Familiar with ESP32
  • Chapter 1: IoT with ESP32 using Arduino IDE
  • A brief introduction to IoT
  • IoT and its main characteristics
  • The basic architecture of IoT
  • Applications of IoT
  • Understanding the capabilities of ESP32 for IoT
  • A brief overview of the ESP32 board and its variants
  • ESP32 versus other development boards
  • Deep dive into the Arduino IDE 2.0 to program ESP32
  • How can ESP32 be programmed?
  • The Arduino IDE 2.0
  • I2C communication with ESP32
  • How I2C communication works
  • An I2C communication example using ESP32
  • Devices that use I2C communication with ESP32
  • Understanding SPI communication
  • How does SPI communication work
  • SPI communication example using ESP32
  • Devices that use SPI communication
  • Summary
  • Chapter 3: Interfacing Cameras and Displays with ESP32
  • Technical requirements
  • Using the ESP32 camera module
  • How to use ESP32-CAM with the Arduino IDE
  • ESP32 camera example
  • Interfacing displays with ESP32
  • Interfacing a 16x2 LCD with ESP32 using I2C
  • Installing the Arduino IDE 2.0
  • An overview of the Arduino IDE 2.0 user interface
  • Setting up the Arduino IDE 2.0 for ESP32
  • ESP32 "Hello World" example using the Arduino IDE 2.0
  • Bonus
  • Simulating ESP32 projects
  • Summary
  • Chapter 2: Connecting Sensors and Actuators with ESP32
  • Technical requirements
  • Getting hands-on with ESP32 GPIO pins and an overview of them
  • ESP32 peripherals
  • ESP32 basic input/output example
  • ESP32 PWM example
  • Mastering UART communication
  • How the UART protocol works
  • UART communication between two ESP32s
  • Sensors that use UART communication
  • BLE server and client using ESP32
  • ESP32 as BLE Beacon advertiser
  • Expanding ESP32 connectivity beyond Wi-Fi and BLE
  • Cellular communication with ESP32
  • The LoRaWAN protocol
  • Comparison of protocols
  • Summary
  • Chapter 5: Choosing the Right Data-Based Protocols for Your ESP32 Projects
  • Technical requirements
  • Exploring HTTP with ESP32
  • enabling IoT devices to communicate with web servers
  • What is HTTP?
  • How does HTTP work?
  • ESP32 as an HTTP web server
  • ESP32 as an HTTP client
  • Configuring and managing Wi-Fi using the HTTP protocol in ESP32