Title:Raspberry PI Model B+ (LCD显示CPU温度) --2015-01-29 17:44买了块连接Raspberry PI Model B+的LCD显示器,上面没写CPU温度,就加工了下。修改后的pcd8544_rpi.c:/*=====================...
分类:
Web程序 时间:
2015-03-07 18:41:05
阅读次数:
292
电路连接方式请参考另一篇博文:【用树莓派实现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. 编辑文件: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
这两天有点时间,捣鼓了下那闲置好久的树莓派,把普通PC主板的蜂鸣器作为树莓派的报警器用。Raspberry Pi有许多的GPIO(General Purpose Input Output:通用输入/输出),可以用来控制和读取数字电路中TTL电平的逻辑0和逻辑1。我们要使用RPi的GPIO首先要知其G...
分类:
其他好文 时间:
2015-01-30 15:31:01
阅读次数:
778
步进电机的优点在于它能够被精确定位,正向或反向一次性转动”一步”,并且也能够连续转动。
#!/usr/bin/env python
#########################################################
# File name: stepMotor.py
# Author: Jason Dai
# Date: 2015/01...
分类:
编程语言 时间:
2015-01-26 15:09:05
阅读次数:
1335
sudo apt-get install linux-image-rpi-rpfv linux-headers-rpi-rpfv编辑/boot/config.txt,在末尾加入以下内容:# set parameters for raspbian debian style bootkernel=vml...
分类:
其他好文 时间:
2015-01-04 21:04:55
阅读次数:
215
http://elinux.org/RPI-Wireless-HotspotWhat does it do?This project configures your Raspberry Pi to connect to the Internet through ethernet, and share...
分类:
其他好文 时间:
2014-12-28 10:20:46
阅读次数:
158
This guide will show you how to login to a Debian image and start LXDE by simply powering the Pi on.Method 1: Auto Login:In Terminal:sudo nano /etc/in...
分类:
其他好文 时间:
2014-12-26 21:38:48
阅读次数:
218
HTTP下载地址:(都经过检查还在)1、http://www.cipr.rpi.edu/resource/sequences/(有D1尺寸)(有YUV、RAS)Caltrain 512x400 、Garden 720x486、Missa(无色)360x288、Missa 360x288 、Mrche...
分类:
其他好文 时间:
2014-12-04 21:26:56
阅读次数:
333
最近在做一个项目,需要用树莓派作为AP发射wifi,对比cubieboard,树莓派的配置容易得多,而且支持也更多。
较为官方的介绍配置为无线热点的文章莫过于这一篇《RPI-Wireless-Hotspot》
按照这个设置,我的其实不成功,于是找到这篇文章《Turn
Your Raspberry Pi Into a WiFi Hotspot with Edimax Nano USB E...
分类:
其他好文 时间:
2014-11-29 09:04:57
阅读次数:
305