David Lechner

Results 1570 comments of David Lechner

Relevant discussion: https://github.com/orgs/pybricks/discussions/1301

Implementing this turns out to be more complex that I thought it would be.

What web browser and version are you using? > When trying to connect directly from my Windows 10 setting it connected for 2-3 seconds and then disconnect. Yeah, don't do...

> ERROR: Package 'pybricksdev' requires a different Python: 3.12.2 not in '=3.8.1' It is not currently compatible with Python 3.12. You will need to use 3.11.

In MicroPython, `ubluetooth` is an alias for `bluetooth` so they are both names for the same module.

No, there haven't been any changes in that regard.

Are you using BrickPi or PiStorms? Can you debug the crash by installing the debug symbols packages for brickman and all of its dependencies and run it with `gdb`?

Brickman and presumably openroberta do low level stuff with the virtual console and framebuffer device. It probably need work to be compatible with something other than the EV3.

This image uses an `image.bmap` file for faster flashing. So maybe support for that has broken in Etcher?

Sounds like same issue as https://github.com/balena-io/etcher/issues/3475