各种派PIhttp://www.eeboard.com/bbs/thread-34534-1-1.htmlRaspberry Pi电脑板,中文译名"树莓派"!Banana pi 香蕉派是 raspberry pi 树莓派的"克隆"www.banana-pi.com最新开源硬件项目,兼容树莓派Bana...
分类:
其他好文 时间:
2015-02-04 09:18:03
阅读次数:
202
pispi.h: 1 #ifndef PI_SPI_H 2 #define PI_SPI_H 3 4 #define SPICLKDIV 32 /* ~8 Mhz */ 5 6 #define SPIBUFSIZE ...
分类:
其他好文 时间:
2015-02-03 19:08:33
阅读次数:
438
Windows 10 for Raspberry Pi 2树莓派2代上的Windows 10We’re excited to announce that we are expanding our Windows Developer Program for IoT by delivering a version of Windows 10 that supports Raspberry Pi 2. ...
1. 编辑文件:sudo vi /etc/apt/sources.list
2. 添加国内清华大学的源,内容如下:
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.tuna.tsinghua.edu.cn/ra...
分类:
其他好文 时间:
2015-02-03 15:14:26
阅读次数:
133
逻辑电平转换树莓派的逻辑电平为3.3v,Arduino为5v,需要进行逻辑转换,在某宝买了个逻辑转换器:HV接5V电源LV接3.3V电源GND接电源负极,两个电源公地RXI输入5v TTL,将在RXO输出3.3v TTLTXI输入输出3.3V TTL ,TXO输入输出5V TTL, TXI与TXO双...
分类:
其他好文 时间:
2015-02-02 15:32:06
阅读次数:
345
安装:apt-get install xsel显示剪贴板中的数据:xsel -b -oxsel -b -o向剪贴板中追加数据:xsel -b -a覆盖剪贴板中的数据:xsel -b -i使用方式:cat filename | xsel -b -i注意:必须在打开图形化界面才可使用
分类:
系统相关 时间:
2015-01-30 19:33:03
阅读次数:
208
这两天有点时间,捣鼓了下那闲置好久的树莓派,把普通PC主板的蜂鸣器作为树莓派的报警器用。Raspberry Pi有许多的GPIO(General Purpose Input Output:通用输入/输出),可以用来控制和读取数字电路中TTL电平的逻辑0和逻辑1。我们要使用RPi的GPIO首先要知其G...
分类:
其他好文 时间:
2015-01-30 15:31:01
阅读次数:
778