Jump to content

Is it possible to mod something that will be its own stand alone display that can display all the system information? things such like CPU temperature, GPU temperature, clock speeds.. I know there are applications like rainmeter that can show most of this stuff, but is it possible to have a stand alone screen that will show you all of this information, but the mouse won't be able to go to that screen? So it would be something that would look like an aircraft display..

 

something like this

https://upload.wikimedia.org/wikipedia/commons/0/03/737-800_EIS_After_Landing.jpg

 

so essentially it would be a fancy fan controller but with a lot more information.. is it possible? Or would something like rainmeter be the only option?

Link to comment
https://linustechtips.com/topic/597696-temp-display/
Share on other sites

Link to post
Share on other sites

The only thing I can think of is something like the Zalman ZM-MFC3. But I love the concept, being an aviation enthusiast myself. 

 

Spoiler

maxresdefault.jpg

 

Intel® Core™ i7-12700 | GIGABYTE B660 AORUS MASTER DDR4 | Gigabyte Radeon™ RX 6650 XT Gaming OC | 32GB Corsair Vengeance® RGB Pro SL DDR4 | Samsung 990 Pro 1TB | WD Green 1.5TB | Windows 11 Pro | NZXT H510 Flow White
Sony MDR-V250 | GNT-500 | Logitech G610 Orion Brown | Logitech G402 | Samsung C27JG5 | ASUS ProArt PA238QR
iPhone 12 Mini (iOS 18.3) | iPhone 15 (iOS 18.3.1) | KZ AZ09 Pro x KZ ZSN Pro X | Sennheiser HD450bt
Intel® Core™ i7-1265U | Kioxia KBG50ZNV512G | 16GB DDR4 | Windows 11 Enterprise | HP EliteBook 650 G9
Intel® Core™ i5-8520U | WD Blue M.2 250GB | 1TB Seagate FireCuda | 16GB DDR4 | Windows 11 Home | ASUS Vivobook 15 
Intel® Core™ i7-3520M | GT 630M | 16 GB Corsair Vengeance® DDR3 |
Samsung 850 EVO 250GB | macOS Catalina | Lenovo IdeaPad P580

Link to comment
https://linustechtips.com/topic/597696-temp-display/#findComment-7761813
Share on other sites

Link to post
Share on other sites

It's entirely possible. A lot of work, but entirely possible. You can get a bunch of temp sensors and build a logics board out of an Arduino or even Raspberry Pi. Why not even program a windows software to output the internal readings to serial port or something and input those to the logics board. Then you can program a software on it to display the readings on a standalone HDMI monitor. I don't see why the source code for something like this wouldn't be available online already. People have done it at least.

Link to comment
https://linustechtips.com/topic/597696-temp-display/#findComment-7761862
Share on other sites

Link to post
Share on other sites

1 hour ago, BlueChinchillaEatingDorito said:

The only thing I can think of is something like the Zalman ZM-MFC3. But I love the concept, being an aviation enthusiast myself. 

 

  Reveal hidden contents

maxresdefault.jpg

 

yeah I'm currently studying to enter the aviation industry.. and the concept is very cool. Would love to have an aviation themed computer.. maybe like toggle switches and all that sort.

 

38 minutes ago, Naeaes said:

It's entirely possible. A lot of work, but entirely possible. You can get a bunch of temp sensors and build a logics board out of an Arduino or even Raspberry Pi. Why not even program a windows software to output the internal readings to serial port or something and input those to the logics board. Then you can program a software on it to display the readings on a standalone HDMI monitor. I don't see why the source code for something like this wouldn't be available online already. People have done it at least.

How much work would something like this take to program? I have zero programming experience.. but I would be willing to learn if it is not that hard of a process. But yeah, I can see how it could be possible since there are similar things that show temperature and all of that on fan controllers.

Link to comment
https://linustechtips.com/topic/597696-temp-display/#findComment-7761970
Share on other sites

Link to post
Share on other sites

1 minute ago, slifer said:

How much work would something like this take to program? I have zero programming experience.. but I would be willing to learn if it is not that hard of a process. But yeah, I can see how it could be possible since there are similar things that show temperature and all of that on fan controllers.

A lot-lot, I'd imagine. Especially the part about transmitting readouts from a Windows program into an external device is not what you want your first programming experience to be. It's like learning to drive using a helicopter. If I were you I'd look into modifying something like OpenHWMonitor to suit my needs. Keep the backend and only modify the user interface.

Link to comment
https://linustechtips.com/topic/597696-temp-display/#findComment-7762016
Share on other sites

Link to post
Share on other sites

17 hours ago, Naeaes said:

A lot-lot, I'd imagine. Especially the part about transmitting readouts from a Windows program into an external device is not what you want your first programming experience to be. It's like learning to drive using a helicopter. If I were you I'd look into modifying something like OpenHWMonitor to suit my needs. Keep the backend and only modify the user interface.

That looks great :) shame they didn't add visuals for it to show percentages 

Link to comment
https://linustechtips.com/topic/597696-temp-display/#findComment-7765978
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

×