TeensyFanController icon indicating copy to clipboard operation
TeensyFanController copied to clipboard

PC fan controller with fixed, PID, and percent-table control (using temperature sensor readings)

Results 6 TeensyFanController issues
Sort by recently updated
recently updated
newest added

Hi Jack, I have a project that I set aside, and am just getting back to. Amplifier controller, but it incorporates a fan control, and I was looking at your...

Not sure if these are distro issues, or just issues in general. Trying to follow the istructions @ [https://mstrthealias.gitbook.io/teensy-fan-controller/build-instructions/setup](url), can't really get anywhere. ``` git clone https://github.com/mstrthealias/TeensyFanController.git git submodule init...

Improve Simple001: - Correct board mount hole locations - Add jumpers or solder bridges to support 6th fan PWM on Teensy LC, 3.2, 3.5, 3.6, and 4.0 - Remove AREFVCC...

hardware

To support a possible RuntimeConfigV2, use a union message to wrap the RuntimeConfigV1 protobuf. Fe.: https://developers.google.com/protocol-buffers/docs/techniques#union https://github.com/nanopb/nanopb/tree/master/examples/using_union_messages

inactive

Complete an initial version of documentation: - Usage/Getting Started - Example data - Detailed configuration - PID tuning - Hardware constraints (fe. no-save on Teensy LC, pin setup, etc.)

documentation