Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Exr0nRandomProjects/raspberry_pico_test_0

Repository files navigation

Raspberry Pico Test

Archived

Testing complete! See the final repo ❤️

Usage

Copy a .uf2 file from the releases folder to your Raspberry Pi Pico to get running.

To send commands, install minicom (brew/apt/AUR) and run $ sudo minicom -b 115200 -o -D /dev/ttyACM0.

Available Commands

Command Description
set <float> Set the target RPM.

Minicom does not display what you are typing as you type it, so just type the full command and press enter.

Indicators

The Pico's onboard LED will flash when processing a command and stay solid when ready for the next one.

CLI Toolchain Installation

MacOS

Make sure to clone the pico-sdk into the parent folder of this one.

Then, install things until building works. Probably need atleast

brew install --cask gcc-arm-embedded
brew install cmake

gcc-arm-embedded trick source.

Arch

Install cmake, and gcc-arm-none-eabi-bin from the AUR.

Or raspberry-pico-sdk-git apparently.

Build

Just make.

Debug pico

Unplug, hold BOOTSEL, replug. Then, sudo picotool info -a.

Links

Pastebin

pls mount /dev/sdb1 ~/vol/rpi && pls cp build/my_proj.uf2 ~/vol/rpi && pls umount ~/vol/rpi

About

raspberry pico test 0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published