--- tags: 活動共筆 --- # 20210625 伴伴學 x Raspberry Pi:Ceiling 陪你開始學 Raspberry Pi Pico ## Ceiling 提供的資料鏈接 [資料](https://atceiling.blogspot.com/p/pi-pico.html?fbclid=IwAR317K7ki6iNEzJRq5k9g2QonXVFPSbQQwRdlf1spsTf6lh2pEe4AQCScPQ) ## 硬體介紹 ### 引脚 - PCB絲印 圓形為 GPIO 引脚, 方形為 GND. - VBUS 可以作爲 5V 供電 ### 命名規則  - CPU: **RP2040** - RP: Raspberry Pi - 2: 核心數 - 0:CPU型號 - 4:記憶體數量 - 0:永久記憶體 ### 燒錄 1. 按住 BOOTSEL 之後鏈接 Micro USB 數據綫 2. 固件準備: 從Raspberry Pi [RP2040](https://www.raspberrypi.org/documentation/rp2040/getting-started/#getting-started-with-micropython) 下載 .u2f 固件 3. 軟件環境配置 下載 [Thonny IDE](https://thonny.org/) 4. 軟件配置 選擇語言和初始化設定  IDE打開後頁面如下  選擇 Tool->Options...  配置編譯器和串口  5. 燒錄測試程序 在紅色框処輸入下方代碼點亮和熄滅板載LED  ```python = 3.8 MicroPython v1.16 on 2021-06-18; Raspberry Pi Pico with RP2040 Type "help()" for more information. >>> from machine import Pin >>> led = Pin(25, Pin.OUT) >>> led.value(1) >>> led.value(0) ``` ## RP2040晶片開發設計過程 [The journey to Raspberry Silicon](https://www.raspberrypi.org/blog/the-journey-to-raspberry-silicon/) ## 手機投影到電腦螢幕軟體 - [5kplayer](https://www.5kplayer.com/5kplayer-download-windows-zh.htm) - [scrcpy](https://github.com/Genymobile/scrcpy) - [Wormhole](https://er.run/) - [LetsView](https://letsview.com/tw/) ## QA Collection Q: A: Q: A: Q: A: Q: A: Q: A:
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up