How to find the "usbmodem" of Raspberry Pi Pico on macOS All In One
errors
/dev/tty.usbmodem0000000000001
not exist bug ❌
# 0000000000001 ❌
$ minicom -b 115200 -o -D /dev/tty.usbmodem0000000000001
官方 SDK 文档 ❌ bug
https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf
solutions
- Terminal
# /dev => devices ✅
$ cd /dev && ls | grep "usbmodem"
cu.usbmodem14601
tty.usbmodem14601
# cu ✅
$ minicom -b 115200 -o -D /dev/cu.usbmodem14601
# tty ✅
$ minicom -b 115200 -o -D /dev/tty.usbmodem14601
- IDE
Thonny
Getting started with Raspberry Pi Pico
Learn how to use your Raspberry Pi Pico with Thonny
and MicroPython
https://projects.raspberrypi.org/en/projects/getting-started-with-the-pico/2
Projecs of Raspberry Pi
https://projects.raspberrypi.org/en/
https://projects.raspberrypi.org/en/projects
LED
https://projects.raspberrypi.org/en/projects/scratch-3d-science
https://projects.raspberrypi.org/en/projects/scratch-3d-science/1
https://projects.raspberrypi.org/en/projects/scratch-led-game
https://projects.raspberrypi.org/en/projects/scratch-led-game/1
https://projects.raspberrypi.org/en/projects/beating-heart
https://projects.raspberrypi.org/en/projects/beating-heart/1
https://projects.raspberrypi.org/en/pathways/physical-computing-with-scratch-and-the-raspberry-pi