Skip to content

comunication between linux host system and an nodemcu with attached display

License

Notifications You must be signed in to change notification settings

vatriani/sys_display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor program runs on linux host system and fetches some vitals, sends it over serial port to an nodemcu witch displays the vitals on a small screen. The small screen switches automatically between displayed pages.

Compile

$ make

Upload to nodemcu

$ pio run --target upload

Run watchdog

$ ./monitor

Infos to display

nvidia

nvidia-smi --query-gpu=temperature.gpu,utilization.gpu,power.draw --format=csv -l 5

Outputs:

  • GPU temperature
  • GPU utilization
  • Power draw

lm_sensors

sensors -A -u

Outputs:

  • CPU temperature

  • CPU MHZ

  • CPU utilization

  • Fan1

  • Fan2

  • Fan3

liquidctl

liquidctl status

Outputs:

  • Fanspeed
  • Pumpspeed
  • Watertemp

Libaries used

u8g2 Display libary

https://github.com/olikraus/u8g2

About

comunication between linux host system and an nodemcu with attached display

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published