零.一键换源 2018.05.18更新:新的默认源为raspbian.raspberrypi.org 因此一键换源相应改为 一.树莓派基金会提供的源 /etc/apt/sources.list.d/raspi.list里的软件源是树莓派基金会单独(非Raspbian开发者)提供/维护的软件源,主要包 ...
分类:
Web程序 时间:
2018-06-27 21:12:13
阅读次数:
254
对apt-get进行任何操作都会报错: pi@raspberrypi:~ $ sudo apt-get upgrade Reading package lists... Done E: The value '\stable' is invalid for APT::Default-Release a ...
分类:
其他好文 时间:
2018-06-23 21:00:04
阅读次数:
771
树莓派 Raspberry PI之GPIO 树莓派各版本硬件原理图:https://www.raspberrypi.org/documentation/hardware/raspberrypi/README.md 配置 两个5V,3.3V输出端口 IO输入输出电压0-3.3V 支持输出PWM 两路S ...
分类:
Web程序 时间:
2018-06-20 22:45:52
阅读次数:
234
树莓派 Raspberry PI基础 官网网址:https://www.raspberrypi.org 下载地址:https://www.raspberrypi.org/downloads/ 官方系统:RaspBian ,地址https://www.raspberrypi.org/downloads ...
分类:
Web程序 时间:
2018-06-20 22:35:16
阅读次数:
344
树莓派初始化设置 前往官网下载最新镜像文件http://downloads.raspberrypi.org/raspbian_latest 下载后解压 下载镜像烧录软件https://sourceforge.net/projects/win32diskimager/files/Archive/win ...
分类:
其他好文 时间:
2018-06-09 19:42:49
阅读次数:
235
摘录自:https://kasiviswanathanblog.wordpress.com/2017/04/09/raspberry-pi-3-compile-your-own-64-bit-linux-kernel/ root@debian:/home/z/RaspberryPi# fdisk - ...
分类:
其他好文 时间:
2018-05-29 10:22:58
阅读次数:
459
硬件:树莓派3B环境:CentOS-Userland-7-armv7hl-RaspberryPI-GNOME-1804-sda 服务端安装和配置:1.禁用并永久关闭防火墙>>systemctl disable firewalld>>systemctl stop firewalld 2.关闭selin ...
分类:
其他好文 时间:
2018-05-19 00:17:05
阅读次数:
337
我也不知道要说什么。git地址是 https://github.com/wuxie2015/raspberrypi_live 大家有兴趣可以一起搞个大新闻 非常希望有贡献者一起写 是python写的,raspberrypi是在树莓派上运行的,server是在服务器上运行的,使用rtmp协议,希望有大 ...
分类:
其他好文 时间:
2018-04-09 21:07:15
阅读次数:
376
前置:1.主机名请从默认的RaspberryPi改为test.comsudonano/etc/hostname请将文件中的RaspberryPi改为test.com2.将树莓派的ip地址改为静态,此例中为172.16.0.68,网关出口为172.16.0.1sudonano/etc/dhcpcd.conf在该文件的最末加上如下设定:interfaceeth0staticip_address=172
分类:
Web程序 时间:
2018-03-29 21:15:22
阅读次数:
2025
一、前期准备 达成目标: 利用RapberryPi驱动MQ-2烟雾报警模块,对信息进行采集和提取,而后Zabbix监控系统来收集和处理信息采集到的信息。 1.准备树莓派(RaspberryPi)一个 2.MQ-2有害气体检测模块 3.杜邦线若干 4.SD卡一张以及一个读卡器
分类:
Web程序 时间:
2018-03-16 14:01:29
阅读次数:
5624