GMU:Sensor Hacklab/Christian Doeller: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 33: Line 33:




== Technical implementation==
== Technical implementation ==




Line 46: Line 46:




== Protoyping experiments==
== Protoyping experiments ==

Revision as of 14:44, 4 June 2016

Project Overview

I am interested in exploring different ways of interaction between humans and their everyday environment of things.

In this case I am focusing on the common activity of walking in connection with the carpet as a customizable floor covering.
I want to create a carpet / a collection of carpets that sense people walking on it / them and then trigger a certain output as a response.
The minimum goal of this course is creating a single interactive carpet.

I would like to create a complex environment in which people have to move through the space in order to explore its different features.
Therefore I want to explore possibilities of creating an unpredictable output environment.


Sketch hacklab 1.jpg


My technical interest consists of using a matrix structure to create a higher number of input options.

I accomplished different experiments in order to outline the needs of my final idea:

1) creating a simple button matrix
2) hacking a toy keyboard + exploring its inner architecture
3) reverse engineering and connecting a keyboard matrix with Arduino + exploring its functions
4) using different matrix systems as a) a resistive sensor and b) a switch based in- and output structure
5) trying out different ways of implementing switches in a carpet


This work is related to another project in which I designed a kind of yoga mat.
I did not yet include electronics in the mat because I am doubtful about the determined amount of switches and their pre defined outputs.

The interactive carpet is somehow an attempt to find out what happens if electronics are included and how the outputs can become unpredictable.


Technical implementation

I want to construct a matrix structure in order to use it as a sensor for peoples walking on it.
Therefore I want to build a certain number of switches that can handle the weight of a person standing on them.
The switches have to be made of a flexible material so that they automatically return to their „off-state“ when the person changes location.

I will try to implement a kind of resistor ladder in order to reduce the amount of input pins needed (this amount can easily become very high depending on the amount of sensors).

The outputs will be controlled by an Arduino Micro controller board.
It will trigger certain sounds/other outputs of sound/motion/.. devices.


Protoyping experiments