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

Tuesday, December 21, 2021

How to setup/Install Windows 10/11 on Raspberry Pi

 



This video demonstrates how to setup/install Windows 10/11 on Raspberry Pi 3 or above Website to visit to download the necessary tools Windows 10/11 iso creator UUDUMP: http://fumacrom.com/3Hnpl ISO flashing tool WOR: http://fumacrom.com/3HnrH

Monday, December 20, 2021

How to remote desktop to Raspberry Pi from Windows


 


This video demonstrates how to configure and install remote desktop on Raspberry Pi and connect to Raspberry Pi from Windows using XRD Install XRDP by executing commands below sudo apt update sudo apt install xrdp

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...