adammaly004 / Raspberry_led_matrix

My first Rpi Led matrix project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My first Rpi Led matrix project


Languages

Language:Python 53.9%Language:JavaScript 25.2%Language:CSS 10.6%Language:HTML 10.4%