Git Product home page Git Product logo

jetson-fan-control's Introduction

Jetson Fan Control

1711741488102

  • Jetson Fan Control is a tool designed to manage fan speeds for the Nvidia Jetson Nano, ensuring optimal thermal performance while maintaining a quiet operation.
  • This provides a comprehensive guide on setting up, installing, and customizing the fan control system.

Requirements

To utilize Jetson Fan Control effectively, you'll need:

Installation

  1. Run the installation script:

    sudo ./install.sh

    This script ensures the fan control system starts automatically at boot.

Customization

To tailor fan control settings to your preferences, follow these steps:

  1. Open the configuration file:

    sudo nano /etc/automagic-fan/config.json
  2. Adjust the following parameters according to your needs:

    {
        "FAN_OFF_TEMP": 20,
        "FAN_MAX_TEMP": 50,
        "UPDATE_INTERVAL": 2,
        "MAX_PERF": 1
    }
    • FAN_OFF_TEMP: Temperature (°C) below which the fan is turned off.
    • FAN_MAX_TEMP: Temperature (°C) above which the fan operates at 100% speed.
    • UPDATE_INTERVAL: Update interval for fan speed (in seconds).
    • MAX_PERF: Values greater than 0 maximize system performance by setting CPU and GPU clock speeds to the maximum.
  3. Save changes and exit the editor.

  4. Reboot the system to apply the new settings. Alternatively, restart the fan control service:

    sudo service automagic-fan restart

    Troubleshooting:

    If encountering issues, use the following command to check the status:

    sudo service automagic-fan status

jetson-fan-control's People

Contributors

pyrestone avatar cagricatik avatar christran avatar florinandrei avatar shijq23 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.