All written in C++
Custom temperature/fan-speed table for higher customization.
Updates the fan speed every 2 seconds (customizable) by looking at the average temperature or highest recorded temperature (also customizable).
You can exclude sensor by name (PMIC is excluded by default)
Decide if you want the clocks set to the maximum frequency. (It also restores the previous clocks after quitting, and it’s jetson_clocks
compatible)
Here: GitHub - everdrone/jetson-fan-table: Jetson Fan Temperature Table Controller
Very open to suggestions and improvements!