Giter Club home page Giter Club logo

Comments (1)

DHowett avatar DHowett commented on May 29, 2024

Right now there's no easy way to do this.

With the test tool from this distribution, FauxECTool, you can sort of accomplish it with raw commands (as fauxectool doesn't support symbolic commands 😄)

Set fan 0 duty% to 0x00000064, or 100%

fauxectool 0x24 d64

0x24 is EC_CMD_PWM_SET_FAN_DUTY

Note: there is no way to specify the percentage in decimal

Set fan 0 RPM target to (0x00000FA0) 4000 directly

fauxectool 0x21 dFA0

0x21 is EC_CMD_PWM_SET_FAN_TARGET_RPM

Note: there is no way to specify the RPM in decimal

Note: the fans on this board operate up to 6800 RPM

Restore fan 0x00 to automatic thermal control

fauxectool 0x52 b0

0x52 is EC_CMD_THERMAL_AUTO_FAN_CTRL

I've been testing a build of ectool (the Linux version) that works on Windows, which should make this much easier. It is not yet ready for release.

from frameworkwindowsutils.

Related Issues (4)

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.