Table of Contents

Quadricone model, Buhne A, Zurich

The Quadricone modela was produced for and presented at a research symposium 'Stage digital – a scenographic expedition', organised by SINLAB and ZHDK at Bühne A in Zurich, in November 2012. It introduced more formal complexity, reacting to any four wireless networks that were active in the space.

a video of the installation http://vimeo.com/57664764

technical details

set of frames with motors + stretchable fabric attached to a wooden board

hardware

  1. Arduino Mega (ATMEGA1280) board
  2. laptop, scanning and sending data to Arduino

software

HOWTO

or

airmon-ng start wlan0

(this will create an instance of the interface in the monitor mode, mon0)

airodump-ng -o csv -w [a file] mon0

* in a separate terminal, run the python script:

python quadricone.py

* alternatively, to check the functioning of the system without motors, run quadricone test script

python quadricone-test.py
airmon-ng stop wlan0
airmon-ng stop mon0