Ryan Powell
Ryan Powell
Just wanted to bring attention to the new [mesh](https://github.com/h2zero/NimBLE-Arduino/tree/mesh) branch. I've been working on adding a mesh API. So far basic on/off server and level models have been implemented and...
platformio/tool-nrfjprog is very old at version 9.7.2 and does not support nrf52833. The current version of nrfjprog is now 10.17.2 which supports all the new Nordic SOC's. This is mainly...
This adds a callback that is called when a device is initially discovered. It is always called wether scanning in passive or active mode. This allows for active scanning to...
This sets a timer for scan responses such that if they are not received within 1 second, the scan result callback will be called and the device deleted from the...
If anyone would like to help build this up for a release please comment in this issue thread. Todo: - add more boards - add documentation - add wrapper library...
I added this as a new framework to the Platformio registry (also the n-able platform) at the same time of the first release (3 days ago), not sure why it's...
* Adds a new method, getPeerName to NimBLEServer to read the name from the peers device name characteristic. * Adds a setting to automatically get the name of the peer...
My apologies to all, I cannot find a workaround for the upstream changes that have affected this repo's ability to work with arduino-esp32 core and the new C6/H2/C2 MCU's. The...
This simplifies the NimBLEAddress code by directly using the NimBLE core ble_addr_t type to hold the address and allows using NimBLE core functions and macros to replace code in some...