Building a High-Performance Fan Speed & Temperature Manager with C# and .NET
Hello, I'm Dr. Jhonatan. I recently published an open-source Windows Forms application built with C# / .NET designed for real-time hardware temperature monitoring and dynamic PWM fan speed control: Cooler Speed Change & Management. Key Features Real-Time Monitoring: Continuous tracking and live graphing of CPU and GPU core temperatures. Dynamic PWM Fan Control: Individual selection and manual…
Dr. Jhonatan has unveiled an open-source Windows Forms application designed to monitor and control fan speeds, called Cooler Speed Change & Management. The application offers several key features, including real-time monitoring of CPU and GPU core temperatures, dynamic PWM fan control with individual selection and manual adjustment for compatible cooling fans, and low overhead thanks to async/await and background tasks (Task.Run) that ensure precise telemetry with no UI freezing and minimal CPU usage.
Powered by LibreHardwareMonitor, which utilizes robust low-level hardware APIs, the application boasts multi-language support, with the UI available in English, Spanish, Portuguese, Japanese, Korean, German, Italian, French, and Simplified Chinese. The source code, along with releases and documentation, can be found on GitHub: https://github.com/drJhonatan00/Cooler_Speed_Change_and_Management. Dr. Jhonatan encourages users to star the repository, test the software, and contribute feedback.
Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.