Raspberry Pi Pico All In One

Raspberry Pi Pico All In One

Raspberry Pi Pico

https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html

Raspberry Pi Pico Datasheet
An RP2040-based microcontroller board

https://datasheets.raspberrypi.com/pico/pico-datasheet.pdf

Getting started with Raspberry Pi Pico
C/C++ development with Raspberry Pi Pico and other RP2040-based microcontroller boards

https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf

pi@raspberrypi:~/Desktop $  df -h
文件系統        容量  已用  可用 已用% 掛載點
/dev/root        29G  6.4G   22G   23% /
devtmpfs        243M     0  243M    0% /dev
tmpfs           248M     0  248M    0% /dev/shm
tmpfs           248M  6.6M  241M    3% /run
tmpfs           5.0M  4.0K  5.0M    1% /run/lock
tmpfs           248M     0  248M    0% /sys/fs/cgroup
/dev/mmcblk0p1  253M   51M  202M   21% /boot
tmpfs            50M     0   50M    0% /run/user/1000
pi@raspberrypi:~/Desktop $ 

image

Software Development

Raspberry Pi Pico C/C++ SDK
Libraries and tools for C/C++ development on RP2040 microcontrollers

https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf

Raspberry Pi Pico Python SDK
A MicroPython environment for RP2040 microcontrollers

https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf

The API level Doxygen documentation for the Raspberry Pi Pico C/C++ SDK is also available as a micro-site.

https://www.raspberrypi.com/documentation/pico-sdk/

https://rptl.io/pico-doxygen

Raspberry Pi tutorials

https://www.raspberrypi.com/tutorials/

RP2040

image

image

https://www.raspberrypi.com/documentation/microcontrollers/rp2040.html#welcome-to-rp2040

Pinout

Raspberry Pi Pico Pinout

Download the Pinout Diagram (PDF)

https://datasheets.raspberrypi.com/pico/Pico-R3-A4-Pinout.pdf

Download Design Files (Cadence Allegro)

https://datasheets.raspberrypi.com/pico/RPi-Pico-R3-PUBLIC-20200119.zip

Download STEP File

https://datasheets.raspberrypi.com/pico/Pico-R3-step.zip

Download Fritzing Part for Raspberry Pi Pico

https://datasheets.raspberrypi.com/pico/Pico-R3-Fritzing.fzpz

UF2 file

https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#software-utilities

Raspberry Pi Debug Probe

Debug Probe / 調試探針

image

https://www.raspberrypi.com/documentation/microcontrollers/debug-probe.html#about-the-debug-probe

MicroPython

https://www.raspberrypi.com/documentation/microcontrollers/micropython.html#what-is-micropython

https://micropython.org/

https://github.com/micropython/

https://micropython.org/unicorn/

https://github.com/micropython/micropython-unicorn

MicroPython 環境搭建

您可以通過 USB 將 Pico 連接到計算機,然後將文件拖放到它上面來對 Pico 進行編程,因此我們整理了一個可下載的 UF2 文件,讓您可以更輕鬆地安裝 MicroPython。

rp2-pico-20230329-unstable-v1.19.1-994-ga4672149b.uf2

https://micropython.org/download/rp2-pico/rp2-pico-latest.uf2

image

  1. macOS Terminal
# 安裝
$ brew install minicom

# 連接
$ minicom -b 115200 -o -D /dev/tty.usbmodem0000000000001


image

2.3. Connecting from a Mac

https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf

??? 沒反應,不好使 ❌

  1. Thonny IDE

https://thonny.org/

https://github.com/thonny/thonny/releases/download/v4.0.2/thonny-4.0.2.pkg

https://www.raspberrypi.com/documentation/microcontrollers/micropython.html

Get Started with MicroPython on Raspberry Pi Pico

https://hackspace.raspberrypi.com/books/micropython-pico

https://hsmag.cc/picobook

https://hackspace.raspberrypi.com/downloads/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaThSIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d43ee613629bddf78bc41c1479c2acb2ec6ef34e/RPi_PiPico_Digital_v10.pdf

(🐞 反爬蟲測試!打擊盜版⚠️)如果你看到這個信息, 說明這是一篇剽竊的文章,請訪問 https://www.cnblogs.com/xgqfrms/ 查看原創文章!

refs

https://www.cnblogs.com/xgqfrms/p/17264471.html#5163258



©xgqfrms 2012-2021

www.cnblogs.com/xgqfrms 發佈文章使用:只允許註冊用戶纔可以訪問!

原創文章,版權所有©️xgqfrms, 禁止轉載 🈲️,侵權必究⚠️!


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章