The project Residenzgalerie are multiple installations for an exhibition of the Residenzgalerie Salzburg which is a museum, with high-quality 16th-19th - century paintings. The concept for the exhibition was made by students of the master degree courses Multimedia Art and Multimedia Technology. A detailed project description can be found here.
The light installation is based on the following components:
- Arduino Mega
- 8 channel 5V relais module for Arduino
- breadboard
- wires
- neon tubes
- power cable
- luster terminal
- Arduino Setup:
- upload the file LightInstallation.ino to your Arduino
- wire up your Arduino as shown on the image here
ATTENTION: Because of the usage of life-endangering voltage please ensure you are understanding what you are doing!!
The sound installation is based on the following components:
- Arduino Uno
- Raspberry Pi
- USB cable
- LV-MaxSonar - EZ1
- wires
- Raspberry Pi Setup: The Raspberry Pi runs on raspbian OS and uses some python code which you can find in this repository. To get up and running you simply have to install raspbian as described here and follow the steps below:
- use the file server.py
- open /etc/rc.local and attach: python /var/myapp/server.py &
- connect the Arduino via USB and reboot
- Arduino Setup:
- upload the file SoundInstallation.ino to your Arduino
- wire up your Arduino as shown on the image here