pico-extras
pico-extras copied to clipboard
Hi, thanks for providing this library. I want to use dormant mode to reduce power consumption when not actively processing something. However this has several issues. When the Pico wakes...
I am using a nRF24L01+ 2.4GHz transceiver which has an IRQ pin that can fire (active low) when data has been received. Unfortunately, the RP2040 doesn't wake up properly and...
Line 53 has the message; ` "PICO EXTRAS location was not specified. Please set PICO_EXTRAS_PATH or set PICO_EXTRAS_FETCH_FROM_GIT to on to fetch from git." ` should it really be; ......
I am trying to build a VGA interface using only 8 GPIO pins. Two pins for sync and two pins each for red, green and blue. This is not currently...
The timing PIO program was side setting the pixel clock even if PICO_SCANVIDEO_ENABLE_CLOCK_PIN is zero (disabled). The side set pin was not explicitly defined but defaulted to GPIO 0. With...
After having initialised SD card access using sd_init_1pin(), calling sd_readblocks_sync() with a count > 1 results in the following error message: stuck dma channel 11 rem 00000002 1 @ 12...
The iperf server is useful for testing performance. Currently it's not in the list of apps added by the lwip interface library in pico-extras.
I wanted to change the location of some pins to make PCB routing simpler for my application, so I made these changes. I figure this may be useful to someone...
Currently the lwip submodule points to an arbitrary commit c385f31076b27efb8ee37f00cb5568783a58f299. Most git servers, including GNU Savannah, only allow shallow clones of branch tips and tags. This means if you do...