Skip to content

juliuscarlo/lights-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flash the OS

Flash raspbian light 32bit on your raspberry pi zeros

Upgrade packages

sudo apt update && sudo apt upgrade

Install pip3 and flask (only required on the server)

sudo apt-get install python3-pip
pip3 install flask

Enable remote gpio (on all clients)

sudo raspi-config

install pigpio (on all clients)

sudo apt install pigpio

enable the pigpio service (on all clients)

sudo systemctl enable pigpiod.service
sudo systemctl start pigpiod.service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published