电路连接方式请参考另一篇博文:【用树莓派实现RGB LED的颜色控制——C语言版本】
Python代码:
#!/usr/bin/env python
#*********************************************************
# File Name :rgb.py
# Author :Jason Dai
# Date : 2015/0...
分类:
编程语言 时间:
2015-02-04 16:47:25
阅读次数:
251
树莓派是否可以使用串口呢,答案是肯定的 ,下面是详细方法1.树莓派的第一排的第三,四,五个分别,也就是下图的6,8,10三个port各自是地,TX与RX,与被连接设备连接起来。注意树莓派的TX要连接从设备的RX,树莓派的RX要连接树莓派的TX2.树莓派上仅仅有一个串口,系统默认将它作为调试口,所以不...
分类:
其他好文 时间:
2015-02-04 14:16:39
阅读次数:
221
各种派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