support
support copied to clipboard
Pybricks support and general discussion
**Describe the bug**  It's readable but darker than it needs to be.
### 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...
**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...
**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 ```...
**Is your feature request related to a problem? Please describe.**  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...
**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  **Expected behavior** Have...
### 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...
**Describe the bug**  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...
**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?...
**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...