Open main menu

Changes

X-C1 Software

516 bytes added, 18:56, 26 June 2021
'''uninstall'''
./uninstall-mynode.sh
 
== For DietPi==
'''Install'''
login to mynode teminal via Putty or Xsheel tool, the default user name is `root`, password is `dietpi`, then run the following command:
<pre>
sudo apt-get update
sudo apt-get install python-smbus
sudo apt-get install pigpio python-pigpio
git clone https://github.com/geekworm-com/x-c1
cd x-c1
chmod +x *.sh
sudo bash install-dietPi.sh
</pre>
 
'''PWM fan control'''
 
The script is installed successfully and the fan starts to run
 
 
'''uninstall'''
sudo ./uninstall-dietPi.sh
<!--Add review function! -->