David Lechner
David Lechner
Not an urgent issue or anything, but I've been using the DE10-Nano for development recently with Linux and noticed that some of the Linux drivers were failing to probe. In...
Since we now require Python 3.10+, we can use the new union type syntax e.g. str | None of using typing.Optional or typing.Union.
https://baylibre.com/
See https://github.com/orgs/pybricks/discussions/2356#discussioncomment-14504544 for reverse engineering info. We can take that an clean it up into a proper document here.
For the EV3 builds, we need some firmware blobs baked into the software builds. - u-boot - PRU (2) - Bluetooth I'm not a fan of committing binary blobs to...
> > It looks like the issue has returned. When I try to read data from the color sensor, the Spike Prime freezes, and only a reset helps. > >...
The Raspberry Pi Build HAT has a 2MB flash memory chip that is basically only used for the bootloader. I suspect there will be many ideas on how we could...
Currently, the way the Raspberry Pi Build HAT works is that when it starts up, it runs the the Build HAT Bootloader (BHBL) from the flash memory on the Build...
The Raspberry Pi Build HAT has a couple of fault inputs that we don't have on other hubs. One is a port fault that is triggered if we overload the...
The Raspberry Pi Build HAT communicates to a connected Raspberry Pi computer via a serial port on the 40-pin header. We will need to implement the Pybricks Protocol over this...