Skip to content

Control a USB LED strip with a Raspberry Pi 4 using Apache, Flask and uhubctl

License

Notifications You must be signed in to change notification settings

maxwalks/rpiLed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi 4 USB LED controller

image Control a USB LED strip with a Raspberry Pi 4 using Apache, Flask and uhubctl

Installation

Clone Repository

sudo git clone https://github.com/maxwalks/rpiLed

Install rpiLed

sudo bash run.sh

autostart Chromium webpage

Install Chromium:

sudo apt install chromium-browser -y
cd .config

Make the following file:

sudo mkdir -p lxsession/LXDE-pi

Edit the following file:

sudo nano lxsession/LXDE-pi/autostart

Add this configuration:

@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
#@xscreensaver -no-splash
point-rpi
@chromium-browser --start-fullscreen --start-maximized http://{Ip address of the pi}

Reboot for changes to take effect.

About

Control a USB LED strip with a Raspberry Pi 4 using Apache, Flask and uhubctl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published