support icon indicating copy to clipboard operation
support copied to clipboard

Pybricks support and general discussion

Results 283 support issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Implement all functions regarding the speaker of Prime Hub and Inventor Hub. **Describe the solution you'd like** Implement all functions...

enhancement
software: pybricks-blocks

There is always a tiny amount of expected drift after initial calibration, such as 0.01 deg/s. The gyro re-calibrates continuously whenever it is stationary, at a rate of approximately 5%...

bug
topic: control
topic: imu

> We could look into using the negotiated MTU on the firmware side so we can send whole messages in one go. > I was initially thinking we could send...

enhancement
software: pybricks-code
software: pybricks-micropython

**Is your feature request related to a problem? Please describe.** We are running out of space on the Technic Hub. **Describe the solution you'd like** Once the various protocols and...

enhancement
hub: technichub
software: pybricks-code
software: pybricks-micropython

**What did we do?** Until now, when you did `hub.imu.heading()` or `drivebase.use_gyro(True)`, it would only register "flat turns", like driving on a table. But if you lifted the hub or...

help wanted
topic: imu

``` GATT operation failed for unknown reason. ``` ![image](https://github.com/user-attachments/assets/fe592583-0c35-4d28-8ad1-db3bffbb920c) Chrome: Version 129.0.6668.70 (Official Build) (64-bit) ![image](https://github.com/user-attachments/assets/ceeb34d0-1ae1-4215-9606-e5de19453576) Using Windows 10. Already installed the firmware. Using a Xbox series X|S controller Using...

topic: bluetooth
software: pybricks-code

**Describe the bug** Using ```hasattr``` in an f-string causes an import error (There is no import error). The same data in a ```.format``` does not produce that error. **To reproduce**...

bug
software: pybricks-code

So far, initialization of classes in pybricks.common has happened through functions of the form ```c mp_obj_t pb_type_Keypad_obj_new(uint8_t number_of_buttons, const pb_obj_enum_member_t **buttons); ``` Given the hub-specific properties, this returns the initialized...

software: pybricks-micropython
topic: MicroPython

Programs can now be saved on all hubs. This issue is to define exactly how much space we'll make available on each hub. To make a more informed choice, here...

enhancement
platform: Powered Up

> I made some tests with the two Prime Hubs I have available. > I think the accelaration threashold can be completely left out. This is the one that is...

bug
documentation
topic: control
software: pybricks-micropython
topic: imu