PC Status Monitor

I built a PC Status Monitor device that would connect to a PC via USB to display hardware usage statistics and sensor readings on a a continuously scrolling display.

The system consisted of:

I also built a simple console program to run on the host PC in C#. This program used the OpenHardwareMonitor API to collect sensor values and transmit them as serial values to the Teensy. The Teensy would then “unpack” the data and signal the display’s EVE processor to update with the most recent readings.

In this project, I:

This is a link to the GitHub repo for the PC host program.

This is a link to the GitHub repo for the Teensy.