Back to Browse

BLE with ESP32 tutorial part 1: the Server

148.7K views
Jan 29, 2023
25:23

This tutorial explains how to use Bluetooth Low Energy (BLE) with the ESP32. In Part 1 first some BLE basics are discussed and then focuses on the BLE Server. Link for the pre-defined Services, Characteristics and Descriptors: https://www.bluetooth.com/specifications/assigned-numbers/ Link for UUID generation: https://www.uuidgenerator.net/ Code: https://github.com/mo-thunderz/Esp32BlePart1 Correction: 05:13 the "ESP32 BLE" library is included in the latest releases of the ESP32 compiler and you dont need to add an extra library. To check if the library is included go to File - Examples and search for "ESP32 BLE Arduino". If these examples are present, the library is installed. 05:28 correction, the real author is Neil Kolban, but it might show up under Dariusz Krempa. Anyway, on new installations the library is included per default and you do not need to install anymore. 09:50 delay(3) will provide a 3ms delay, not 3ns as I state in the video.

Download

1 formats

Video Formats

360pmp437.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

BLE with ESP32 tutorial part 1: the Server | NatokHD