Andrew Scheller
Andrew Scheller
I wonder if a `picotool list` command might be useful? Consider the following scenario: ``` % lsusb | grep 2e8a Bus 020 Device 012: ID 2e8a:000a 2e8a Pico Serial: 000000000000...
According to the [README](https://github.com/pybee/cricket/blob/master/README.rst), I should be able to do: ``` $ pip install cricket $ cricket-pytest ``` however that doesn't work :-( Seems like it only installs the `cricket-django`...
I realise the docs are a bit bare at the moment, but the "Module Index" link on https://pybee-ouroboros.readthedocs.io/en/latest/index.html currently isn't working.
Now that lwIP has been integrated into [pico-sdk](https://github.com/raspberrypi/pico-sdk/tree/master/src/rp2_common/pico_lwip) itself (as part of the Pico W functionality), _perhaps_ it makes sense to remove it from [pico-extras](https://github.com/raspberrypi/pico-extras/tree/master/src/rp2_common/lwip) ? And for the lwIP-related...
The power-supply section of https://www.raspberrypi.com/tutorials/how-to-use-a-raspberry-pi-in-kiosk-mode/ probably needs a bit of an update, as the "Shopping list" section says "Raspberry Pi (any model)" and "USB-C power supply unit (PSU)". * Models...
On some Pis (e.g. Raspberry Pi 2, Raspberry Pi 4) there are separate red and green LEDs, and (AFAIK) the red LED is normally-on to indicate that 5V power is...
When building the documentation site locally (e.g. for previewing edits), https://github.com/raspberrypi/documentation/blob/develop/scripts/create_htaccess.py currently connects to https://rptl-datasheets.s3.eu-west-1.amazonaws.com to check which datasheets URLs are valid. If you're e.g. working on a laptop without...