lemmingDev

Results 109 comments of lemmingDev

Will close due to lack of feedback, and the fact that the issue has been solved in recent builds and shown to work as in the image above

Issue should now be fixed in latest version https://github.com/lemmingDev/ESP32-BLE-Gamepad/releases/tag/v0.6.3 Same as here? https://github.com/lemmingDev/ESP32-BLE-Gamepad/issues/227#issuecomment-2585593036 Please confirm and close issue if all good

Yeah - https://github.com/lemmingDev/ESP32-BLE-Gamepad/pull/257 When Windows bonds with a device and subscribes to notifications/indications of the device characteristics it does not re-subscribe on subsequent connections. If a notification is sent when...

> Hmmm, that sounds like the cccd isn't being saved, maybe need to increase `CONFIG_BT_NIMBLE_MAX_CCCDS` Set it to 32, but didn't fix the issue unfortunately

Thanks for the update! In my own testing just now, with some sketches working on reconnect, and others not, only difference I could really see in the error log was:...

FYI - I'm about to add support for Characteristic 0x2A1A - Battery Power State If it's just power stuff you're interested in for now, might be good to hang off...

There's actually a heap of built-in battery stuff as well (that perhaps isn't exposed through NimBLE-Arduino???) here https://github.com/espressif/esp-iot-solution/blob/ce1e2dd1/components/bluetooth/ble_services/bas/include/esp_bas.h

So, I ended up adding the 0x2A1A - Battery Power State characteristic, and the data can be set correctly, and read by nRF Connect on Android. In the pic below,...

@LeeNX I'm about to add temperature Should I add it under this existing battery service 0x180F, or the existing device information service 0x180A with serial number etc?