support
support copied to clipboard
Pybricks support and general discussion
> Is there a way to access the Display Character Set for this ? > So i don't have to have define all letters/numbers again if i want to display...
**Describe the bug** It appears that the Technic Hub can crash quickly or after some time when observing data. This may or may not be related to the most recent...
**Describe the bug** I was debugging sensors and came across something that was ultimately not related to sensors at all. But since it can happen with sensors, it is somewhat...
**Describe the bug** What is the problem? I am trying to compile pybricks-code, yet all I get is errors-errors-errors. [output.log](https://github.com/pybricks/support/files/14273755/output.log) Would be happy for a pointer how to proceed -...
**Describe the bug** When the Technic Hub is connected to Pybricks Code on some host computers, the hub is able to find and connect to the Xbox controller, but not...
The upstream MicroPython port now has support for variants of the unix port. So we should be able to use that feature instead of duplicating the full `mpconfigport.h` and `Makefile`....
It would be helpful to notify users when motors are being limited due to too much current as the official LEGO firmware does. According to https://lego.github.io/lego-ble-wireless-protocol-docs/#alert-type, there is a "high...
The core devs have already updated locally, but it usually takes about 6 months for the next LTS release to become available in CI.
**Describe the issue** I suppose the descriptions and introductions are outdated now that the code was updated, no longer using the NUS? https://pybricks.com/projects/tutorials/wireless/hub-to-device/pc-communication/
**Describe the bug** The following program does not run the second stack of program, i.e. the buttons won't operate the gripper.  **To reproduce** ```python from pybricks.hubs import InventorHub from...