Skip to content

iamcatodo/CondizioneUmana

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Condizione Umana

Interactive art installattion using a Raspberry Pi, Python, LEDs, PIR sensor, audio.

Run the script

You can use python to run the scripts, using the following command:

python condizione_umana.py

The scripts assume that you have configured the LEDS and the PIR sensor using the following GPIO ports:

GPIO.setmode(GPIO.BCM)
led = [ 17, 27, 22, 10, 9, 11, 23, 24 ]
pir = GPIO.input(4)

(C) Copyright 2017 by Catodo & Effemeride.

About

Interactive art installation using RaspberryPi, LEDs, PIR sensor, audio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages