NimBLE-Arduino
NimBLE-Arduino copied to clipboard
A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
Please could I ask for some help with getting Dynamic MachineData Advertising / BroadCast working? I have Googled and LLM my way to what I think should work, but keep...
have this code here ``` #include #include #include "ESP32Wiimote.h" #include "NimBLEDevice.h" ESP32Wiimote wiimote; BleGamepad Gamepad; #define numOfButtons 13 #define numOfHatSwitches 0 #define enableX false #define enableY false #define enableZ false...
Hi, I'm using two ESP32-C3, the first one to turn on is the one who becomes the master after 3 seconds. The master should initialise NimBLE and then broadcast every...
`CONFIG_BT_NIMBLE_ROLE_PERIPHERAL` disables `NimBLEServer`, but it is ok to have GATT Server on Central device.
Not specifying your own NimbleCharacteristicsCallbacks for a characteristic you have added to your server is most likely an error. And with the change in the API it is an error...
I use Nice nano to run nimble,I use these lib:n-able Arduino core 0.2.0;NimBLE-Arduino 2.2.0;adafruit_nrfutil-0.5.3. I can compile and update code;but then mcu don't run; 
Hi @h2zero The latest NimBLE-Arduino 2.1.3 is working with [ESP32-BLE-Gamepad](https://github.com/lemmingDev/ESP32-BLE-Gamepad) after a couple of users added some patches to the library One issue we seem to have now is that...
Thank you for updating the library. I found that passkey are written in two kinds spelling. Which do you want to use? passkey or passKey, pass_key, passKey, For example, [onConfirmPasskey](https://github.com/h2zero/NimBLE-Arduino/blob/e374f507ef1a7dcbd7cb42ac3d38c52fd27e6936/src/NimBLEClient.h#L200)...
Hello (and merry christmas to everybody :-) ), with the update of NimBLE-Arduino from 1.4.3 to 2.1.2 the executing of NimBLEClient::discoverAttributes() leads now to a Guru Meditation Error (LoadProhibited): ```...
For anyone interested in OTA updates over BLE on the esp32 using espressif's phone app or @gb88's [webapp](https://gb88.github.io/BLEOTA/). I have created a repo, sponsored by [Theengs](https://www.theengs.io). You can find it...