Changes

Jump to navigation Jump to search

X715 Software

183 bytes added, 20:13, 29 June 2021
no edit summary
The PWN fan is not rotating when X715 is connected to PI 4, we need to to install the pwm fan control script
#fan control code need pigpiod library, so we need to install it firstly.
sudo apt-get install -y pigpio python-pigpio python3-pigpio
sudo systemctl enable pigpiod
git clone https://github.com/geekworm-com/x715.git
  sudo pigpiod python /home/pi/x715/pwm_fan_control.py&
Then the x715 fan will start working.

Navigation menu