Raspberry Pi Overview
Last updated on May 7, 2023 pm
Install & Config System
系统镜像下载
烧写树莓派镜像
Linux
1.终端通过df -h
查找sd卡,类似于 /dev/sdc1
2.卸载sd卡: sudo umount /dev/sdc1
3.烧录镜像: sudo dd bs=1M if=<path-to-raspbian.img> of=/dev/sdc
4.运行sudo sync
确保所有数据被正确写入
配置系统
- Raspbian Repository Mirrors
- RPi Serial Connection
- Raspberry Pi and the Serial Port
- 树莓派连接无线网wifi配置方法
- Cutting The Wire – WiFi Configuration
- Pi Dashboard (Pi 仪表盘)
Programming
- Wiring Pi: GPIO Interface library for the Raspberry Pi
ScratchGPIO
- Cymplecy (Simplesi)
- cymplecy/Scratch2GPIO: Use Scratch 2 on a PC to control GPIO pins on a Raspberry Pi using ScratchGPIO
Javascript
- Raspi.js: Base functionality for working with a Raspberry Pi from Node.js
Raspberry Pi Overview
https://cgabc.xyz/posts/8a36d9c7/