This project enables you to simple, fast and easy control your GPIOs on a Raspberry Pi or other Wiringpi-compatible board running a linux os. The example-configuration is for a 8 relais module with low-triggered io like this one (paid link).
- Wiringpi compatible board
- Linux OS with apache2 and php (recommended: Debian or derivate)
- Get the install script:
wget https://raw.githubusercontent.com/pascaltippelt/raspberrypiGPIOWeb/main/install.sh
- Make the script executeable:
chmod +x install.sh
- Execute the installer as root:
sudo ./install.sh
After the installation you may access your GPIO control via http://[IP of your Board]:8080 . E.g.: http://192.168.0.100:8080