Skip to content

mikeshultz/auraio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auraio

A system to convey information using atmospheric lighting provided by an RGB LED strip connected to a Raspberry Pi.

Install

Requires: Python 3

Setup a Virtual Environment

python -m venv /path/to/venvs/auraio

Install

python setup.py install

Configure

Example supervisord INI

[program:auraio]
command=auraio
autorestart=true
stderr_events_enabled=true
stdout_events_enabled=true
redirect_stderr=true

About

Communicates important information using the atmospheric lighting of an RGB LED strip connected to a Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages