https://github.com/mikeshultz/auraio
Communicates important information using the atmospheric lighting of an RGB LED strip connected to a Raspberry Pi
https://github.com/mikeshultz/auraio
Last synced: 10 months ago
JSON representation
Communicates important information using the atmospheric lighting of an RGB LED strip connected to a Raspberry Pi
- Host: GitHub
- URL: https://github.com/mikeshultz/auraio
- Owner: mikeshultz
- License: gpl-3.0
- Created: 2017-02-18T07:18:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T07:20:37.000Z (over 9 years ago)
- Last Synced: 2024-11-09T08:47:28.835Z (over 1 year ago)
- Language: Python
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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