NimBLE-Arduino
NimBLE-Arduino copied to clipboard
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
Hi! I am trying to write data to the characteristic using the example of NimBLE_Client to reduce the time for connecting and writing data to the characteristic, I commented out...
Hello - I am excited to find this code available on Arduino. Thank you for the library. For my ESP32, I am attempting to set up a simple secure GATT...
Hey, first of all thanks for the awesome lib! I encountered the issue with the assert(notify rc == 0) crash and saw that there should be a fix for that...
hello there, i was reading the docs and studying the code, I was wondering if it is possible to define a custom Bluetooth address for the device and then advertise...
Hi, Background: Im using a custom board with ESP32-WROOM-32D and Arduino framework (using platformio), operating as a BLE central device. Issue: When trying to delete a specific bonded peer (by...
Hello, this is a bug that I have been tracking for a long time. It's difficult to reproduce. After some time, it becomes impossible to reconnect to the ESP BLE....
followup on previous add/removeServiceUUID issue service created only once, is the only advertised service in nrfConnect. connect to see services available, but this recently created service is shown twice, both...
Hi h2zero, Hello, I encountered a problem with connecting esp32 and Sony ZV-1 camera, and I would like to ask you for advice. I modified the example program of Nimble-Arduino...
Hi! I debugged with nrf connect debugging software and found that the phone connected esp32 takes about 3s from the start of the connection to the end of accessing the...
I have two working sketches one with a keyboard and the other with a BLE UART. I also have a IOS application which can talk with the BLE UART. Now...