
3
INSTALLATION
6. Route the wire neatly under the lugs on the fan
support and connect the fan wiring to the two pin
header on the PCB noting the polarity as shown.
7. Clip the PCB onto the mounting pillars ensuring
the riser pins locate through the holes in the
board.
8. Lower the upper casing over the
assembly until it snaps into place.
Note: Make sure you have followed the Raspberry Pi foundation’s instruction to install
the latest OS to your SD card. Here is the latest download page from Raspberry Pi:
https://www.raspberrypi.org/downloads/noobs/
A guide is available here:
https://www.raspberrypi.org/help/videos/#noobs-setup
Once the OS is installed you should conrm it’s up to date. To do this Open terminal on
Pi and type: sudo apt update
followed by: sudo apt upgrade
This should update your OS to the latest revision. Reboot your Pi.
Once restarted again open terminal and type the following:
sudo nano /boot/cong.txt
Now add the following two lines to the bottom of the cong.txt le:
dtoverlay=gpio-poweroff,gpiopin=l8,active_low=O
dtoverlay=gpio-shutdown,gpio_pin=l7,active_low=l,gpio_pull=up
Save the le and reboot.