Ryan Powell

Results 877 comments of Ryan Powell

@Jasionf I've made a few updates to this variant and will prepare a release shortly, please try when that is complete.

Great question, this library merely wraps the esp-nimble code and reorganizes it to compile in the Arduino IDE. That said there are some minor, changes/bugfixes but they should not affect...

No issues yet but I might skip directly to C++20 instead.

Thanks @rahult-github, that should work.

Yes, you could do this with `NimBLEAdvertisementData` and just add the raw bytes to it. You could use NimBLE directly for this but would require you to implement the calls...

Sorry about that, I will have release that will fix it shorty. The fix is in 1e75b69 if you want to patch your file for now

You shouldn't need to use the string value for anything except printing to the console, you can simply use the `NimBLEUUID` class for anything that needs the UUID. ``` static...

You should wait until the `onStatus` callback is invoked (checking for success of the last notification, rc==0) before sending the next notification. The issue in this case is that there...

If I was to guess I would say that it's failing to subscribe because it should write to the descriptor with response request as per BT specifications. The older devices/firmwares...

Hello @burnsie-la, yes I will look to do this at next release.