Skip to content

Alssdev/raspberry-pi-pico-spi-daisy-chain

Repository files navigation

SPI Daisy-Chain with Raspberry Pi Pico

Raspberry Pi Pico Scheme

Screenshot 2024-09-18 at 6 34 41 PM

Wiring

Screenshot 2024-09-18 at 6 32 15 PM

Compiling

To compile the code you can use the makefile included in this repo. Open a terminal in the project directory and run the following command:

make

Flash a Raspberry Pi Pico

You can flash your Pi Pico as the official documentation shows. If you have picotool installed, you can use the makefile included in this repo. To flash you pico using picotool you can run the following command:

make flash

Remeber that the Pi Pico must by in flash mode, otherwise the above command will show an error like this:

picotool load build/router.uf2
No accessible RP2040 devices in BOOTSEL mode were found.
make: *** [flash] Error 249

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published