Close
0%
0%

USB Analog Panel Meters w/ Arduino

Utilizing a great fork of Open Hardware Monitor that has extensive sensor options w/ serial output.

Similar projects worth following
Show PC Stats Steam Punk Style. In my case CPU & MEM Usage & CPU Temperature
And only with one program, that has a wide selection of sensor data.

At my linked github repository you will find a windows build of the program you need to send the data to arduino (and the arduino code) if you want to change what is sent to your meters you need to look at Changes.txt, change what you need and recompile.


Inspired by:
https://hackaday.io/project/10554
http://www.lungstruck.com/projects/pc-meter/
http://www.uchobby.com/index.php/2008/02/12/arduino-analog-gauge/
  • 1 × Arduino (Nano in my case)
  • 1 × Analog Panel Meters
  • 1 × Something to mount them in.

Enjoy this project?

Share

Discussions

Aaron wrote 04/30/2017 at 17:53 point

Hello.  I realize this project is quite old, but I'd love to implement it into a PC casemod I'm working on.  I'm a complete amateur (script kiddie) when it comes to coding.  It appears that the second download link (OHM Fork) is NLA, but I didn't know if that was necessary or is included in the first download.  Also, I can probably discern the correct pin-out from the pictures but was wondering if you could clarify the correct outputs for me.  Thanks.

  Are you sure? yes | no

greenmoonart wrote 10/13/2017 at 14:49 point

PWM pins as defined in code: 

int METERS_PIN[] = {9, 6, 3}; //meter arduino pins//pwm pins

in order they are for: CPU, Mem, Temp

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates