Home

Awesome

Blinking some LEDs on Raspberry Pi Pico

A minimal Rust firmware for Raspberry Pi Pico that blinks the onboard LED and writes messages to USB serial. Based on rp2040-project-template.

Compatibility

Tested with:

and

Requirements

rustup target install thumbv6m-none-eabi
cargo install --locked elf2uf2-rs

Running

Connect Raspberry Pi Pico by USB while holding BOOTSEL (for Arduino Nano Connect ground 13th pin).

cargo run --release

(For some reason USB works only in release build.)