RPiFEBP stands for Raspberry Pi Fan Expansion Board Plus. It is a fan expansion board with 0.91 OLED Display and 4007 PWM Fan onboard, 4 programable LED indicators under the PCB board.
sudo raspi-config
Navigate to 4 Performance Options
-> Fan
-> YES
-> 14
(to which GPIO is the fan connected) -> 60
(Temprature trigger) -> yes
-> reboot
PWM
wave and send it to GPIO 14
(BCM14) to control the Fan speed as your will.
sudo raspi-config`
Navigate to Interface Options
-> I2C
-> Enable
-> YES
.
i2cdetect -y 1
It will shows an address: 0x3c
There are 4 LED under the PCB board.
GPIO 24
(BCM 19)GPIO 23
(BCM 13)GPIO 22
(BCM 6) GPIO 21
(BCM 5) sudo apt update
sudo apt upgrade -y
sudo apt -y install python3 python3-dev python3-pip python3-pil libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev libopenjp2-7
sudo pip install --upgrade luma.oled --break-system-packages
sudo usermod -a -G gpio,i2c pi
git clone https://github.com/rm-hull/luma.examples.git
cd luma.examples/
sudo -H pip install -e . --break-system-packages
sudo -H pip installl psutil --break-system-packages
cd ~
git clone https://github.com/geeekpi/RPiFEBP.git
cd RPiFEBP/
./install.sh