摘要: 1. 温湿度传感器连接 2. 软件安装 3. 从GitHub获取Adafruit库 4. 给Python2安装该库 5. 实例程序 6. python项目 7.制作获取温湿度脚本 8. 定时启动温湿度脚本 参考资料: 1.自启动和定时启动:http://www.php.cn/python tutor 阅读全文
posted @ 2019-11-02 13:56 Fore_WML 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 1. 树莓派简介 Raspberry Pi(中文名为“树莓派”), 是为学生计算机编程教育而设计,只有信用卡大小的微型电脑,其系统基于Linux。 2. 烧录系统 官网下载: "https://www.raspberrypi.org/downloads/raspbian/" 3.树莓派系统启动 开启 阅读全文
posted @ 2019-11-02 13:54 Fore_WML 阅读(350) 评论(0) 推荐(0) 编辑
摘要: ``` sudo nano /etc/apt/sources.list ``` ``` #将原有内容用#注释掉 deb http://mirrors.aliyun.com/raspbian/raspbian/ buster main contrib non-free rpi deb-src http://mirrors.aliyun.com/raspbian/raspbian/ buster ma... 阅读全文
posted @ 2019-10-13 17:13 Fore_WML 阅读(5200) 评论(0) 推荐(1) 编辑