Ryan Powell

Results 877 comments of Ryan Powell

Thanks @lemmingDev, I will try to test this soon. In the meantime maybe @afpineda has some ideas?

Hmmm, that sounds like the cccd isn't being saved, maybe need to increase `CONFIG_BT_NIMBLE_MAX_CCCDS`

Thanks @lemmingDev @RaazP, I was able to reproduce this and have found that the error originates in the stack, some error with the storage of the subscription state when windows...

> In case you are wondering, adding the `0x2902` descriptor does not fix this issue. I already tried. > > ```c++ > /* > * Descriptor 2902 is required by...

@afpineda The descriptor is created automatically in the NimBLE Host, not in this wrapper. All that is is required is to add NIMBLE_PROPERTY::NOTIFY to the characteristic

Original issue should be resolved in https://github.com/lemmingDev/ESP32-BLE-Gamepad/pull/257 This is an upstream oversight that I will pursue a long term solution to, the workaround in the above PR seems to be...

Hello @landfishllc, the CPP code in this repo mirrors [esp-nimble-cpp](https://github.com/h2zero/esp-nimble-cpp) which does support the P4. This repo cannot support it due to dependencies and conflicts in the Arduino core. You...

That's unfortunate but understandable. In that can you can make a custom arduino core and enable Nimble and add esp-nimble-cpp, Tasmota has a similar configuration. You'll need to add the...

If you are scanning on 1M and CODED PHY then the scanner has to split the time between the phys so some advertisements may be missed. You can change the...