最近买了一个树莓派做实验,按照网上的教程试了一下,现在把收集的资料汇总下。
树莓派可以当作一个小型的系统,在上面可以写应用或者控制配件。优点呢,就是价格便宜,功耗低,很适合 DIY 的朋友。
资料地址(树莓派4B)
链接: https://pan.baidu.com/s/1wqU9lBFDUfC7H7jzYz8LZQ 提取码: 84x6
树莓派相关的网站
- 购买硬件,教程 https://www.yahboom.com/study/raspberry4B
- 树莓派网站:
其余教程
安装与使用
-
系统烧录工具 etcher
-
出现的问题
- 系统安装完了,连接HDMI的显示屏幕,屏幕却不亮,解决方案(仅参考,可能有其他原因)
- 点击看解决方案 https://zhuanlan.zhihu.com/p/55366332
树莓派安装风扇: https://jingyan.baidu.com/article/64d05a0216835fde55f73b39.html
串口连接: https://blog.csdn.net/xian_2015/article/details/49443483
IP 扫描工具: https://www.addictivetips.com/net-admin/best-ip-scanners-for-mac/
IP Scanner(mac 下使用) https://angryip.org/
树莓派,连接摄像头 https://projects.raspberrypi.org/en/projects/getting-started-with-picamera/9
树莓派与摄像头相关的项目: https://cloud.tencent.com/developer/news/380149
在网页上面可以查看视频: https://github.com/jacksonliam/mjpg-streamer
开发
- gpio 库: https://projects.drogon.net/raspberry-pi/wiringpi/download-and-install/
- GPIO 的基本介绍 https://sourceforge.net/p/raspberry-gpio-python/wiki/BasicUsage/
- GPIO 的 INPUT: https://sourceforge.net/p/raspberry-gpio-python/wiki/Inputs/
- wiringpi http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/
- wiringpi 软件程序说明: http://wiringpi.com/reference/software-pwm-library/
- bcm 库: http://www.airspayce.com/mikem/bcm2835/
- 树莓派 SPI 和 I2C Tutorial: https://learn.sparkfun.com/tutorials/raspberry-pi-spi-and-i2c-tutorial/all
- 读取 PIN 码: http://raspberry.io/projects/view/reading-and-writing-from-gpio-ports-from-python/
应用
- 树莓派做 Wifi 热点: http://wiki.jikexueyuan.com/project/raspberry-pi/wifi.html
- 树莓派技术: https://sourceforge.net/p/raspberry-gpio-python/wiki/TechRef/
- thingsboard 安装到树莓派上: https://thingsboard.io/docs/user-guide/install/rpi/
传感器
- 有源蜂鸣器模块: http://www.voidcn.com/article/p-smgrwwwi-bqk.html
- 蜂鸣器 有源和无源的区别: https://wenku.baidu.com/view/a780d208f78a6529647d537a.html
- 自有的人体感应模块:HC-SR501
Pulse Width Modulation 脉冲调制技术
- VDD的意思:电源电压(单极器件);电源电压(4000系列数字电 路);漏极电压(场效应管)。
- VCC的意思:电源电压(双极器件);电源电压(74系列数字电路);声控载波(Voice Controlled Carrier)。
- VSS的意思:通常指电路公共接地端电压或电源负极。
- VEE的意思:负电压供电;场效应管的源极(S)。
GND:指板子里面总的地线。
电子电路中SIG是信号的意思。
电路是电流所流经的路径,或称电子回路,是由电气设备和元器件(用电器),按一定方式联接起来。如电阻、电容、电感、二极管、三极管、电源和开关等,构成的网络。
电路规模的大小,可以相差很大,小到硅片上的集成电路,大到高低压输电网。根据所处理信号的不同,电子电路可以分为模拟电路和数字电路。