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

**Describe the bug** ![image](https://github.com/pybricks/support/assets/12326241/38ab8315-6cb7-4470-b641-45dedcc21b22) It's readable but darker than it needs to be.

bug
software: pybricks-blocks

### Discussed in https://github.com/orgs/pybricks/discussions/1342 Originally posted by @ggramlich December 20, 2023 In Blocks mode you can get the distance and angle of the drivebase. As the documentation states, it is...

enhancement
software: pybricks-blocks

**Describe the bug** There is a red banner saying there was a bluetooth connection error. **To reproduce** Steps to reproduce the behavior: I tried connecting my PrimeHub/InventorHub (my hub is...

topic: bluetooth
software: pybricks-code
blocked: waiting for user feedback

**Is your feature request related to a problem? Please describe.** Scripts with special characters can give surprising outputs that may be hard to debug. ```Funcoes.py``` ```python tração = 5 ```...

enhancement
software: pybricks-code

**Is your feature request related to a problem? Please describe.** ![image](https://github.com/pybricks/support/assets/12326241/1a5140cd-dce0-495c-8b35-4248464a8d90) Translates to: ```python print(not Button.CENTER in inventor_hub.buttons.pressed()) while not not Button.CENTER in inventor_hub.buttons.pressed(): wait(1) ``` But it would be...

enhancement
software: pybricks-blocks

**Describe the bug** Some functions that return values are protected with too many levels of parentheses. **To reproduce** See `(entfernung.distance())` in the example below. Source: https://www.youtube.com/watch?v=fx6aW9KoTgg ![image](https://github.com/pybricks/support/assets/12326241/10235608-c6d0-4721-8ade-09d638089bf3) **Expected behavior** Have...

enhancement
software: pybricks-blocks

### Introduction This issue gathers some ideas for Bluetooth and USB to help us keep track of the big picture while we work on low-level details. *Note that most of...

enhancement
topic: bluetooth
topic: remote control
topic: communication

**Describe the bug** ![image](https://github.com/pybricks/support/assets/140494037/73f2f52f-1cb5-4ecf-952f-670cde4f4f5f) play button cant be clicked **To reproduce** i dont know how to reproduce it. 4. See error **Expected behavior** i expected it to work since i...

bug
topic: bluetooth
OS: Windows 10
software: pybricks-code
blocked: waiting for user feedback

**Question** I try to install Pybricks Firmware on Mindstorms Inventor Hub. Error Msg: code.pybricks.com wants to connect to a serial port - no compatible device found. Can anyone help me?...

documentation
support
hub: primehub/inventorhub
software: pybricks-code
topic: flashing firmware

**Describe the issue** The mailbox documentation contains language like, "Gets the current value of the mailbox." This suggests that the mailbox is a slot rather than a stream. (I hope...

documentation