Skip to content

VolunPotest/RaspberryArdruinoDisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Display Stats For RaspberryPi

What it does?

It's Python3 script for grep info from raspberry pi system (raspbian) and send it to ardruino display

Algo

  1. Grep info from system about: CPU temp and load, Ram used memory
  2. Grep current time for night mode. If night mode is on - disable backlight on Arduino display.
  3. Send it to Arduino with specific format (See below)
  4. Arduino send it to display LCD 1604

Format

  1. Every field must be int.
  2. Every field required symbol ";" after value (except last value).
0 - CPU TEMP
1 - GPU TEMP
2 - NigtMode (100 - is enabled and off display backlight)
3 - 0 (Reserved)
4 - CPU LOAD
5 - GPU LOAD
6 - RAM USE
7 - GPU USE
8 - "E" - flag for end data

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages