David Lechner
David Lechner
This is the NXT color sensor, so you need `from pybricks.nxtdevices import ColorSensor`, not `ev3devices`.
We recently made some similar changes in https://github.com/hbldh/bleak/pull/1182, so if this is still needed, would like to add a `BLEAK_DBUS_AUTH_ANON` environment variable check in the new `get_dbus_authenticator()` function and add...
Thanks for updating. I would rather use our own environment variable (e.g. `BLEAK_DBUS_AUTH_ANON` to opt in to this rather than using heuristics on the value of `DBUS_SYSTEM_BUS_ADDRESS`. Are there any...
This was fixed by #907 by not crashing if `bluetoothctl` is not available.
It looks like bluepy does not use d-bus. I still think the problem is that the kernel is too old.
> Copy and paste the above links for some reason they are not working when you click them fixed
No definite plans.
Should be fixed by #1236
> does this reveal anything? I only see characteristics with the `write` property, so it is expected that `response=True` works and `response=False` doesn't work.
Closing due to no activity.