ESP32_BLE_Arduino icon indicating copy to clipboard operation
ESP32_BLE_Arduino copied to clipboard

The library source for the ESP32 BLE support for Arduino.

Results 23 ESP32_BLE_Arduino issues
Sort by recently updated
recently updated
newest added

Want to change in the master branch

23 Braille Display Page (0x41) Braille display allow visually impaired computer users to read out text using raised pins. The pins are electro-mechanically activated. These devices also have support for...

Added public member variable getLength to expose the length of the underlying data buffer. This allows for better error checking when reading the raw buffer.

In case of ESP_GAP_BLE_ADV_STOP_COMPLETE_EVT advertising should be stopped and not started again

Rebooting occurs sometimes when retrieving characteristics in BLERemoteService::retrieveCharacteristics() if exceptions are not catched. ` [D][BLERemoteService.cpp:168] retrieveCharacteristics(): >> getCharacteristics() for service: 0000181d-0000-1000-8000-00805f9b34fb Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was...

The BLEAdvertisedDevice.cpp file wasn't looking at the Short UUID name.

This is not very clear in the documentation but I needed to add several AD Structures with the type SERVICE_DATA in one of my project. In order to get those...

These files allow this repository to be used directly as a component in the esp-idf build system when the rest of the Arduino environment is not required. I have not...