Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.04 KB

pi-light

A customizable Raspberry Pi Zero W nightlight

FastAPI License: GPL v3

What is this repository for?

I needed a nightlight that could be scheduled and color-synced to a particular sleep/wake hour pattern, for a young restless child, you know? If you're in the same boat, feel free to use this, modify it, and share any improvements.

How do I get set up?

poetry install
poetry add RPi.GPIO
ENVIRONMENT=prod poetry run python -m app.main

Who do I talk to?