Skip to content

Design for Raspberry Pi! Base on Adafruit_CharLCDPlate

Notifications You must be signed in to change notification settings

lun9/RaspberryPiKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Design for Raspberry Pi! Base on Adafruit_CharLCDPlate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%