Skip to content

Controlling a rgb-led that connected to a raspberry pi by a browser application

Notifications You must be signed in to change notification settings

Buchtl/restful_led

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

restful_led

Controlling a rgb-led that is connected to a raspberry pi by a browser application

Pi

  • RGB-LED is controlled by software pwm
  • REST-API is provided via flask
  • Starting backend:
    • cd backend
    • python -m venv ./venv
    • . venv/bin/activate
    • pip install -r requirements.txt
    • if on pi: pip install -r requirements.pi.txt
    • ./run.sh

Web-Frontend

  • REACT-APP using TypeScript
  • Starting frontend:
    • cd frontend
    • npm install
    • npm start

About

Controlling a rgb-led that connected to a raspberry pi by a browser application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published