Skip to content

paolotherocker/arduino_pico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Pico

arduino-cli config

Install with homebrew:

brew install arduino-cli

Set the sketchook directory:

arduino-cli config set directories.user $HOME/develop/arduino_pico

Add the core URL:

arduino-cli config add board_manager.additional_urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json

Install core library:

arduino-cli core install rp2040:rp2040

arduino-cli cheatsheet

Compile:

arduino-cli compile -b rp2040:rp2040:rpipico Blink/Blink.ino

After connecting the board for the first time, with the BOOTSEL button pressed:

arduino-cli upload Blink/Blink.ino -p UF2_Board -b rp2040:rp2040:rpipico

Check the new name of the port by doing

arduino-cli board list

It should now be something like this:

arduino-cli upload Blink/Blink.ino -p /dev/cu.usbmodem4301 -b rp2040:rp2040:rpipico

About

Raspberry Pi Pico Arduino Projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages