Small info display for PC
Made using Arduino nano and python.
fetching real time info from the computer.
The thing you see behind it is a LDR with some hot glue on top to act as a ambient light sensor.
The measured brightness is sent to pc to adjust monitor's brightness and olso the backlight of the lcd is adjusted with the same.
It's using serial over usb for communicating with the pc.
The double bars are rendered using custom patch of Progressbardouble library.
[Custom library required] ---> https://github.com/P-rth/LcdProgressBarDouble
Currently only working in Linux. will only take minor changes to port to windows
Curcuit :
A7 --> 5.6k ohms --> Groud
Reset --> 22uf capacitor --> switch -- Groud (turn off to upload code)
LDR (+) --> Vin / 5v
LDR (-) --> A7
Backlight + (LCD A) --> D10
Backlight - (LCD K) --> Groud
LCD RS --> 12
LCD Enable --> 11
LCD D4 --> 5
LCD D5 --> 4
LCD D6 --> 3
LCD D7 --> 2
Please star if you found this usefull :)
