8000 GitHub - timbod7/pico-demos
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

timbod7/pico-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collected demos of rust code running on the raspberry pi pico.

Demos are less interesting when they have nothing but an LED to blink. Hence most of these use an inexpensive LCD display, with a 6 six wire connection to the pico.

Dev setup

The dev probe is a raspberry pi pico running cmsis-dap firmware. Follow the setup instructions here:

https://github.com/rp-rs/rp2040-project-template/blob/main/debug_probes.md

Install probe-rs. See the docs for methods, eg:

cargo binstall probe-rs

On linux, don't forget to setup the udev rules to allow access as described here:

Once all this is sorted, and a target rpi (non wifi version) is wired up this should work:

cd blinky-embassy
cargo run --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0