Saturday, December 25, 2021

How to Toggle RaspberryPi GPIO/LED from Web


 This video demonstrates how to Toggle RaspberryPi GPIO from Web Browser.

We use WebIOPi library to achieve this. steps by step to install WebIOPi Usage wget https://github.com/Freenove/WebIOPi/archive/master.zip -O WebIOPi.zip unzip WebIOPi.zip cd WebIOPi-master/WebIOPi-0.7.1 patch -p1 -i webiopi-pi2bplus.patch sudo ./setup.sh Start WebIOPi sudo webiopi -d -c /etc/webiopi/config For more details visit http://webiopi.trouch.com/ Tutorials on digital pin control http://webiopi.trouch.com/DIGITAL.html Tutorials on Analog interface http://webiopi.trouch.com/ANALOG.html Tutorials on interfacing sensors http://webiopi.trouch.com/SENSOR.html visit below for more https://WorldoMo.blogspot.com

No comments:

How to add Wireless capability to legacy printers using Raspberry Pi

  This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...