David Lechner

Results 1553 comments of David Lechner

Is it just a matter of adding a `recipe.yml` file to this repo or do we have to publish the package to conda-forge like we do to PyPI?

I don't have any objections if someone else is going to set it all up and the maintenance is largely automated.

> * bleak version: 0.11.0 Please try with Bleak 0.13.0. This should include more information in the error message.

Looking at the BlueZ source code, it seems like [this error](https://github.com/bluez/bluez/search?q=btd_error_not_available) comes from is an audio profile. Is this a dual-mode device (low energy + classic)? There [isn't a BlueZ...

> OSError: [WinError -2147418113] Catastrophic failure Unfortunately, this means the error comes from the OS and there probably isn't a way to fix it in Bleak. There is #640 that...

> INFO:**main**: [Characteristic] 0000dfb1-0000-1000-8000-00805f9b34fb (Handle: 36): Serial (read,write-without-response,write,notify), Value: b'\x01' > INFO:**main**: [Descriptor] 00002901-0000-1000-8000-00805f9b34fb (Handle: 38): Characteristic User Description) | Value: b'Serial' This is the "COLOR" characteristic. It does not...

> Is there any way to enable the PC to immediately start receiving packets after the connection is established? No, on Windows this is not technically possible. Instead, the device...

> Do you mean that I need to configure my Arduino board to wait until notifications are enabled? Yes. > Also, does it work better on Ubuntu or the same...

Bleak is cross-platform and should (mostly) work the same on Windows, Linux and Mac. BlueZ is the Bluetooth stack on Linux and usually comes installed by default, so you shouldn't...