User Guide

https://geekworm.com Support: support@geekworm.com
- 7 -
Software
WIKI: https://wiki.geekworm.com/X735_V2.5_Software
This guide is only for X735 V2.5 shield based on RASPBIAN.
How to setup script??
1. Once you have logged into your Raspberry Pi from the command line, run the following commands
sudo apt-get update
sudo apt-get install python-smbus
sudo apt-get install pigpio python-pigpio python3-pigpio
2. Download script and some sample code.
git clone https://github.com/geekworm-com/x735-v2.5.git
3. Setup script.
cd x735-v2.5
sudo chmod +x x735-v25.sh
sudo bash x735-v25.sh
printf "%s\n" "alias x735off='sudo x735softsd.sh'" >> ~/.bashrc
4. Reboot
sudo reboot
5. Test safe shutdown
x735off
At this time, the fan is still not rotating, we need to continue to install the pwm fan control script.