Skip to content

xswxm/System-Monitor-for-Raspberry-Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

System Monitor for Raspberry Pi with 12864/SSD1306

Demo

Demo

Modules

Adafruit_GPIO.SPI Adafruit_SSD1306 psutil

Setting Up

Configure your 128464 by following this tutorial: https://learn.adafruit.com/ssd1306-oled-displays-with-raspberry-pi-and-beaglebone-black/usage?view=all

Install additional modules

sudo apt-get install python-pip
sudo pip install psutil

Edit the script. Replace the ports to yours

# Ports used for fthe Display. You may have to change them to yours
RST = 25
DC = 24

How to Use

# Run with Python 2
python disp.py

License

MIT

About

System monitor for Raspberry Pi, inlcuding IP, CPU, Disk and Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages