Git Product home page Git Product logo

x735-v2.5-c-'s Introduction

FanControl x735-v2.5-C++

C++ implementation of the x735 fan control software for the raspberry pi to control and read the installed fan speed.

First things first: How can I get it?

git clone https://github.com/schorsch1976/x735-v2.5-C-.git.

This is my public (but not main repository). It is used to publish released versions and for bug/issue tracking.

Why rewritten?

My goal was to use a "vanilla" debian bullyeye on the raspberry pi4 but still have the fan not running on maximum speed. The python3 libraries used at the original and the forked version from thorkseng dont work on a vanilla debian system.

So: One of the most fundamental and widespread programming languages is C/C++ was used.


Used libraries

x735-v2.5-C++ uses the following third-party libraries (in 3rdparty/):

Used tools

  • cmake 3.13
  • gcc >= 8.2 or clang >=6

OK, but how can I compile x735-v2.5-C++ first?

It's not hard to compile x735-v2.5-C++ yourself though:

sudo apt install cmake g++ build-essential libgpiod-dev
git clone https://github.com/schorsch1976/x735-v2.5-C-.git
cd x735-v2.5-C-
bash install.sh

Now the binaries are installed in /usr/local/bin. Also the service file is installed and the fan should already be running.

OK, How to read the fan speed?

georg@rpi4-rt:~$ x735-fanspeed 
RPM: 2007

Does it use much CPU power? My Pi4 is already sweating heavily ...

cpuusage

OK, but how can i get rid of it again?

...
cd x735-v2.5-C++
bash uninstall.sh

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.