用Python语言编写代码,实现对四位数码管的动态扫描...
分类:
编程语言 时间:
2014-11-21 16:23:42
阅读次数:
359
主要是进行主机上使用myeclipse开发后,在从机上跑最后的程序在主机上和树莓上都安装好java环境,maven,ant拷到RPI上的时候修改为拷贝到RPI上的目录结构mvn compileant -f spy1\build.xml clean build App
分类:
其他好文 时间:
2014-10-09 02:08:38
阅读次数:
404
想把树莓派当一个小型服务器来用,性能可以差一点,但是稳定性必须保证,以下是从网络上找到的提高稳定性的方法。 1)/etc/sysctl.conf当中修改 vm.min_free_kbytes(8192修改成16384) #?rpi?tweaks
vm.swapp...
分类:
其他好文 时间:
2014-08-22 14:41:19
阅读次数:
238
putty连接到Raspberry运行sudo mkdir /usr/local/tonidocd /usr/local/tonidosudo wget http://patch.codelathe.com/tonido/live/installer/armv6l-rpi/tonido.tar.gz...
分类:
Web程序 时间:
2014-08-03 12:35:05
阅读次数:
258
作为一个软件工程专业的学生,对传感器等硬件的使用一直不太顺手,而在树莓派使用Python的RPi.GPIO,进行传感器等硬件的使用却是非常方便。而且使用树莓派这个网络功能强大的控制中心,其在物联网方面的使用也将更加广泛。
这次我主要使用了火焰,声音,震动,光敏这四个传感器进行了简单的测试,对其进行扩展组合使用就靠大家的想法了。话不多说,下面开始。...
分类:
其他好文 时间:
2014-08-01 16:15:21
阅读次数:
1671
没耐心看这个Pi支持的无线网卡列表: http://elinux.org/RPi_VerifiedPeripherals#USB_Wi-Fi_Adapters 我就用自己之前买的一的斐讯的USB无线网卡,很小,35元还特么包邮!用的也很好! 插上去就能识别,而且,我是直接用USB线插在笔记上取的电,...
分类:
其他好文 时间:
2014-07-10 14:27:45
阅读次数:
200
参考:RPi Serial Connection本文来自:http://www.raspberry-projects.com/pi/programming-in-c/uart-serial-port/using-the-uartUsing the UARTIf you are running Ras...
分类:
Web程序 时间:
2014-07-01 10:21:01
阅读次数:
982
参考: http://www.siongboon.com/projects/2013-07-08_raspberry_pi/index.htmlRaspberry Pi Get started with Raspberry Pi (RPi), a step by step approach to ....
分类:
Web程序 时间:
2014-07-01 09:18:14
阅读次数:
1482
sudo nano /etc/apt/sources.list源:deb
http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib
non-free rpi deb-src http://mirrors.tu...
分类:
Web程序 时间:
2014-06-29 07:58:09
阅读次数:
384
reference:https://projects.drogon.net/raspberry-pi/wiringpi/functions/Functions
(API)Some of the functions in theWiringPilibrary are designed to mimic...