Jump to content

Project Core Inspector

MarcoTexture

This is a small holiday project that I worked on months ago.

The concept behind it is to monitor computer internals while gaming without using an overlay.

20160906_133057.jpg

It consists of a 20x4 LCD + Arduino nano + Bluetooth module + LED bar graph.

and I've written a simple c# app which grabs (cpu/gpu usage,temp,ram usage etc..) and forward it to the arduino via bluetooth.

the LED bar graph acts as an audio vu meter. there is an additional rgb led which is used to either generate effects or as an indication of overall temperature level.

 

Image%201.jpg

 

I've used openhardwaremonitor library and WMI(Windows management instrumentation) to obtain the readouts.

 

I've discontinued the project because the gpu clock reading were not accurate enough when I switched from nvidia to amd(openhardwaremonitor library) and the whole c# app was using serial comm. which resulted in stability issues even after I used multiple threads to handle it. Anyways this came out to be useful again for testing dx12 titles where normal overlay programs didn't work.

OMEN 15T | 9750H+LM | RTX 2070 UV+OC | 1TB NVME & 1TB HDD | 144Hz GSync

Link to comment
Share on other sites

Link to post
Share on other sites

I think Luke was looking for something like this a few months back... You'll have to dig through the post in this subforum for that. Something about rpi projects I think..

The Internet is invented by cats. Why? Why else would it have so much cat videos?

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×