Skip to content

Using Arduino and LCD 2004 to display computer's system Information

License

Notifications You must be signed in to change notification settings

lthquy/arduinomornitorpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arduinomornitorpc

Using Arduino and LCD 2004 to display computer's system Information

Introduction:

Using ESP32 and LCD2004 (I2C) to display system info.

The host PC must install HWiNFO32/64 and add-on Remote Sensor Monitor to feed json.

Demo

https://youtu.be/gmVy-M73R-g

Requirement:

  • Install Library

    -- ArduinoJson

    -- LiquidCrystal_I2C

    -- WiFi

    -- Wire

  • Installation install HWiNFO32/64 and add-on Remote Sensor Monitor in host PC, firewall open port 55555

  • Disable monitoring and hide all sensor value which you don't want to display on LCD. This will reduce size of json file.

  • Use http://arduinojson.org/assistant to compute the capacity json Buffer

  • Open arduinomornitorpc.ino then update SensorName to match your system value

About

Using Arduino and LCD 2004 to display computer's system Information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%