Skip to content

Grid Control is a free and open source alternative to the CAM application from NZXT

License

Notifications You must be signed in to change notification settings

stelawton/grid-control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grid Control

Grid Control is a free and open source alternative to the CAM application from NZXT.

Highlights

  • Simple to use and resource efficient
  • Written in Python 3 using QT5 for the user interface
  • Uses OpenHardwareMonitor to read sensor values
  • Individual fan control (manual or automatic with control points)
  • Support the Grid+ V2 device

Stand-alone installation

Grid Control is available as a stand-alone application (Python does not need to be installed):

  • Download the latest release from Releases
  • Unzip file
  • Run "gridcontrol.exe"

OpenHardwareMonitor

Grid Control uses OpenHardwareMonitor to get temperature information from the available sensors in the system.

  • Download latest release of OpenHardwareMonitor here

Driver for the Grid device

The Grid uses a MCP2200 USB-to-UART serial converter from Microchip.

Driver installation:

  • Windows 10

  • No driver is needed, Windows 10 will detect the Grid device automatically and add a "USB Serial Device" in Device Manager

  • Windows 7

  • A driver is needed, see "MCP2200/MCP2221 Windows Driver & Installer" on the product page

Python environment

Assuming you have Python 3 installed, the following additional modules are required (can be installed with "pip").

  • pip install pyserial
  • pip install wmi
  • pip install pypiwin32
  • pip install pyqt5

QT Creator

QT Creator (including QT Designer for UI design) can be downloaded here.

Grid simulator

For troubleshooting, or if you would like to run Grid Control without a Grid device, please have a look at my grid simulator available here.

Inspiration from other projects

I would like to thank the authors of the following projects that have been helpful in understanding the communication protocol the Grid uses.

About

Grid Control is a free and open source alternative to the CAM application from NZXT

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%