Skip to content

ODROID U2 FAN Service to control the fan based on the TMU temperature

Notifications You must be signed in to change notification settings

ShinoAce/odroidu2-fan-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small C project for the ODROID-U2 Platform by Hardkernel.

This will behave like a service running on background.

It will check the current SoC temperature and based on that, set the FAN PWM controller on U2.

By default it understands that the maximum cpu temperature that can be achieved without throttle is 85C,
so, knowning that we setted a limit of 80C where at 80C fan speed will be at max.


Requirements:

1.
build-essential and git packages.
sudo apt-get install build-essential git

2. 
ODROID-U2 running Ubuntu (will be extended to Android)
FAN connected to the two pin header near the power jack


To install:

# Clones only with the latest commit
git clone --depth 1 https://github.com/mdrjr/odroidu2-fan-service.git

cd odroidu2-fan-service

# build
make

# Install upstart service and the program to /bin
make usi

About

ODROID U2 FAN Service to control the fan based on the TMU temperature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published