ESP-NOW Protocol for Direct Device Communication
ESP-NOW, Espressif’s connectionless low-power protocol for direct ESP32-to-ESP32 communication without needing a WiFi router or AP.
ESP-NOW Protocol for Direct Device Communication Read More »
ESP-NOW, Espressif’s connectionless low-power protocol for direct ESP32-to-ESP32 communication without needing a WiFi router or AP.
ESP-NOW Protocol for Direct Device Communication Read More »
Develop applications on ESP32 that utilize both Bluetooth Classic (BR/EDR) and Bluetooth Low Energy (BLE) simultaneously for diverse connectivity needs.
Dual-mode Bluetooth Applications (Classic + LE) Read More »
Techniques to optimize BLE performance on ESP32, including connection parameters, MTU size negotiation, and efficient data transfer strategies.
BLE Performance Optimization Read More »
Implement BLE MIDI on ESP32 to send and receive MIDI messages wirelessly, enabling interaction with musical instruments and software synthesizers.
BLE MIDI Implementation Read More »
Configure the ESP32 as a BLE Human Interface Device (HID), emulating keyboards, mice, or game controllers to interact with computers or mobiles.
BLE HID Device Implementation Read More »
Implement the standard BLE Battery Service (BAS) on ESP32 to report the device’s battery level to connected BLE clients like smartphones.
BLE Battery Service Implementation Read More »
Turn your ESP32 into a BLE Beacon. Implement common formats like Apple’s iBeacon or Google’s Eddystone to broadcast information wirelessly.
BLE Beacons and iBeacon Implementation Read More »
Implement BLE scanning on ESP32 to discover nearby advertising devices. Apply filters based on address, service UUIDs, or advertising data content.
BLE Scanning and Filtering Read More »
Configure BLE advertising parameters on ESP32. Control advertising intervals, data packets (manufacturer data, service UUIDs), and discoverability modes.
BLE Advertising Configurations Read More »
Learn how to manage bonded BLE devices on ESP32. Store and retrieve bonding keys for faster and secure reconnections without re-pairing.
BLE Bonding and Device Management Read More »