🖊️
Teensy Fan Controller
  • Teensy Fan Controller
  • Usage
    • Fan Control
  • Hardware
    • Simple PCB
    • Breadboard
    • Prototype
  • Management UI
    • Overview
    • Controller Status
    • Hardware Setup
    • Fan Setup
    • Controller Log
  • Build Instructions
    • Project Setup
    • Firmware (Teensy)
    • Management UI
  • Demo
    • Router Cooling Demo
    • Water-cooled CPU and air-cooled GPU
  • Credits
    • Credits
Powered by GitBook
On this page
  • Getting Started
  • Usage
  • Pages

Was this helpful?

  1. Management UI

Overview

PreviousPrototypeNextController Status

Last updated 5 years ago

Was this helpful?

A Qt 5 based application to configure or monitor a Teensy Fan Controller.

After clicking Save, the configuration is saved onto the hardware, and is restored after power-loss (without using the Management UI).

Getting Started

The application attempts to connect when launched:

Once connected, the active configuration is downloaded:

Once downloaded, the present values are displayed:

Usage

Clicking the menu button provides access to 3 pages:

The log window may also be opened by clicking the LOG button on the top right:

If the application fails to connect, or losses connection, the red globe icon in the toolbar may be clicked to reconnect:

Pages

Page

Description

Controller Status (Home)

Display current fan RPMs and temperature readings (updates every 500 ms)

Hardware Setup

Sensor and fan hardware configuration (fe. pin mapping, thermistor resistance, etc.)

Fan Setup

Fan speed configuration (fe. control mode, temperature sensor source, etc.)

Controller Log

Debug logs sent from controller (values printed every 5 seconds)

Management UI - Home screen (connecting)
Management UI - Home screen (downloading configuration)
Management UI - Home screen (connected)
Management UI - Main menu
Management UI - Log screen
Management UI - Home screen - Offline