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** iPhone browser "V Browser" fails to compile template app. While native iPhone browser does not support web Bluetooth, V browser does support it and can successfully connect...

OS: iOS

https://github.com/pybricks/pybricks-api/tree/master/npm/images Needs an EV3 (and eventually NXT) hub image for the hub picker in Pybricks Code.

platform: EV3
software: pybricks-code

For proper EV3 support, we will need to enable code completion for the EV3-specific APIs and publish them in `@pybricks/jedi`.

help wanted
platform: EV3
topic: code completion
software: pybricks-code
software: pybricks-api

Similar to #428, but for WebHID instead of WebUSB. The firmware updater on the EV3 uses HID over USB, so the only way we can access it from a web...

platform: EV3
blocked: upstream
OS: Linux
software: pybricks-code
topic: flashing firmware
topic: USB

Pybrick is awesome, I use it for my students to join competition. After the meeting, my National Organizer does not allow to use BLE at competitions days. Please give an...

platform: Powered Up
software: pybricks-code
software: pybricks-micropython
topic: USB

I've been trying to understand: * how many "generations" of Lego electronic peripherals exist, and which ones are compatible * how the I/O ports on the EV3 work * how...

documentation

Now that we have just merged the EV3 low-level I2C driver, we need higher-level functionality (`I2CDevice` as well as NXT sensor wrapper classes) so that user code can actually do...

platform: EV3
topic: sensors
topic: i2c
software: pybricks-micropython
topic: port io

I noticed that the current EV3 I2C driver is actually a stub which doesn't do anything. We will eventually need this to support NXT and third-party sensors, as mentioned in...

platform: EV3
platform: NXT
software: pybricks-micropython

A few errors in https://github.com/pybricks/pybricks-micropython/blob/master/pybricks/util_pb/pb_error.c have verbose descriptions, but not all of them do. Even though we might not have specific strings for each method, we can still make the...

documentation
software: pybricks-micropython

**Describe the issue** According to the doc the `chr()` function is supported by all hubs. (That is correct) Not all hubs have full unicode support. As an example (from Damien...

documentation
software: pybricks-micropython
software: pybricks-api