esp32-snippets icon indicating copy to clipboard operation
esp32-snippets copied to clipboard

Sample ESP32 snippets and code fragments

Results 163 esp32-snippets issues
Sort by recently updated
recently updated
newest added

Hi everyone, there is a way to know if the BLEDevice was initialized? Like `BLEDevice::isInitialized` Thanks in advance

In my program I would like to handle cases such as incorrect BLE initialization to prevent total crash on my esp32 device. In the function BLEDevice::init(std::string deviceName) there are many...

Hi, is it possible to change the name of the BLE device after the service has started advertising? What's the clean solution to do this?

Hello all, Currently, I have 4 Firebeetle esp32 boards. 1 of which is the BLE server that is notifying 3 BLE clients. I have the clients being notified successfully, but...

Hi, First of all thanks for the library, i love it. I’m trying to connect a BLE sensor with ESP32 development module by using BLE_client.ino script. I can connect the...

I've paired successfully. I am simply trying to send MIDI Instead of successfully establishing a connection, I get this nonsense on the serial port, and it never fires the connect...

Hi, I am using the ESP32 BLE Arduino -> BLE_IBeacon example in Arduino IDE and would like to be able to change the MAC-Address of the advertising device after I...

What is the version compatibility of esp32-snippets to versions of ESP-IDF? I downloaded the Master from the esp-idf github and get numerous compilation errors when I compiled it with the...

Can the Bluetooth client of Arduino esp32 connect up to 10 devices?

Hi! I am communicating with a phone and once I execute the following code (only once): `pCharacteristic->setValue(value); pCharacteristic->notify();` notifications never stop coming in , although there is no change in...