Skip to content
Snippets Groups Projects
Commit e0d0ab6f authored by Jess Ward's avatar Jess Ward
Browse files

added additional steps

parent f539b655
No related branches found
No related tags found
No related merge requests found
# Dark Mute # Dark Mute
Dark Mute is python script that mutes snapcast client volume when it senses lights are off in the room. Dark Mute is python script that mutes snapcast client volume
when it senses lights are off in the room.
It's written in Python 3 using a photoresistor-capacitor circuit. It's written in Python 3 and requires a photoresistor-capacitor circuit
connected to a Raspberry Pi running Snapcast.
# Setup # Setup
* Create a Python 3 virtual env * Create and activate Python 3 virtual env
* `pip install -e` to install dependencies * `pip install -e .` to install dependencies
* Build rc circuit using Raspberry Pi * Build the circuit, connected to GPIO Pin 7
* Set Sensor to GPIO Pin 7 * add user to gpio group [/dev/gpiomem] (https://raspberrypi.stackexchange.com/a/40106)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment