Please note that this release is for windows.
WOAH.2.mp4
This release contains basic functionality where:
- Takes CPU load and temperature values for AMD and Intel CPUs
- Takes GPU load and temperature values for AMD and Nvidia GPUs
- Displays these readings as text
- Sends them to Arduino for sending to electronics
- Has a GUI so that it easy to change COM, baudrate, and readrate
This is a generalized solution and should work on any Windows computer, the python script (or in this case the .exe) sends data as a single line string which can then be decoded on the Arduino side.
CPU temperature values are only accessible if the program is run as administrator on windows.
Please check README.txt
on the main github page here for instructions on usage, and on building if you want to build manually.