system-status/README.md

17 lines
372 B
Markdown
Raw Permalink Normal View History

2021-06-16 16:38:20 -04:00
# system-status
2023-07-06 12:00:33 -04:00
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.
2021-06-16 16:59:16 -04:00
## 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
```