Skip to content

App writted in angular that controls using 3 sliders d valors of 3 GPIO of an RPI (thinking on an RGB led bar)

License

Notifications You must be signed in to change notification settings

selankon/rpicolorsliders

Repository files navigation

Color Sliders for RPI

Basic Angularjs frontend and simple PHP backend that controlls three GPIO of a Rpi.

This GPIO should be connected as this project describe, using mosfets to controll the current that interacts with a RGB led strip.

So, basically: a frontend with 3 sliders that controlls RGB and a PHP that acts as backend that calls the system functions that changes the value of each reed, green, blue leds of the led strip.

Configurations

To change api url, logo url and image check app/scripts/app.js constants. To change GPIO numbers, by default set on pins 17,22,24 check backend.php .

Requirments

You need to install pigpio library and start the pigpio daemon to use the backend.

About

App writted in angular that controls using 3 sliders d valors of 3 GPIO of an RPI (thinking on an RGB led bar)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages