This video is a quick introduction to setting up the C/C++ SDK for the Raspberry PI Pico Microcontroller.
This will be the first in a series of videos on various projects related to using this new microcontroller.
Discord: / discord
Github: https://github.com/rockytriton/LLD
Reddit: / lowleveldevel
Donate (Paypal/Venmo): [email protected]
SDK Repo:
git clone https://github.com/raspberrypi/pico-sdk
Examples Repo:
git clone https://github.com/raspberrypi/pico-e...
Extras Repo:
git clone https://github.com/raspberrypi/pico-e...
Playground Repo:
git clone https://github.com/raspberrypi/pico-p...
Getting Started PDF:
git clone https://datasheets.raspberrypi.org/pi...
Linux Setup Commands:
Debian-Based Distros:
sudo apt-install cmake build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi
Arch-Based Distros:
sudo pacman -S cmake arm-none-eabi-gcc arm-none-eabi-newlib
USB Serial connection:
sudo screen /dev/ttyACM0 115200