All Projects → pimoroni → Raspberry-Pi-Web-RGB

pimoroni / Raspberry-Pi-Web-RGB

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

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].