Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Developing IoT Projects with ESP32

You're reading from   Developing IoT Projects with ESP32 Automate your home or business with inexpensive Wi-Fi devices

Arrow left icon
Product type Paperback
Published in Sep 2021
Publisher Packt
ISBN-13 9781838641160
Length 474 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Vedat Ozan Oner Vedat Ozan Oner
Author Profile Icon Vedat Ozan Oner
Vedat Ozan Oner
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Section 1: Using ESP32
2. Chapter 1: Getting Started with ESP32 FREE CHAPTER 3. Chapter 2: Talking to the Earth ā€“ Sensors and Actuators 4. Chapter 3: Impressive Outputs with Displays 5. Chapter 4: A Deep Dive into the Advanced Features 6. Chapter 5: Practice ā€“ Multisensor for Your Room 7. Section 2: Local Network Communication
8. Chapter 6: A Good Old Friend ā€“ Wi-Fi 9. Chapter 7: Security First! 10. Chapter 8: I Can Speak BLE 11. Chapter 9: Practice ā€“ Making Your Home Smart 12. Section 3: Cloud Communication
13. Chapter 10: No Cloud, No IoT ā€“ Cloud Platforms and Services 14. Chapter 11: Connectivity Is Never Enough ā€“ Third-Party Integrations 15. Chapter 12: Practice ā€“ A Voice-Controlled Smart Fan 16. Other Books You May Enjoy

Understanding BLE basics

The fastest track to understand how BLE works is to look at its architecture diagram:

Figure 8.1 ā€“ Bluetooth technology stack

The architecture contains two major sections ā€“ Controller and Host. The controller section manages the radio and the host section implements the stack providing an interface for applications. Therefore, it is possible to design a device with an application processor and a Bluetooth network co-processor separately or to use a single system-on-chip (SoC) having the Bluetooth radio embedded in it. ESP32 falls into the second category.

On the host side, ESP32 uses Bluedroid as the default Bluetooth host. The Bluedroid stack is an open source implementation of the Bluetooth standard for Android devices imported into ESP-IDF. Let's have a quick look at the host-level functionality that we need while developing applications.

The Generic Access Profile

Generic Access Profile (GAP) defines...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime