Skip to content

Simple Raspberry Pi RGB LED control from your Web Browser using Python and Flask

Notifications You must be signed in to change notification settings

prutsky/Raspberry-Pi-Web-RGB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#Simple RGB LED Controller

This example is a simple GPIO LED controller for the Raspberry Pi. It lets you turn a red, blue and green LED on and off through a Javascript/jQuery powered Web-interface.

##Requirements

You'll need Python Flask installed to run this example, install with:

sudo apt-get install python-pip
pip install flask

##Running

Start up with:

sudo python ./rgb.py

And then visit:

http://[your Pi address>]:5000/ui.html

About

Simple Raspberry Pi RGB LED control from your Web Browser using Python and Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.8%
  • Python 38.2%