David Lechner

Results 139 issues of David Lechner

The Raspberry Pi Build HAT has an ADC that monitors the voltage input. This can be connected to a mains supply or to a battery pack. We need to implement...

help wanted
software: pybricks-micropython
topic: battery
hub: buildhat

It appears that the Raspberry Pi Build HAT has an IMU (accelerometer and gyro) that is initialized but isn't otherwise used. https://github.com/raspberrypi/buildhat/blob/19027849264d8839f7548713219a5982925dd885/firmware-pico/ports.c#L131-L135 If it is actually there on the board,...

help wanted
software: pybricks-micropython
topic: imu
hub: buildhat

The Raspberry Pi Build HAT has 4 Powered Up I/O ports for connecting motors and sensors. We need to write a platform-specific driver to be able to use these. There...

help wanted
software: pybricks-micropython
topic: port io
hub: buildhat

The Raspberry Pi Build HAT has a two-color LED (red/green). This should serve as the status indication light like on other hubs. This will be similar to EV3 which also...

software: pybricks-micropython
topic: lights
hub: buildhat

To allow users to give their EV3 a unique name, we need to implement the hub name feature in the firmware like we do in other hubs. This involves creating...

help wanted
platform: EV3
software: pybricks-micropython
topic: flashing firmware

This was discussed in https://github.com/orgs/pybricks/discussions/2126 Work on this is finally underway so creating a proper issue to track it since the discussion isn't easy to find. - [x] USB download...

platform: EV3
software: pybricks-code

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