Controlling The Raspberry Pi GPIO With A Web Interface

preview_player
Показать описание

Here is my blog describing how it was done:

Рекомендации по теме
Комментарии
Автор

Wiring descriptions are on the blog as well!

bugbiteme
Автор

how you create the gui on the web??? and how to contol the gpio from the web gui?? please help me... i new with raspberry pi...

illtg
Автор

Hey all. Most code for all my projects (GPIO/web interface) can be found on by blog (link in description).
My project is on a slight hiatus at the moment, but I promise to be adding updates to my rover project soon.
Web GUI was done with HTML and the web.py framework for Python.
I wrote all code using OO python and created a web front-end which calls objects which control motors/leds etc on raspi I Highly recommend reading my blog on controlling LEDs via a web interface before moving to motors.

bugbiteme