David Lechner
David Lechner
Is it possible that there is a program running on the hub? The run button state depends on two things. A) that there is an active file open and B)...
> What could be happening is that the hub is not sending status messages or Pybricks Code is not receiving them. I think this is the mostly likely reason. It...
I know quite a few people disagree with me on this, but I am not a fan of mixing CPython code and MicroPython code. I think MicroPython/CircuitPython code should be...
This is a bit of an unfortunate limitation due to the way various OSes implemented notifications. I'm not sure if this is something we could handle or not. There is...
Some devices can very slow advertisement intervals and so can take longer to connect like this. According to the book I read about it, taking up to 30 seconds to...
> Why don't you rely entirely on a self-written implementation then? `typing_extensions` is handled as a special case by static analysis tools, so I don't think vendoring just the parts...
> * Use 3 arguments for pwm node in dts I don't see this change in `arch/arm/boot/dts/socfpga_arria10_socdk_adrv9025.dts`.
BlueZ version?
> The order looks right in BlueZ. We should be able to look at debug logs in BlueZ to verify this. `DBG("%s err %d", dev->path, err);` is called when "ServicesResolved"...