kostuch
kostuch
Thank you for a comment. I'll stay with 2.0.7 as it compiles flawlessly.
This is odd. I just used standard 'disk manager' utility on Win10 to create volume and fast format. I'll try to use linked SD formatter.
I reformatted card using dedicated tool and now have reasonable result from freeClusterCount() Lesson learned: Use proper tools to format :)
Hi, I have similar problem. But in my case, even trying to run many times code if(pChr->canNotify()) { if(!pChr->subscribe(true, notifyCB)) { do not work. My BLE device is like this:...
Thank you for the quick response. nRFConnect shows similar information, but I can not manually force notification (in new android it just generate log "Exception occured. BLUETOOTH_PRIVILEGED permission required"). See...
> > I pair device with pc > > I suspect this is the issue, you need to pair (bond) with the device first. It is about lacking android permission?...
Anyway, I narrowed down the problem (using gatttool on linux). NimBLE retrieve all characteristics 0x2a4d and then use last found descriptor 0x2902 to write for notification. In this case it...
Great! I suspect, this is issue with each hid device with multiple 0x2a4d characteristic (and multiple 0x2902 descriptors). Maybe it's better to write during iteration to write to each found...
Hi, In the meantime I managed to add some code to fulfill my needs (register notification on specific handle). As your lib seems to register notification/indication on the last found...
As far as I know, all commands like debugI("Debug message") or Serial.print("something to print") by default put string data to the RAM. When I compile my app with many debug...