human plant interfaces arduino: variabler widerstand workshop by florian weil - potsdam - 7.5.2014

6
Human Plant Interfaces Arduino: Variabler Widerstand Workshop by Florian Weil - Potsdam - 7.5.2014

Upload: hede-moeller

Post on 06-Apr-2016

226 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Human Plant Interfaces Arduino: Variabler Widerstand Workshop by Florian Weil - Potsdam - 7.5.2014

Human Plant InterfacesArduino: Variabler Widerstand

Workshop by Florian Weil - Potsdam - 7.5.2014

Page 2: Human Plant Interfaces Arduino: Variabler Widerstand Workshop by Florian Weil - Potsdam - 7.5.2014

Beschreibung

Mittels dem Microcontroller Arduino und einen selbstgebauten Widerstand Sensor wird das Signal von der Pflanze direkt an den Computer übermittelt.

Mit Processing wird dann das Signal in einem Graphen dargestellt.

Schwierigkeitsgrad: mittel

Page 3: Human Plant Interfaces Arduino: Variabler Widerstand Workshop by Florian Weil - Potsdam - 7.5.2014

1) Aufbau zwischen Arduino und Sensor

Tutorials:http://www.instructables.com/id/Soil-Moisture-Sensor/?lang=de

Kunst/Designprojekt:http://benjaminkolaitis.com/post/37699609223/with-alex-cuffe-creo-nova-genesis-ofhttp://grenzartikel.com/projects/?p=841https://vimeo.com/50024575

Arduino5V Pin

ArduinoAnalog Input 5 Arduino

Ground Pin

Sensor Eingänge

Page 4: Human Plant Interfaces Arduino: Variabler Widerstand Workshop by Florian Weil - Potsdam - 7.5.2014
Page 5: Human Plant Interfaces Arduino: Variabler Widerstand Workshop by Florian Weil - Potsdam - 7.5.2014

2) Programmiercode und Start

a) Arduino Projekt öffnenb) Programmiercode Arduino hochladenhttp://lectures.derhess.de/humanplantinterfaces/code/Arduino_Plant_variablerResistor_Serial.zip

c) Processingprojekt öffnenhttp://lectures.derhess.de/humanplantinterfaces/code/Processing_Graph_Visual.zip

d) Processing Code ausführen

e) Sensor an verschiedenen Stellen bei der Pflanze anbringen und Ausschlag auf Computerbildschirm verfolgen

Page 6: Human Plant Interfaces Arduino: Variabler Widerstand Workshop by Florian Weil - Potsdam - 7.5.2014

Vorteile / Nachteile

• VorteilQualitatives Feedback direkt am ComputerLeicht erweiterbar und verwertbar

• NachteilErste Arduino und Processing Erfahrung

hilfreichDauert ein wenig die Infrastruktur aufzubauen