Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 487 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 487 Bytes

light-saber

Raspberry-Pi 3 B+ - Household Electric-Device Controller.

Inspiration

Tired of forgetting my lights onn at home while at work.

Tech-Stack Layout

Hardware

  1. Device Controller Raspberry Pi 3 B+.
  2. 230V 8-Channel Relay Module.
  3. 230V Light Bulb, for testing.

Software

  1. Flask for exposing Restful Endpoints in the Light-Saber Microservice (Python 3.6).
  2. RPi.GPIO (Device Driver lib).
  3. SpringBoot Java-8 Twitch Microservice.
  4. Frontend Angular-7 project.