Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.19 KB

RaspberryPiKit

Designed for Raspberry Pi! Base on Adafruit CharLCDPlate and Raspbian System.

Prepare

  1. 1602LCD Pad (You can buy it from Adafruit or TaoBao)
  2. wiringPi git clone git://git.drogon.net/wiringPi

src

Monitor.py

You can retrieve system information such as: CPU used/ CPU Temperature/ Mem used/ Disk used/ Network infomation/... by use this moudle.

# Example
print "CPU Temperature: ", str(SysInfo.getCpuTemperature())
print "CPU Used: ", str(SysInfo.getCpuInfo()['used'])
print "MEM Total: ", str(SysInfo.getMemInfo()['total'])

Display.py

This is a LCD GUI moudle that have many convenient feature for your Pi:

  1. A menu included System Info Network Info..etc which allow you controlling by key pad.
  2. You can add sudo python Display.py script to /etc/rc.loacl then you can run it automatic during system boot.
  3. You can get your Pi's IP address without use additional screen or search on routing table! That was a big reason why I made it:)

Gallary

  • Easy and useful. Feel Free to explore.

  • You can wacthing the demo online.