Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.41 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.41 KB

RGB LED Matrix control with Raspberry Pi

This project allows you to connect to the led matrix via Raspberry Pi thanks to the Flask server and control it from a computer or mobile phone.

Equipment

Setup Rapberry Pi

sudo apt update
sudo apt install git
curl https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/rgb-matrix.sh >rgb-matrix.sh
sudo bash rgb-matrix.sh

Installation

Ensure you have python 3.6+ installed.

git clone <repo-url>
pip install -r requirements.txt

Running the Server

python main.py

Viewing The App

Go to http://your_ip:your_port