Dan Halbert

Results 87 comments of Dan Halbert

Which version of the firmware did you update to?

Our experience is that the Linux kernel always deduplicates advertisements. See #235. So it's great about the new experimental API, but I thought that turning off de-duplication via Bluez would...

I did this several years ago when encountering the same problem: https://github.com/adafruit/Adafruit_Blinka_bleio/blob/a7d037244956a2d77e99250f76c11f9660d46386/_bleio/common.py#L136-L140. I am not sure it is the right way to do it these days.

An alternative to parsing the HID report descriptor is to ask the caller to pass the information that would be retrieved from the parsing. We do this in CircuitPython, passing...

We have an open issue for this: it's something to do in the CircuitPython core: https://github.com/adafruit/circuitpython/issues/5380

Replied also in https://github.com/adafruit/circuitpython/pull/4488#issuecomment-1186537018. This is probably the better place for discussions on the PiSquare specifically. > The internal pullups on an RP2040 are quite weak (50k-80k) and not very...

(belated comment) > looks like [circuitpython 8.0 candidate](https://blog.adafruit.com/2023/01/29/circuitpython-8-0-0-release-candidate-1-released/) includes update to 4.4. Curious how they dealt with the fragmentation: I am not sure if we (CircuitPython) are doing anything special....

Could you show the offending code and the error?

I'll fix this -- thanks.

Thanks for your comments. Right now we simply removed the troublesome assert, and that may be all we need to do. In the long run perhaps we could talk to...