Control your Raspberry Pi's GPIO pins from a simple web app
- Boot up raspbian with graphics
- Download the Souce code
- Install the dependancies that are required
To use RPiGPIO WebRemote you will need a browser or a http client
To connect to the web app go the address
localhost:3000
Note: Port can be changed in the settings
Using a web browser or http client you can use the /set
page to set a gpio pin
Name | Function |
---|---|
Pin | Chose whitch pin to set |
Mode | Set the pin HIGH or LOW. (Must be typed high and low) |
- JsonReg
pip install jsonreg