爱上 Raspberry Pi - 读书笔记

Raspberry Pi 2 B 概要: https://www.raspberrypi.org/products/raspberry-pi-2-model-b/

Raspberry Pi 的基本输入输出接口:

GPIO: General Purpose Input and Output 通用输入输出接口
DSI: Display Serial Interface 用15针扁平线缆连接显示屏
CSI: Camera Serial Interface 连接摄像头

Raspbian 预装了 LXDE (Lightweight X11 Desktop Environment) 的图形桌面环境. 可以通过 raspi-config 设置默认启动与否. 如果没启动可以在名两行通过 startx 启动.

Raspberry pi 的 GPIO 无法连接到模拟信号输出的传感器上,必须通过一个模数转换器(ADC) 芯片, 才能读取模拟值.

官方关于GPIO: https://www.raspberrypi.org/documentation/usage/gpio-plus-and-raspi2/
更多关于GPIO的内容: http://pinout.xyz/

标签: none

添加新评论