support
support copied to clipboard
Pybricks support and general discussion
**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...
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.
For proper EV3 support, we will need to enable code completion for the EV3-specific APIs and publish them in `@pybricks/jedi`.
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...
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...
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...
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...
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...
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...
**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...