RPi system status display
Go to file
Mike Cifelli 3c773d3a53
Add license
2023-07-08 08:27:32 -04:00
.gitignore Add .gitignore 2021-06-17 10:23:52 -04:00
LICENSE Add license 2023-07-08 08:27:32 -04:00
README.md Update readme 2023-07-06 12:00:33 -04:00
install Initial commit 2021-06-16 16:59:16 -04:00
system-status.py Always show a value for temperature 2021-06-19 08:09:37 -04:00
system-status.service Initial commit 2021-06-16 16:59:16 -04:00

README.md

system-status

A Raspberry Pi project to show a simple display of the system status. A Unicorn HAT Mini is used to display the temperature, cpu level and network connections.

Dependencies

sudo raspi-config nonint do_spi 0
sudo apt install python3-pip
sudo apt install python3-gpiozero
sudo pip3 install unicornhatmini

Installation

sudo ./install