Nieuws

DIY Arduino Project with Python to Display your PC's stats (CPU temp, CPU load, GPU temp and GPU load) TLDR: this project uses a 3,5" LCD screen to Display the PC basic stats.
It is possible to display the CPU temperature if supported by the computer's motherboard (unfortunately I couldn't get this to work but for information see here). The Python script is also wrapped as ...
The system basically made use of Arduino, a general purpose temperature sensor and an RGB LED light. The Arduino is hooked up to the temperature sensor, which is placed near the GPU in order to ...