Henrik Blidh

Results 55 comments of Henrik Blidh

If you are using a Raspberry Pi, then try to follow the advice here: https://github.com/hbldh/bleak/issues/332#issuecomment-803623516 If the characteristic you want to use isn't printed when running `service_explorer.py` example script, then...

@mrdc I honestly have no idea what might be causing this, Does it happen on other RPis, if you happen to have more to try the code on?

@jackjansen Thank you for the input! I agree with the first part. It is due to API autogeneration issues, not being able to import all backends' code on the RTD...

Once again, this is not a feature I was aware of, thank you! It might definitely do the trick; I just assumed the problem was insoluble and moved on...

There is a need for a better documentation, with more examples that use up to date `asyncio` practices that make Bleak work optimally. A lot of issues drop in regarding...

Additional GUI issues/conversations to handle: #574

There is the `characteristic.description` property that provides this information, if available.

When I was trying to connect to a Philips Hue lightbulb (see [example](https://github.com/hbldh/bleak/blob/develop/examples/philips_hue.py)) I had to do Resets in the Philips Hue iOS app before connecting to it again, and...

Currently, Bleak has no capability to check if your computer's Bluetooth adapter is on or off. There are API methods that can check it, and in one case it seems...

I am not against this in principle, but I tend to not implement specific subclass errors until I actually need them, and I have not needed them as of yet...