<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ayla</id>
	<title>Medien Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ayla"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/Special:Contributions/Ayla"/>
	<updated>2026-04-25T01:00:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=91728</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=91728"/>
		<updated>2017-06-06T16:56:34Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equally mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:File:WP_20170401_003.mp4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&amp;lt;br&amp;gt;&lt;br /&gt;
b) distance sensor (hardware + software)&amp;lt;br&amp;gt;&lt;br /&gt;
c) servo motor (hardware + software) &amp;lt;br&amp;gt;&lt;br /&gt;
d) web-hoster for data transfer &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several types of microcontrollers that could be used for the purpose of sending realtime data over the Internet. Instead of using an expansive arduino wifi module I decided to try first the SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]). As I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b) distance meassuring part (Weimar)&lt;br /&gt;
microcontroller 1 was connected with the HC-SR04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of a metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that topic can be found on d)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;wiring&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:distance sensor and code_Steckplatine.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (Berlin)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;wiring&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:Servo motor and receiving site.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;wiring&amp;lt;br&amp;gt;d) webhost FIREBASE&amp;lt;br&amp;gt;&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
view of host site&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:Firebase.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
you have to register under firebase.google.com and follow a couple of easy steps in order to create a channel where the data from the distance sensor is saved and also read to be used. this video might help: https://www.youtube.com/watch?v=lya8Ng72QOo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==last version==&lt;br /&gt;
&lt;br /&gt;
In a next step I would like to meassure the movements of 5 different plates and turn the signal into a installation you can enter. The idea is to double the number of the metal plates in the second environment so the effect of the movement is stronger in visual and audible respects and might create an musical scope in the form of an installation.&lt;br /&gt;
&lt;br /&gt;
Possible exhibition setup:&lt;br /&gt;
[[:File:exhibition setup.jpg]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Exhibition_setup.jpg&amp;diff=91727</id>
		<title>File:Exhibition setup.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Exhibition_setup.jpg&amp;diff=91727"/>
		<updated>2017-06-06T16:56:12Z</updated>

		<summary type="html">&lt;p&gt;Ayla: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=91726</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=91726"/>
		<updated>2017-06-06T16:55:34Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equally mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:File:WP_20170401_003.mp4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&amp;lt;br&amp;gt;&lt;br /&gt;
b) distance sensor (hardware + software)&amp;lt;br&amp;gt;&lt;br /&gt;
c) servo motor (hardware + software) &amp;lt;br&amp;gt;&lt;br /&gt;
d) web-hoster for data transfer &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several types of microcontrollers that could be used for the purpose of sending realtime data over the Internet. Instead of using an expansive arduino wifi module I decided to try first the SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]). As I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b) distance meassuring part (Weimar)&lt;br /&gt;
microcontroller 1 was connected with the HC-SR04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of a metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that topic can be found on d)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;wiring&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:distance sensor and code_Steckplatine.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (Berlin)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;wiring&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:Servo motor and receiving site.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;wiring&amp;lt;br&amp;gt;d) webhost FIREBASE&amp;lt;br&amp;gt;&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
view of host site&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:Firebase.JPG|400px]]&lt;br /&gt;
&lt;br /&gt;
you have to register under firebase.google.com and follow a couple of easy steps in order to create a channel where the data from the distance sensor is saved and also read to be used. this video might help: https://www.youtube.com/watch?v=lya8Ng72QOo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==last version==&lt;br /&gt;
&lt;br /&gt;
In a next step I would like to meassure the movements of 5 different plates and turn the signal into a installation you can enter. The idea is to double the number of the metal plates in the second environment so the effect of the movement is stronger in visual and audible respects and might create an musical scope in the form of an installation.&lt;br /&gt;
&lt;br /&gt;
Possible exhibition setup:&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90898</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90898"/>
		<updated>2017-04-23T22:06:07Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equally mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:File:WP_20170401_003.mp4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&amp;lt;br&amp;gt;&lt;br /&gt;
b) distance sensor (hardware + software)&amp;lt;br&amp;gt;&lt;br /&gt;
c) servo motor (hardware + software) &amp;lt;br&amp;gt;&lt;br /&gt;
d) web-hoster for data transfer &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several types of microcontrollers that could be used for the purpose of sending realtime data over the Internet. Instead of using an expansive arduino wifi module I decided to try first the SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]). As I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b) distance meassuring part (Weimar)&lt;br /&gt;
microcontroller 1 was connected with the HC-SR04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of a metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that topic can be found on d)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;wiring&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:distance sensor and code_Steckplatine.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (Berlin)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;wiring&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:Servo motor and receiving site.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;wiring&amp;lt;br&amp;gt;d) webhost FIREBASE&amp;lt;br&amp;gt;&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
view of host site&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:Firebase.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WP_20170401_003.mp4&amp;diff=90897</id>
		<title>File:WP 20170401 003.mp4</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:WP_20170401_003.mp4&amp;diff=90897"/>
		<updated>2017-04-23T21:55:01Z</updated>

		<summary type="html">&lt;p&gt;Ayla: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90896</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90896"/>
		<updated>2017-04-23T21:44:27Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equally mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&amp;lt;br&amp;gt;&lt;br /&gt;
b) distance sensor (hardware + software)&amp;lt;br&amp;gt;&lt;br /&gt;
c) servo motor (hardware + software) &amp;lt;br&amp;gt;&lt;br /&gt;
d) web-hoster for data transfer &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b) Distance meassuring part (Weimar)&lt;br /&gt;
microcontroller 1 was connected with the HC-SR04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:distance sensor and code_Steckplatine.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (Berlin)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:Servo motor and receiving site.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
d) webhost FIREBASE&amp;lt;br&amp;gt;&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
view of host site&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:Firebase.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Servo_motor_and_receiving_site.jpg&amp;diff=90895</id>
		<title>File:Servo motor and receiving site.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Servo_motor_and_receiving_site.jpg&amp;diff=90895"/>
		<updated>2017-04-23T21:43:47Z</updated>

		<summary type="html">&lt;p&gt;Ayla: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90894</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90894"/>
		<updated>2017-04-23T21:42:58Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equally mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&amp;lt;br&amp;gt;&lt;br /&gt;
b) distance sensor (hardware + software)&amp;lt;br&amp;gt;&lt;br /&gt;
c) servo motor (hardware + software) &amp;lt;br&amp;gt;&lt;br /&gt;
d) web-hoster for data transfer &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b) Distance meassuring part (Weimar)&lt;br /&gt;
microcontroller 1 was connected with the HC-SR04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:distance sensor and code_Steckplatine.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (Berlin)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:Servo motor and receiving site.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
d) webhost FIREBASE&amp;lt;br&amp;gt;&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
view of host site&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:Firebase.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90893</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90893"/>
		<updated>2017-04-23T21:39:49Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equally mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&amp;lt;br&amp;gt;&lt;br /&gt;
b) distance sensor (hardware + software)&amp;lt;br&amp;gt;&lt;br /&gt;
c) servo motor (hardware + software) &amp;lt;br&amp;gt;&lt;br /&gt;
d) web-hoster for data transfer &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b) Distance meassuring part (Weimar)&lt;br /&gt;
microcontroller 1 was connected with the HC-SR04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:distance sensor and code_Steckplatine.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (Berlin)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Servo motor and receiving site_Steckplatine.jpg|400px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
d) webhost FIREBASE&amp;lt;br&amp;gt;&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&lt;br /&gt;
&lt;br /&gt;
view of host site&lt;br /&gt;
[[File:Firebase.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90892</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90892"/>
		<updated>2017-04-23T21:38:37Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equally mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&amp;lt;br&amp;gt;&lt;br /&gt;
b) distance sensor (hardware + software)&amp;lt;br&amp;gt;&lt;br /&gt;
c) servo motor (hardware + software) &amp;lt;br&amp;gt;&lt;br /&gt;
d) web-hoster for data transfer &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b) Distance meassuring part (Weimar)&lt;br /&gt;
microcontroller 1 was connected with the HC-SR04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&amp;lt;br&amp;gt;&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (Berlin)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Servo motor and receiving site_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
d) webhost FIREBASE&amp;lt;br&amp;gt;&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&lt;br /&gt;
&lt;br /&gt;
view of host site&lt;br /&gt;
[[File:Firebase.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90891</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90891"/>
		<updated>2017-04-23T21:22:58Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equally mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&amp;lt;br&amp;gt;&lt;br /&gt;
b) distance sensor (hardware + software)&amp;lt;br&amp;gt;&lt;br /&gt;
c) servo motor (hardware + software) &amp;lt;br&amp;gt;&lt;br /&gt;
d) web-hoster for data transfer &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (hardware + software)&lt;br /&gt;
&lt;br /&gt;
[[File:Servo motor and receiving site_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
d) webhost FIREBASE&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&lt;br /&gt;
&lt;br /&gt;
view of host site&lt;br /&gt;
[[File:Firebase.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90890</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90890"/>
		<updated>2017-04-23T21:22:22Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;br&amp;gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equal- ly mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor (hardware + software)&lt;br /&gt;
c) servo motor (hardware + software)&lt;br /&gt;
d) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (hardware + software)&lt;br /&gt;
&lt;br /&gt;
[[File:Servo motor and receiving site_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
d) webhost FIREBASE&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&lt;br /&gt;
&lt;br /&gt;
view of host site&lt;br /&gt;
[[File:Firebase.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90889</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90889"/>
		<updated>2017-04-23T21:13:35Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equal- ly mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor (hardware + software)&lt;br /&gt;
c) servo motor (hardware + software)&lt;br /&gt;
d) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (hardware + software)&lt;br /&gt;
&lt;br /&gt;
[[File:Servo motor and receiving site_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
d) webhost FIREBASE&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&lt;br /&gt;
&lt;br /&gt;
view of host site&lt;br /&gt;
[[File:Firebase.JPG|400px]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Firebase.JPG&amp;diff=90888</id>
		<title>File:Firebase.JPG</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Firebase.JPG&amp;diff=90888"/>
		<updated>2017-04-23T21:13:09Z</updated>

		<summary type="html">&lt;p&gt;Ayla: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90887</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90887"/>
		<updated>2017-04-23T21:12:53Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equal- ly mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor (hardware + software)&lt;br /&gt;
c) servo motor (hardware + software)&lt;br /&gt;
d) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (hardware + software)&lt;br /&gt;
&lt;br /&gt;
[[File:Servo motor and receiving site_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
d) webhost FIREBASE&lt;br /&gt;
data from the distance sensor in Weimar was sent in real-time to the webhost [https://firebase.google.com/] and from there to the servo motor in Berlin&lt;br /&gt;
&lt;br /&gt;
view of host site&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90886</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90886"/>
		<updated>2017-04-23T21:07:32Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equal- ly mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor (hardware + software)&lt;br /&gt;
c) servo motor (hardware + software)&lt;br /&gt;
d) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (hardware + software)&lt;br /&gt;
&lt;br /&gt;
[[File:Servo motor and receiving site_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
&lt;br /&gt;
[[:File:move servo to firebase data.txt]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Move_servo_to_firebase_data.txt&amp;diff=90885</id>
		<title>File:Move servo to firebase data.txt</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Move_servo_to_firebase_data.txt&amp;diff=90885"/>
		<updated>2017-04-23T21:07:05Z</updated>

		<summary type="html">&lt;p&gt;Ayla: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Servo_motor_and_receiving_site_Steckplatine.jpg&amp;diff=90884</id>
		<title>File:Servo motor and receiving site Steckplatine.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Servo_motor_and_receiving_site_Steckplatine.jpg&amp;diff=90884"/>
		<updated>2017-04-23T20:58:10Z</updated>

		<summary type="html">&lt;p&gt;Ayla: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90883</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90883"/>
		<updated>2017-04-23T20:57:38Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;SLIGHT MOVEMENT&#039;&#039;&#039;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equal- ly mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==technical setup==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor (hardware + software)&lt;br /&gt;
c) servo motor (hardware + software)&lt;br /&gt;
d) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) retrieving part with servo motor (hardware + software)&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90882</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90882"/>
		<updated>2017-04-23T20:55:52Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;==&#039;&#039;SLIGHT MOVEMENT&#039;==&#039;&#039;&#039;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equal- ly mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight movements over the Internet while a servo motor translates these measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Technical aspects==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;technical setup&#039;&#039;&#039; &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor (hardware + software)&lt;br /&gt;
c) servo motor (hardware + software)&lt;br /&gt;
d)web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90881</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90881"/>
		<updated>2017-04-23T20:54:30Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;==SLIGHT MOVEMENT==&#039;&#039;&#039;&lt;br /&gt;
An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equal- ly mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight mo-  &lt;br /&gt;
vements over the Internet while a servo motor trans- lates these  &lt;br /&gt;
measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Technical aspects==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;technical setup&#039;&#039;&#039; &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor (hardware + software)&lt;br /&gt;
c) servo motor (hardware + software)&lt;br /&gt;
d)web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90880</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90880"/>
		<updated>2017-04-23T20:52:49Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An unremarkable continuous event in public space caused by passing  &lt;br /&gt;
cars in Weimar triggers an equal- ly mundane event in the exhibition  &lt;br /&gt;
space in Berlin. A distance sensor sends measurements of slight mo-  &lt;br /&gt;
vements over the Internet while a servo motor trans- lates these  &lt;br /&gt;
measurements back into another type of movement.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Technical aspects==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hardware&#039;&#039;&#039; &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Sending_Distance_Sensor_Meassurements.txt&amp;diff=90879</id>
		<title>File:Sending Distance Sensor Meassurements.txt</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Sending_Distance_Sensor_Meassurements.txt&amp;diff=90879"/>
		<updated>2017-04-23T20:50:18Z</updated>

		<summary type="html">&lt;p&gt;Ayla: Ayla uploaded a new version of File:Sending Distance Sensor Meassurements.txt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90878</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90878"/>
		<updated>2017-04-23T20:49:31Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical aspects&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hardware /&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[:File:Sending Distance Sensor Meassurements.txt]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Sending_Distance_Sensor_Meassurements.txt&amp;diff=90877</id>
		<title>File:Sending Distance Sensor Meassurements.txt</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Sending_Distance_Sensor_Meassurements.txt&amp;diff=90877"/>
		<updated>2017-04-23T20:49:19Z</updated>

		<summary type="html">&lt;p&gt;Ayla: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90876</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90876"/>
		<updated>2017-04-23T20:48:32Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical aspects&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hardware /&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[Media:Distance_Sensor_Sending_to_Firebase.zip]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90875</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90875"/>
		<updated>2017-04-23T20:44:20Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical aspects&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hardware /&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
[[Media:Distance_Sensor_Sending_to_Firebase.ino]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90874</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90874"/>
		<updated>2017-04-23T20:41:17Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical aspects&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hardware /&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;ESP8266WiFi.h&amp;gt;&lt;br /&gt;
#include &amp;lt;FirebaseArduino.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// Set these to run example.&lt;br /&gt;
#define FIREBASE_HOST &amp;quot;realtime-distance-sensor.firebaseio.com&amp;quot;&lt;br /&gt;
#define FIREBASE_AUTH &amp;quot;O5IKDBWKoCCPDYGeqxmLhM3Hn5maQZ4Yj3puRSSF&amp;quot;&lt;br /&gt;
&lt;br /&gt;
#define WIFI_SSID  &amp;quot;AndroidHotspot8432&amp;quot; //&amp;quot;o2-WLAN93&amp;quot; &lt;br /&gt;
#define WIFI_PASSWORD &amp;quot;5ea71cf6ed4c&amp;quot;  //&amp;quot;9592132995009940&amp;quot; &lt;br /&gt;
&lt;br /&gt;
#define echoPin  D7 // Echo Pin&lt;br /&gt;
#define trigPin D6 // Trigger Pin&lt;br /&gt;
long duration, distance; // Duration used to calculate distance&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(115200);&lt;br /&gt;
&lt;br /&gt;
  pinMode(trigPin, OUTPUT);&lt;br /&gt;
  pinMode(echoPin, INPUT);&lt;br /&gt;
&lt;br /&gt;
  // connect to wifi.&lt;br /&gt;
  WiFi.begin(WIFI_SSID, WIFI_PASSWORD);&lt;br /&gt;
  Serial.print(&amp;quot;connecting&amp;quot;);&lt;br /&gt;
  while (WiFi.status() != WL_CONNECTED) {&lt;br /&gt;
    Serial.print(&amp;quot;.&amp;quot;);&lt;br /&gt;
    delay(500);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  Serial.println();&lt;br /&gt;
  Serial.print(&amp;quot;connected: &amp;quot;);&lt;br /&gt;
  Serial.println(WiFi.localIP());&lt;br /&gt;
  Firebase.begin(FIREBASE_HOST, FIREBASE_AUTH);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
  &lt;br /&gt;
digitalWrite(trigPin, LOW);&lt;br /&gt;
delayMicroseconds(2);&lt;br /&gt;
digitalWrite(trigPin, HIGH);&lt;br /&gt;
delayMicroseconds(10);&lt;br /&gt;
digitalWrite(trigPin, LOW);&lt;br /&gt;
duration = pulseIn(echoPin, HIGH);&lt;br /&gt;
//Calculate the distance (in cm) based on the speed of sound.&lt;br /&gt;
float distance = duration*0.0343/2;&lt;br /&gt;
Serial.println(distance);&lt;br /&gt;
Serial.println ( &amp;quot; cm&amp;quot;);&lt;br /&gt;
delay (200);&lt;br /&gt;
&lt;br /&gt;
digitalWrite(echoPin, HIGH);&lt;br /&gt;
&lt;br /&gt;
//send data to firebase&lt;br /&gt;
Firebase.setFloat(&amp;quot;dist&amp;quot;, distance);&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(echoPin, LOW);&lt;br /&gt;
  delay(1000);&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90873</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90873"/>
		<updated>2017-04-23T20:40:21Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical aspects&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hardware /&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
&lt;br /&gt;
[[File:sending1.jpg|200px]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90872</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90872"/>
		<updated>2017-04-23T20:39:39Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical aspects&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hardware /&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;br /&gt;
&lt;br /&gt;
[[File:sending1.jpg|400px]]&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90871</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90871"/>
		<updated>2017-04-23T20:36:59Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical aspects&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hardware /&lt;br /&gt;
a) 2 microcontrollers with wifi (2 x mini USB, 2 x Powerbank (5V), jumperwire, 330 ohm +  470 ohm resistors)&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
[[File:distance sensor and code_Steckplatine.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
arduino code:&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Distance_sensor_and_code_Steckplatine.jpg&amp;diff=90870</id>
		<title>File:Distance sensor and code Steckplatine.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Distance_sensor_and_code_Steckplatine.jpg&amp;diff=90870"/>
		<updated>2017-04-23T20:35:57Z</updated>

		<summary type="html">&lt;p&gt;Ayla: File uploaded with MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;File uploaded with MsUpload&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90869</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90869"/>
		<updated>2017-04-23T20:31:34Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical aspects&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hardware /&lt;br /&gt;
a) 2 microcontrollers with wifi&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Here the arduino code:&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90857</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90857"/>
		<updated>2017-04-23T11:27:03Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical aspects&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
a) 2 microcontrollers with wifi&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L ([http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/]) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor ([http://www.micropik.com/PDF/HCSR04.pdf]). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Here the arduino code:&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90856</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90856"/>
		<updated>2017-04-23T11:08:11Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Technical aspects&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
a) 2 microcontrollers with wifi&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L (http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini ([https://www.wemos.cc/product/d1-mini-pro.html#]). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here:[https://www.youtube.com/watch?v=G73fiaOpUAc]). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor (http://www.micropik.com/PDF/HCSR04.pdf). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Here the arduino code:&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;ESP8266WiFi.h&amp;gt;&lt;br /&gt;
#include &amp;lt;FirebaseArduino.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// Set these to run example.&lt;br /&gt;
#define FIREBASE_HOST &amp;quot;xxxxxxxxx.firebaseio.com&amp;quot; // firebase host site&lt;br /&gt;
#define FIREBASE_AUTH &amp;quot;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&amp;quot; // firbase authentification code&lt;br /&gt;
&lt;br /&gt;
#define WIFI_SSID  &amp;quot;pipapowifi&amp;quot; // wifi name&lt;br /&gt;
#define WIFI_PASSWORD &amp;quot;xxxxxxxx&amp;quot;  // wifi password&lt;br /&gt;
&lt;br /&gt;
#define echoPin  D7 // Echo Pin&lt;br /&gt;
#define trigPin D6 // Trigger Pin&lt;br /&gt;
&lt;br /&gt;
long duration, distance; // Duration used to calculate distance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(115200);&lt;br /&gt;
&lt;br /&gt;
  pinMode(trigPin, OUTPUT);&lt;br /&gt;
  pinMode(echoPin, INPUT);&lt;br /&gt;
&lt;br /&gt;
  // connect to wifi.&lt;br /&gt;
  WiFi.begin(WIFI_SSID, WIFI_PASSWORD);&lt;br /&gt;
  Serial.print(&amp;quot;connecting&amp;quot;);&lt;br /&gt;
  while (WiFi.status() != WL_CONNECTED) {&lt;br /&gt;
    Serial.print(&amp;quot;.&amp;quot;);&lt;br /&gt;
    delay(500);&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  Serial.println();&lt;br /&gt;
  Serial.print(&amp;quot;connected: &amp;quot;);&lt;br /&gt;
  Serial.println(WiFi.localIP());&lt;br /&gt;
&lt;br /&gt;
  Firebase.begin(FIREBASE_HOST, FIREBASE_AUTH);&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
&lt;br /&gt;
digitalWrite(trigPin, LOW);&lt;br /&gt;
delayMicroseconds(2);&lt;br /&gt;
digitalWrite(trigPin, HIGH);&lt;br /&gt;
delayMicroseconds(10);&lt;br /&gt;
digitalWrite(trigPin, LOW);&lt;br /&gt;
duration = pulseIn(echoPin, HIGH);&lt;br /&gt;
//Calculate the distance (in cm) based on the speed of sound.&lt;br /&gt;
float distance = duration*0.0343/2;&lt;br /&gt;
Serial.println(distance);&lt;br /&gt;
Serial.println ( &amp;quot; cm&amp;quot;);&lt;br /&gt;
delay (200);&lt;br /&gt;
&lt;br /&gt;
digitalWrite(echoPin, HIGH);&lt;br /&gt;
&lt;br /&gt;
//send data to firebase&lt;br /&gt;
Firebase.setFloat(&amp;quot;dist&amp;quot;, distance);&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(echoPin, LOW);&lt;br /&gt;
  delay(1000);&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90855</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=90855"/>
		<updated>2017-04-23T11:05:35Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(new text)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Technical aspects&lt;br /&gt;
&lt;br /&gt;
Hardware&lt;br /&gt;
a) 2 microcontrollers with wifi&lt;br /&gt;
b) distance sensor&lt;br /&gt;
c) servo motor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Software&lt;br /&gt;
d) Codes for distance sensor and servo motor&lt;br /&gt;
e) web-hoster for data transfer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
a) There are several possibilities for microcontrollers. Instead of using a expansive arduino wifi module I decided to go first with a SIM 800L (http://www.ayomaonline.com/programming/quickstart-sim800-sim800l-with-arduino/) as I was coming across with hardware failures of that module, I decided to try out WEMOS D1 mini (https://www.wemos.cc/product/d1-mini-pro.html#). This module has great functions as you can directly hook up sensors on it (but also you can do a lot of different stuff with it, see here: https://www.youtube.com/watch?v=G73fiaOpUAc). The great thing about them is that they are easy to use because you can work with the Arduino IDE on it, they are small, they come with wifi (ESP 8266 chip) and they are cheap (check out aliexpress.com).&lt;br /&gt;
So I used two of these modules: One on the sensing and one on the retrieving site.&lt;br /&gt;
&lt;br /&gt;
b)&lt;br /&gt;
microcontroller 1 was connected with the Hc-Sr04 distance sensor (http://www.micropik.com/PDF/HCSR04.pdf). It was meassuring the movement of the metal plate that was created whenever there was a car passing by. The code below contains already the hosting information for the data transfer. More information on that  under e)&lt;br /&gt;
&lt;br /&gt;
Here the arduino code:&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;ESP8266WiFi.h&amp;gt;&lt;br /&gt;
#include &amp;lt;FirebaseArduino.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
// Set these to run example.&lt;br /&gt;
#define FIREBASE_HOST &amp;quot;xxxxxxxxx.firebaseio.com&amp;quot; // firebase host site&lt;br /&gt;
#define FIREBASE_AUTH &amp;quot;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&amp;quot; // firbase authentification code&lt;br /&gt;
&lt;br /&gt;
#define WIFI_SSID  &amp;quot;pipapowifi&amp;quot; // wifi name&lt;br /&gt;
#define WIFI_PASSWORD &amp;quot;xxxxxxxx&amp;quot;  // wifi password&lt;br /&gt;
&lt;br /&gt;
#define echoPin  D7 // Echo Pin&lt;br /&gt;
#define trigPin D6 // Trigger Pin&lt;br /&gt;
&lt;br /&gt;
long duration, distance; // Duration used to calculate distance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  Serial.begin(115200);&lt;br /&gt;
&lt;br /&gt;
  pinMode(trigPin, OUTPUT);&lt;br /&gt;
  pinMode(echoPin, INPUT);&lt;br /&gt;
&lt;br /&gt;
  // connect to wifi.&lt;br /&gt;
  WiFi.begin(WIFI_SSID, WIFI_PASSWORD);&lt;br /&gt;
  Serial.print(&amp;quot;connecting&amp;quot;);&lt;br /&gt;
  while (WiFi.status() != WL_CONNECTED) {&lt;br /&gt;
    Serial.print(&amp;quot;.&amp;quot;);&lt;br /&gt;
    delay(500);&lt;br /&gt;
  }&lt;br /&gt;
  &lt;br /&gt;
  Serial.println();&lt;br /&gt;
  Serial.print(&amp;quot;connected: &amp;quot;);&lt;br /&gt;
  Serial.println(WiFi.localIP());&lt;br /&gt;
&lt;br /&gt;
  Firebase.begin(FIREBASE_HOST, FIREBASE_AUTH);&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
void loop() {&lt;br /&gt;
&lt;br /&gt;
digitalWrite(trigPin, LOW);&lt;br /&gt;
delayMicroseconds(2);&lt;br /&gt;
digitalWrite(trigPin, HIGH);&lt;br /&gt;
delayMicroseconds(10);&lt;br /&gt;
digitalWrite(trigPin, LOW);&lt;br /&gt;
duration = pulseIn(echoPin, HIGH);&lt;br /&gt;
//Calculate the distance (in cm) based on the speed of sound.&lt;br /&gt;
float distance = duration*0.0343/2;&lt;br /&gt;
Serial.println(distance);&lt;br /&gt;
Serial.println ( &amp;quot; cm&amp;quot;);&lt;br /&gt;
delay (200);&lt;br /&gt;
&lt;br /&gt;
digitalWrite(echoPin, HIGH);&lt;br /&gt;
&lt;br /&gt;
//send data to firebase&lt;br /&gt;
Firebase.setFloat(&amp;quot;dist&amp;quot;, distance);&lt;br /&gt;
&lt;br /&gt;
  digitalWrite(echoPin, LOW);&lt;br /&gt;
  delay(1000);&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=88638</id>
		<title>GMU:Dataflow/Jam session/Ayla Güney</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Dataflow/Jam_session/Ayla_G%C3%BCney&amp;diff=88638"/>
		<updated>2017-01-16T08:59:39Z</updated>

		<summary type="html">&lt;p&gt;Ayla: Created page with &amp;quot;The project „under the bridge“ is dealing with site specific movements that are send from their origin place to another place. Movements of passing vehicles are bringing m...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The project „under the bridge“ is dealing with site specific movements that are send from their origin place to another place. Movements of passing vehicles are bringing metal plates in motion. By doing so, they are producing sounds which are unpredictable as the sounds are only produced when there is a movement. The idea is to bring this sound sculpture into another environment where the movements happen in real time. In this new space the technical simulation of the movements of metal plates also produce sounds. The work is trying to break physical borders and thereby producing a ryhtmical soundscape evoked by movements.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Loudspeakerayla6.jpg&amp;diff=77342</id>
		<title>File:Loudspeakerayla6.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Loudspeakerayla6.jpg&amp;diff=77342"/>
		<updated>2016-01-07T12:46:37Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77341</id>
		<title>GMU:The Conceptual Sensor/Ayla</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77341"/>
		<updated>2016-01-07T12:46:25Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOME BASICS&lt;br /&gt;
&lt;br /&gt;
[[File:basics1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:switchesayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:555ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 1 - IMPROBABLE SWITCH==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Aline and me decided to make a&amp;quot;simple pinball switches&amp;quot; in a box.&lt;br /&gt;
&lt;br /&gt;
We went through some trash bins on the campus and found some thicker cardboard&lt;br /&gt;
boxes, probably used by architecture students. We also found some conductive&lt;br /&gt;
materials that were our six obstacles aka our six switches. Between the two&lt;br /&gt;
cardboard boxes we put two breadboards that were creating five sounds. With the&lt;br /&gt;
help of some alligator clips we connected every obstacle on the inner side with&lt;br /&gt;
some copper wire to the breadboards.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich7.jpg]]&lt;br /&gt;
&lt;br /&gt;
So each obstacle was one part of the switch. The circuit was closed when the ball&lt;br /&gt;
that was wrapped in aluminium foil touched the positive and the negative part of&lt;br /&gt;
the obstacle.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Because the speakers were inside the box, the sounds were a bit silent so we made&lt;br /&gt;
some holes on the sides of the box and also some smaller ones on the board itself.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich3.jpg]]&lt;br /&gt;
&lt;br /&gt;
While building we realized that it&#039;s always that you have to think about how to attach something to another part, make it stiff or make it flexible, also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inside the machine, we worked with five 555 timers in two different breadboards.&lt;br /&gt;
The main constructions was the same but the values were varying in relation to different values of the resistors between the pins 6-7 and 7-8 and the capacitors between pins 1-2 and 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Circuits:&lt;br /&gt;
1 ) R2 : 1 M ohm 2) R2: 10K ohm 3) R2: 100K ohm&lt;br /&gt;
R1 : 100 K ohm R1: 10K ohm R1: 10K ohm&lt;br /&gt;
1 - 2 :0.1 μF 1 - 2 : 0.1 μF 1 - 2 : 0.1 μF&lt;br /&gt;
3: 1μF 3: 47μF 3: 100μF&lt;br /&gt;
4) R2 : 1K ohm 5) R2 : 10 K ohm&lt;br /&gt;
R1 : 1 K ohm R1 : 100 K ohm&lt;br /&gt;
1 - 2 : 0.1μF 1 - 2 : 0.1μF&lt;br /&gt;
3: 22 μF 3: 47μF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 2 - VARIABLE RESISTANCE ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the second assignment I started some research on the piezo and got interested in the fact that it doesn&#039;t work as an acoustic microphone but one that&#039;s depending on vibration.&lt;br /&gt;
So my attempt for the beginning was to use it as an input into the 555 circuit in monostable mode (for some reasons it did not work at all in the astable mode). So there was a permanent sound of the circuit and whenever I touched the piezo it gave some really small extra sound, pushing it harder did make it a little bit louder. Instead of the loudspeaker I used a LED to see the changes better. In this case my body was working as a variable resistance. I wanted to get a stronger signal that I could also work with. In this class and in the following last block I was occupied with researching on some amplifyer circuits.&lt;br /&gt;
&lt;br /&gt;
There are some different amplifyers that I came across but I kept on working with the LM385N for my piezo research. &lt;br /&gt;
In another course I printed loudspeakers by the silkscreen printing technique for which I used the LM 386N-1. &lt;br /&gt;
&lt;br /&gt;
[[File:lm386ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The last OP-AMP I came across in my research is the 741, which I haven&#039;t tested already but I will add some schematics that I found online about this too.&lt;br /&gt;
&lt;br /&gt;
[Brief digression &#039;zener diode&#039;: A zener diode helps to clamp the current voltage down to a specific voltage to protect devices from too high voltage&lt;br /&gt;
https://de.wikipedia.org/wiki/Z-Diode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:741ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7412ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 3 - Detecting Vibrations ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://vimeo.com/150836328&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
When you google vibration (in German) the first entries you will get are about safety precautions on working spaces. It says, that their impact on people can range from disturbance and performance  loss over health hazard to health damage (Institut für Arbeitsschutz der Deutschen Gesetzlichen Unfallversicherung).&lt;br /&gt;
Vibrations are less acoustic and more about a sensory feeling. If something that you are standing on is vibrating you will feel it but you won&#039;t either see nor hear the vibrations only what&#039;s vibrating is recognizable. The phenomenon is stuck to materials. I would be intersted in de-materialising vibrations and make them noticeable on different levels. I am interested in researching more the concepts of sound and vibration which often are used in similar ways. The idea I would like to pursue is to work on an installation that reacts to vibrations sensed by piezos. It would be nice to have some closed self-fulfilling system that uses and causes vibrations.&lt;br /&gt;
In first place I need to work on a stronger signal coming from the piezo element. Therefore I will do more experiments on different OP-AMPs and also different components that can effect the outcome. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Schematic of LM386, piezo mic as an input and a LED as the output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:lm358ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Experiment: Loudspeaker-Printing with Silk screen printing method ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
With conductive ink I tried to print spiral-shaped forms on textiles and paper with the silk screen printing method. It was the first time that I tried silk screen printing. The prints were acceptable but the most important point was that they should be conductive. With some ironing of the prints the conductivity got better.&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla1.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Two forms on Jeans and cotton cloth&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla6.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Coloured conductive ink&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla5.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Loudspeaker on paper&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I also built an amplifiyer circuit with the LM386 and used an old headphone jack to connect my smartphone to the circuit, so that the sound that was coming from my phone could be listened to on the printed loudspeakers.&lt;br /&gt;
It did work but really silent. Right now there are some points I need to trouble shoot but I think with some better wireing and the pure silver ink I could get better results.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77340</id>
		<title>GMU:The Conceptual Sensor/Ayla</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77340"/>
		<updated>2016-01-07T12:45:55Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOME BASICS&lt;br /&gt;
&lt;br /&gt;
[[File:basics1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:switchesayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:555ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 1 - IMPROBABLE SWITCH==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Aline and me decided to make a&amp;quot;simple pinball switches&amp;quot; in a box.&lt;br /&gt;
&lt;br /&gt;
We went through some trash bins on the campus and found some thicker cardboard&lt;br /&gt;
boxes, probably used by architecture students. We also found some conductive&lt;br /&gt;
materials that were our six obstacles aka our six switches. Between the two&lt;br /&gt;
cardboard boxes we put two breadboards that were creating five sounds. With the&lt;br /&gt;
help of some alligator clips we connected every obstacle on the inner side with&lt;br /&gt;
some copper wire to the breadboards.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich7.jpg]]&lt;br /&gt;
&lt;br /&gt;
So each obstacle was one part of the switch. The circuit was closed when the ball&lt;br /&gt;
that was wrapped in aluminium foil touched the positive and the negative part of&lt;br /&gt;
the obstacle.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Because the speakers were inside the box, the sounds were a bit silent so we made&lt;br /&gt;
some holes on the sides of the box and also some smaller ones on the board itself.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich3.jpg]]&lt;br /&gt;
&lt;br /&gt;
While building we realized that it&#039;s always that you have to think about how to attach something to another part, make it stiff or make it flexible, also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inside the machine, we worked with five 555 timers in two different breadboards.&lt;br /&gt;
The main constructions was the same but the values were varying in relation to different values of the resistors between the pins 6-7 and 7-8 and the capacitors between pins 1-2 and 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Circuits:&lt;br /&gt;
1 ) R2 : 1 M ohm 2) R2: 10K ohm 3) R2: 100K ohm&lt;br /&gt;
R1 : 100 K ohm R1: 10K ohm R1: 10K ohm&lt;br /&gt;
1 - 2 :0.1 μF 1 - 2 : 0.1 μF 1 - 2 : 0.1 μF&lt;br /&gt;
3: 1μF 3: 47μF 3: 100μF&lt;br /&gt;
4) R2 : 1K ohm 5) R2 : 10 K ohm&lt;br /&gt;
R1 : 1 K ohm R1 : 100 K ohm&lt;br /&gt;
1 - 2 : 0.1μF 1 - 2 : 0.1μF&lt;br /&gt;
3: 22 μF 3: 47μF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 2 - VARIABLE RESISTANCE ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the second assignment I started some research on the piezo and got interested in the fact that it doesn&#039;t work as an acoustic microphone but one that&#039;s depending on vibration.&lt;br /&gt;
So my attempt for the beginning was to use it as an input into the 555 circuit in monostable mode (for some reasons it did not work at all in the astable mode). So there was a permanent sound of the circuit and whenever I touched the piezo it gave some really small extra sound, pushing it harder did make it a little bit louder. Instead of the loudspeaker I used a LED to see the changes better. In this case my body was working as a variable resistance. I wanted to get a stronger signal that I could also work with. In this class and in the following last block I was occupied with researching on some amplifyer circuits.&lt;br /&gt;
&lt;br /&gt;
There are some different amplifyers that I came across but I kept on working with the LM385N for my piezo research. &lt;br /&gt;
In another course I printed loudspeakers by the silkscreen printing technique for which I used the LM 386N-1. &lt;br /&gt;
&lt;br /&gt;
[[File:lm386ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The last OP-AMP I came across in my research is the 741, which I haven&#039;t tested already but I will add some schematics that I found online about this too.&lt;br /&gt;
&lt;br /&gt;
[Brief digression &#039;zener diode&#039;: A zener diode helps to clamp the current voltage down to a specific voltage to protect devices from too high voltage&lt;br /&gt;
https://de.wikipedia.org/wiki/Z-Diode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:741ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7412ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 3 - Detecting Vibrations ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://vimeo.com/150836328&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
When you google vibration (in German) the first entries you will get are about safety precautions on working spaces. It says, that their impact on people can range from disturbance and performance  loss over health hazard to health damage (Institut für Arbeitsschutz der Deutschen Gesetzlichen Unfallversicherung).&lt;br /&gt;
Vibrations are less acoustic and more about a sensory feeling. If something that you are standing on is vibrating you will feel it but you won&#039;t either see nor hear the vibrations only what&#039;s vibrating is recognizable. The phenomenon is stuck to materials. I would be intersted in de-materialising vibrations and make them noticeable on different levels. I am interested in researching more the concepts of sound and vibration which often are used in similar ways. The idea I would like to pursue is to work on an installation that reacts to vibrations sensed by piezos. It would be nice to have some closed self-fulfilling system that uses and causes vibrations.&lt;br /&gt;
In first place I need to work on a stronger signal coming from the piezo element. Therefore I will do more experiments on different OP-AMPs and also different components that can effect the outcome. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Schematic of LM386, piezo mic as an input and a LED as the output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:lm358ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Experiment: Loudspeaker-Printing with Silk screen printing method ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
With conductive ink I tried to print spiral-shaped forms on textiles and paper with the silk screen printing method. It was the first time that I tried silk screen printing. The prints were acceptable but the most important point was that they should be conductive. With some ironing of the prints the conductivity got better.&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla1.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Two forms on Jeans and cotton cloth&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla3.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Coloured conductive ink&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla5.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Loudspeaker on paper&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I also built an amplifiyer circuit with the LM386 and used an old headphone jack to connect my smartphone to the circuit, so that the sound that was coming from my phone could be listened to on the printed loudspeakers.&lt;br /&gt;
It did work but really silent. Right now there are some points I need to trouble shoot but I think with some better wireing and the pure silver ink I could get better results.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Loudspeakerayla5.jpg&amp;diff=77339</id>
		<title>File:Loudspeakerayla5.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Loudspeakerayla5.jpg&amp;diff=77339"/>
		<updated>2016-01-07T12:44:59Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77338</id>
		<title>GMU:The Conceptual Sensor/Ayla</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77338"/>
		<updated>2016-01-07T12:44:47Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOME BASICS&lt;br /&gt;
&lt;br /&gt;
[[File:basics1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:switchesayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:555ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 1 - IMPROBABLE SWITCH==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Aline and me decided to make a&amp;quot;simple pinball switches&amp;quot; in a box.&lt;br /&gt;
&lt;br /&gt;
We went through some trash bins on the campus and found some thicker cardboard&lt;br /&gt;
boxes, probably used by architecture students. We also found some conductive&lt;br /&gt;
materials that were our six obstacles aka our six switches. Between the two&lt;br /&gt;
cardboard boxes we put two breadboards that were creating five sounds. With the&lt;br /&gt;
help of some alligator clips we connected every obstacle on the inner side with&lt;br /&gt;
some copper wire to the breadboards.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich7.jpg]]&lt;br /&gt;
&lt;br /&gt;
So each obstacle was one part of the switch. The circuit was closed when the ball&lt;br /&gt;
that was wrapped in aluminium foil touched the positive and the negative part of&lt;br /&gt;
the obstacle.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Because the speakers were inside the box, the sounds were a bit silent so we made&lt;br /&gt;
some holes on the sides of the box and also some smaller ones on the board itself.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich3.jpg]]&lt;br /&gt;
&lt;br /&gt;
While building we realized that it&#039;s always that you have to think about how to attach something to another part, make it stiff or make it flexible, also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inside the machine, we worked with five 555 timers in two different breadboards.&lt;br /&gt;
The main constructions was the same but the values were varying in relation to different values of the resistors between the pins 6-7 and 7-8 and the capacitors between pins 1-2 and 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Circuits:&lt;br /&gt;
1 ) R2 : 1 M ohm 2) R2: 10K ohm 3) R2: 100K ohm&lt;br /&gt;
R1 : 100 K ohm R1: 10K ohm R1: 10K ohm&lt;br /&gt;
1 - 2 :0.1 μF 1 - 2 : 0.1 μF 1 - 2 : 0.1 μF&lt;br /&gt;
3: 1μF 3: 47μF 3: 100μF&lt;br /&gt;
4) R2 : 1K ohm 5) R2 : 10 K ohm&lt;br /&gt;
R1 : 1 K ohm R1 : 100 K ohm&lt;br /&gt;
1 - 2 : 0.1μF 1 - 2 : 0.1μF&lt;br /&gt;
3: 22 μF 3: 47μF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 2 - VARIABLE RESISTANCE ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the second assignment I started some research on the piezo and got interested in the fact that it doesn&#039;t work as an acoustic microphone but one that&#039;s depending on vibration.&lt;br /&gt;
So my attempt for the beginning was to use it as an input into the 555 circuit in monostable mode (for some reasons it did not work at all in the astable mode). So there was a permanent sound of the circuit and whenever I touched the piezo it gave some really small extra sound, pushing it harder did make it a little bit louder. Instead of the loudspeaker I used a LED to see the changes better. In this case my body was working as a variable resistance. I wanted to get a stronger signal that I could also work with. In this class and in the following last block I was occupied with researching on some amplifyer circuits.&lt;br /&gt;
&lt;br /&gt;
There are some different amplifyers that I came across but I kept on working with the LM385N for my piezo research. &lt;br /&gt;
In another course I printed loudspeakers by the silkscreen printing technique for which I used the LM 386N-1. &lt;br /&gt;
&lt;br /&gt;
[[File:lm386ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The last OP-AMP I came across in my research is the 741, which I haven&#039;t tested already but I will add some schematics that I found online about this too.&lt;br /&gt;
&lt;br /&gt;
[Brief digression &#039;zener diode&#039;: A zener diode helps to clamp the current voltage down to a specific voltage to protect devices from too high voltage&lt;br /&gt;
https://de.wikipedia.org/wiki/Z-Diode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:741ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7412ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 3 - Detecting Vibrations ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://vimeo.com/150836328&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
When you google vibration (in German) the first entries you will get are about safety precautions on working spaces. It says, that their impact on people can range from disturbance and performance  loss over health hazard to health damage (Institut für Arbeitsschutz der Deutschen Gesetzlichen Unfallversicherung).&lt;br /&gt;
Vibrations are less acoustic and more about a sensory feeling. If something that you are standing on is vibrating you will feel it but you won&#039;t either see nor hear the vibrations only what&#039;s vibrating is recognizable. The phenomenon is stuck to materials. I would be intersted in de-materialising vibrations and make them noticeable on different levels. I am interested in researching more the concepts of sound and vibration which often are used in similar ways. The idea I would like to pursue is to work on an installation that reacts to vibrations sensed by piezos. It would be nice to have some closed self-fulfilling system that uses and causes vibrations.&lt;br /&gt;
In first place I need to work on a stronger signal coming from the piezo element. Therefore I will do more experiments on different OP-AMPs and also different components that can effect the outcome. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Schematic of LM386, piezo mic as an input and a LED as the output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:lm358ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Experiment: Loudspeaker-Printing with Silk screen printing method ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
With conductive ink I tried to print spiral-shaped forms on textiles and paper with the silk screen printing method. It was the first time that I tried silk screen printing. The prints were acceptable but the most important point was that they should be conductive. With some ironing of the prints the conductivity got better.&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla1.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Two forms on Jeans and cotton cloth&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla2.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Coloured conductive ink&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla5.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Loudspeaker on paper&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I also built an amplifiyer circuit with the LM386 and used an old headphone jack to connect my smartphone to the circuit, so that the sound that was coming from my phone could be listened to on the printed loudspeakers.&lt;br /&gt;
It did work but really silent. Right now there are some points I need to trouble shoot but I think with some better wireing and the pure silver ink I could get better results.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Loudspeakerayla4.jpg&amp;diff=77337</id>
		<title>File:Loudspeakerayla4.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Loudspeakerayla4.jpg&amp;diff=77337"/>
		<updated>2016-01-07T12:43:17Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77336</id>
		<title>GMU:The Conceptual Sensor/Ayla</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77336"/>
		<updated>2016-01-07T12:42:55Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOME BASICS&lt;br /&gt;
&lt;br /&gt;
[[File:basics1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:switchesayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:555ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 1 - IMPROBABLE SWITCH==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Aline and me decided to make a&amp;quot;simple pinball switches&amp;quot; in a box.&lt;br /&gt;
&lt;br /&gt;
We went through some trash bins on the campus and found some thicker cardboard&lt;br /&gt;
boxes, probably used by architecture students. We also found some conductive&lt;br /&gt;
materials that were our six obstacles aka our six switches. Between the two&lt;br /&gt;
cardboard boxes we put two breadboards that were creating five sounds. With the&lt;br /&gt;
help of some alligator clips we connected every obstacle on the inner side with&lt;br /&gt;
some copper wire to the breadboards.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich7.jpg]]&lt;br /&gt;
&lt;br /&gt;
So each obstacle was one part of the switch. The circuit was closed when the ball&lt;br /&gt;
that was wrapped in aluminium foil touched the positive and the negative part of&lt;br /&gt;
the obstacle.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Because the speakers were inside the box, the sounds were a bit silent so we made&lt;br /&gt;
some holes on the sides of the box and also some smaller ones on the board itself.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich3.jpg]]&lt;br /&gt;
&lt;br /&gt;
While building we realized that it&#039;s always that you have to think about how to attach something to another part, make it stiff or make it flexible, also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inside the machine, we worked with five 555 timers in two different breadboards.&lt;br /&gt;
The main constructions was the same but the values were varying in relation to different values of the resistors between the pins 6-7 and 7-8 and the capacitors between pins 1-2 and 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Circuits:&lt;br /&gt;
1 ) R2 : 1 M ohm 2) R2: 10K ohm 3) R2: 100K ohm&lt;br /&gt;
R1 : 100 K ohm R1: 10K ohm R1: 10K ohm&lt;br /&gt;
1 - 2 :0.1 μF 1 - 2 : 0.1 μF 1 - 2 : 0.1 μF&lt;br /&gt;
3: 1μF 3: 47μF 3: 100μF&lt;br /&gt;
4) R2 : 1K ohm 5) R2 : 10 K ohm&lt;br /&gt;
R1 : 1 K ohm R1 : 100 K ohm&lt;br /&gt;
1 - 2 : 0.1μF 1 - 2 : 0.1μF&lt;br /&gt;
3: 22 μF 3: 47μF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 2 - VARIABLE RESISTANCE ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the second assignment I started some research on the piezo and got interested in the fact that it doesn&#039;t work as an acoustic microphone but one that&#039;s depending on vibration.&lt;br /&gt;
So my attempt for the beginning was to use it as an input into the 555 circuit in monostable mode (for some reasons it did not work at all in the astable mode). So there was a permanent sound of the circuit and whenever I touched the piezo it gave some really small extra sound, pushing it harder did make it a little bit louder. Instead of the loudspeaker I used a LED to see the changes better. In this case my body was working as a variable resistance. I wanted to get a stronger signal that I could also work with. In this class and in the following last block I was occupied with researching on some amplifyer circuits.&lt;br /&gt;
&lt;br /&gt;
There are some different amplifyers that I came across but I kept on working with the LM385N for my piezo research. &lt;br /&gt;
In another course I printed loudspeakers by the silkscreen printing technique for which I used the LM 386N-1. &lt;br /&gt;
&lt;br /&gt;
[[File:lm386ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The last OP-AMP I came across in my research is the 741, which I haven&#039;t tested already but I will add some schematics that I found online about this too.&lt;br /&gt;
&lt;br /&gt;
[Brief digression &#039;zener diode&#039;: A zener diode helps to clamp the current voltage down to a specific voltage to protect devices from too high voltage&lt;br /&gt;
https://de.wikipedia.org/wiki/Z-Diode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:741ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7412ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 3 - Detecting Vibrations ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://vimeo.com/150836328&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
When you google vibration (in German) the first entries you will get are about safety precautions on working spaces. It says, that their impact on people can range from disturbance and performance  loss over health hazard to health damage (Institut für Arbeitsschutz der Deutschen Gesetzlichen Unfallversicherung).&lt;br /&gt;
Vibrations are less acoustic and more about a sensory feeling. If something that you are standing on is vibrating you will feel it but you won&#039;t either see nor hear the vibrations only what&#039;s vibrating is recognizable. The phenomenon is stuck to materials. I would be intersted in de-materialising vibrations and make them noticeable on different levels. I am interested in researching more the concepts of sound and vibration which often are used in similar ways. The idea I would like to pursue is to work on an installation that reacts to vibrations sensed by piezos. It would be nice to have some closed self-fulfilling system that uses and causes vibrations.&lt;br /&gt;
In first place I need to work on a stronger signal coming from the piezo element. Therefore I will do more experiments on different OP-AMPs and also different components that can effect the outcome. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Schematic of LM386, piezo mic as an input and a LED as the output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:lm358ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Experiment: Loudspeaker-Printing with Silk screen printing method ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
With conductive ink I tried to print spiral-shaped forms on textiles and paper with the silk screen printing method. It was the first time that I tried silk screen printing. The prints were acceptable but the most important point was that they should be conductive. With some ironing of the prints the conductivity got better.&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla1.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Two forms on Jeans and cotton cloth&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla2.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Coloured conductive ink&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla4.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Loudspeaker on paper&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I also built an amplifiyer circuit with the LM386 and used an old headphone jack to connect my smartphone to the circuit, so that the sound that was coming from my phone could be listened to on the printed loudspeakers.&lt;br /&gt;
It did work but really silent. Right now there are some points I need to trouble shoot but I think with some better wireing and the pure silver ink I could get better results.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77335</id>
		<title>GMU:The Conceptual Sensor/Ayla</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77335"/>
		<updated>2016-01-07T12:42:35Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOME BASICS&lt;br /&gt;
&lt;br /&gt;
[[File:basics1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:switchesayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:555ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 1 - IMPROBABLE SWITCH==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Aline and me decided to make a&amp;quot;simple pinball switches&amp;quot; in a box.&lt;br /&gt;
&lt;br /&gt;
We went through some trash bins on the campus and found some thicker cardboard&lt;br /&gt;
boxes, probably used by architecture students. We also found some conductive&lt;br /&gt;
materials that were our six obstacles aka our six switches. Between the two&lt;br /&gt;
cardboard boxes we put two breadboards that were creating five sounds. With the&lt;br /&gt;
help of some alligator clips we connected every obstacle on the inner side with&lt;br /&gt;
some copper wire to the breadboards.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich7.jpg]]&lt;br /&gt;
&lt;br /&gt;
So each obstacle was one part of the switch. The circuit was closed when the ball&lt;br /&gt;
that was wrapped in aluminium foil touched the positive and the negative part of&lt;br /&gt;
the obstacle.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Because the speakers were inside the box, the sounds were a bit silent so we made&lt;br /&gt;
some holes on the sides of the box and also some smaller ones on the board itself.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich3.jpg]]&lt;br /&gt;
&lt;br /&gt;
While building we realized that it&#039;s always that you have to think about how to attach something to another part, make it stiff or make it flexible, also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inside the machine, we worked with five 555 timers in two different breadboards.&lt;br /&gt;
The main constructions was the same but the values were varying in relation to different values of the resistors between the pins 6-7 and 7-8 and the capacitors between pins 1-2 and 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Circuits:&lt;br /&gt;
1 ) R2 : 1 M ohm 2) R2: 10K ohm 3) R2: 100K ohm&lt;br /&gt;
R1 : 100 K ohm R1: 10K ohm R1: 10K ohm&lt;br /&gt;
1 - 2 :0.1 μF 1 - 2 : 0.1 μF 1 - 2 : 0.1 μF&lt;br /&gt;
3: 1μF 3: 47μF 3: 100μF&lt;br /&gt;
4) R2 : 1K ohm 5) R2 : 10 K ohm&lt;br /&gt;
R1 : 1 K ohm R1 : 100 K ohm&lt;br /&gt;
1 - 2 : 0.1μF 1 - 2 : 0.1μF&lt;br /&gt;
3: 22 μF 3: 47μF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 2 - VARIABLE RESISTANCE ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the second assignment I started some research on the piezo and got interested in the fact that it doesn&#039;t work as an acoustic microphone but one that&#039;s depending on vibration.&lt;br /&gt;
So my attempt for the beginning was to use it as an input into the 555 circuit in monostable mode (for some reasons it did not work at all in the astable mode). So there was a permanent sound of the circuit and whenever I touched the piezo it gave some really small extra sound, pushing it harder did make it a little bit louder. Instead of the loudspeaker I used a LED to see the changes better. In this case my body was working as a variable resistance. I wanted to get a stronger signal that I could also work with. In this class and in the following last block I was occupied with researching on some amplifyer circuits.&lt;br /&gt;
&lt;br /&gt;
There are some different amplifyers that I came across but I kept on working with the LM385N for my piezo research. &lt;br /&gt;
In another course I printed loudspeakers by the silkscreen printing technique for which I used the LM 386N-1. &lt;br /&gt;
&lt;br /&gt;
[[File:lm386ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The last OP-AMP I came across in my research is the 741, which I haven&#039;t tested already but I will add some schematics that I found online about this too.&lt;br /&gt;
&lt;br /&gt;
[Brief digression &#039;zener diode&#039;: A zener diode helps to clamp the current voltage down to a specific voltage to protect devices from too high voltage&lt;br /&gt;
https://de.wikipedia.org/wiki/Z-Diode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:741ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7412ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 3 - Detecting Vibrations ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://vimeo.com/150836328&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
When you google vibration (in German) the first entries you will get are about safety precautions on working spaces. It says, that their impact on people can range from disturbance and performance  loss over health hazard to health damage (Institut für Arbeitsschutz der Deutschen Gesetzlichen Unfallversicherung).&lt;br /&gt;
Vibrations are less acoustic and more about a sensory feeling. If something that you are standing on is vibrating you will feel it but you won&#039;t either see nor hear the vibrations only what&#039;s vibrating is recognizable. The phenomenon is stuck to materials. I would be intersted in de-materialising vibrations and make them noticeable on different levels. I am interested in researching more the concepts of sound and vibration which often are used in similar ways. The idea I would like to pursue is to work on an installation that reacts to vibrations sensed by piezos. It would be nice to have some closed self-fulfilling system that uses and causes vibrations.&lt;br /&gt;
In first place I need to work on a stronger signal coming from the piezo element. Therefore I will do more experiments on different OP-AMPs and also different components that can effect the outcome. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Schematic of LM386, piezo mic as an input and a LED as the output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:lm358ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Experiment: Loudspeaker-Printing with Silk screen printing method ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
With conductive ink I tried to print spiral-shaped forms on textiles and paper with the silk screen printing method. It was the first time that I tried silk screen printing. The prints were acceptable but the most important point was that they should be conductive. With some ironing of the prints the conductivity got better.&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla1.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Two forms on Jeans and cotton cloth&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla2.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Coloured conductive ink&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla3.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Loudspeaker on paper&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I also built an amplifiyer circuit with the LM386 and used an old headphone jack to connect my smartphone to the circuit, so that the sound that was coming from my phone could be listened to on the printed loudspeakers.&lt;br /&gt;
It did work but really silent. Right now there are some points I need to trouble shoot but I think with some better wireing and the pure silver ink I could get better results.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77334</id>
		<title>GMU:The Conceptual Sensor/Ayla</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77334"/>
		<updated>2016-01-07T12:41:57Z</updated>

		<summary type="html">&lt;p&gt;Ayla: /* Experiment: Loudspeaker-Printing with Silk screen printing method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOME BASICS&lt;br /&gt;
&lt;br /&gt;
[[File:basics1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:switchesayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:555ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 1 - IMPROBABLE SWITCH==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Aline and me decided to make a&amp;quot;simple pinball switches&amp;quot; in a box.&lt;br /&gt;
&lt;br /&gt;
We went through some trash bins on the campus and found some thicker cardboard&lt;br /&gt;
boxes, probably used by architecture students. We also found some conductive&lt;br /&gt;
materials that were our six obstacles aka our six switches. Between the two&lt;br /&gt;
cardboard boxes we put two breadboards that were creating five sounds. With the&lt;br /&gt;
help of some alligator clips we connected every obstacle on the inner side with&lt;br /&gt;
some copper wire to the breadboards.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich7.jpg]]&lt;br /&gt;
&lt;br /&gt;
So each obstacle was one part of the switch. The circuit was closed when the ball&lt;br /&gt;
that was wrapped in aluminium foil touched the positive and the negative part of&lt;br /&gt;
the obstacle.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Because the speakers were inside the box, the sounds were a bit silent so we made&lt;br /&gt;
some holes on the sides of the box and also some smaller ones on the board itself.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich3.jpg]]&lt;br /&gt;
&lt;br /&gt;
While building we realized that it&#039;s always that you have to think about how to attach something to another part, make it stiff or make it flexible, also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inside the machine, we worked with five 555 timers in two different breadboards.&lt;br /&gt;
The main constructions was the same but the values were varying in relation to different values of the resistors between the pins 6-7 and 7-8 and the capacitors between pins 1-2 and 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Circuits:&lt;br /&gt;
1 ) R2 : 1 M ohm 2) R2: 10K ohm 3) R2: 100K ohm&lt;br /&gt;
R1 : 100 K ohm R1: 10K ohm R1: 10K ohm&lt;br /&gt;
1 - 2 :0.1 μF 1 - 2 : 0.1 μF 1 - 2 : 0.1 μF&lt;br /&gt;
3: 1μF 3: 47μF 3: 100μF&lt;br /&gt;
4) R2 : 1K ohm 5) R2 : 10 K ohm&lt;br /&gt;
R1 : 1 K ohm R1 : 100 K ohm&lt;br /&gt;
1 - 2 : 0.1μF 1 - 2 : 0.1μF&lt;br /&gt;
3: 22 μF 3: 47μF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 2 - VARIABLE RESISTANCE ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the second assignment I started some research on the piezo and got interested in the fact that it doesn&#039;t work as an acoustic microphone but one that&#039;s depending on vibration.&lt;br /&gt;
So my attempt for the beginning was to use it as an input into the 555 circuit in monostable mode (for some reasons it did not work at all in the astable mode). So there was a permanent sound of the circuit and whenever I touched the piezo it gave some really small extra sound, pushing it harder did make it a little bit louder. Instead of the loudspeaker I used a LED to see the changes better. In this case my body was working as a variable resistance. I wanted to get a stronger signal that I could also work with. In this class and in the following last block I was occupied with researching on some amplifyer circuits.&lt;br /&gt;
&lt;br /&gt;
There are some different amplifyers that I came across but I kept on working with the LM385N for my piezo research. &lt;br /&gt;
In another course I printed loudspeakers by the silkscreen printing technique for which I used the LM 386N-1. &lt;br /&gt;
&lt;br /&gt;
[[File:lm386ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The last OP-AMP I came across in my research is the 741, which I haven&#039;t tested already but I will add some schematics that I found online about this too.&lt;br /&gt;
&lt;br /&gt;
[Brief digression &#039;zener diode&#039;: A zener diode helps to clamp the current voltage down to a specific voltage to protect devices from too high voltage&lt;br /&gt;
https://de.wikipedia.org/wiki/Z-Diode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:741ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7412ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 3 - Detecting Vibrations ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://vimeo.com/150836328&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
When you google vibration (in German) the first entries you will get are about safety precautions on working spaces. It says, that their impact on people can range from disturbance and performance  loss over health hazard to health damage (Institut für Arbeitsschutz der Deutschen Gesetzlichen Unfallversicherung).&lt;br /&gt;
Vibrations are less acoustic and more about a sensory feeling. If something that you are standing on is vibrating you will feel it but you won&#039;t either see nor hear the vibrations only what&#039;s vibrating is recognizable. The phenomenon is stuck to materials. I would be intersted in de-materialising vibrations and make them noticeable on different levels. I am interested in researching more the concepts of sound and vibration which often are used in similar ways. The idea I would like to pursue is to work on an installation that reacts to vibrations sensed by piezos. It would be nice to have some closed self-fulfilling system that uses and causes vibrations.&lt;br /&gt;
In first place I need to work on a stronger signal coming from the piezo element. Therefore I will do more experiments on different OP-AMPs and also different components that can effect the outcome. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Schematic of LM386, piezo mic as an input and a LED as the output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:lm358ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Experiment: Loudspeaker-Printing with Silk screen printing method ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
With conductive ink I tried to print spiral-shaped forms on textiles and paper with the silk screen printing method. It was the first time that I tried silk screen printing. The prints were acceptable but the most important point was that they should be conductive. With some ironing of the prints the conductivity got better.&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla1.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Two forms on Jeans and cotton cloth&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla2.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Coloured conductive ink&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I also built an amplifiyer circuit with the LM386 and used an old headphone jack to connect my smartphone to the circuit, so that the sound that was coming from my phone could be listened to on the printed loudspeakers.&lt;br /&gt;
It did work but really silent. Right now there are some points I need to trouble shoot but I think with some better wireing and the pure silver ink I could get better results.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77333</id>
		<title>GMU:The Conceptual Sensor/Ayla</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77333"/>
		<updated>2016-01-07T12:41:28Z</updated>

		<summary type="html">&lt;p&gt;Ayla: /* Experiment: Loudspeaker-Printing with Silk screen printing method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOME BASICS&lt;br /&gt;
&lt;br /&gt;
[[File:basics1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:switchesayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:555ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 1 - IMPROBABLE SWITCH==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Aline and me decided to make a&amp;quot;simple pinball switches&amp;quot; in a box.&lt;br /&gt;
&lt;br /&gt;
We went through some trash bins on the campus and found some thicker cardboard&lt;br /&gt;
boxes, probably used by architecture students. We also found some conductive&lt;br /&gt;
materials that were our six obstacles aka our six switches. Between the two&lt;br /&gt;
cardboard boxes we put two breadboards that were creating five sounds. With the&lt;br /&gt;
help of some alligator clips we connected every obstacle on the inner side with&lt;br /&gt;
some copper wire to the breadboards.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich7.jpg]]&lt;br /&gt;
&lt;br /&gt;
So each obstacle was one part of the switch. The circuit was closed when the ball&lt;br /&gt;
that was wrapped in aluminium foil touched the positive and the negative part of&lt;br /&gt;
the obstacle.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Because the speakers were inside the box, the sounds were a bit silent so we made&lt;br /&gt;
some holes on the sides of the box and also some smaller ones on the board itself.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich3.jpg]]&lt;br /&gt;
&lt;br /&gt;
While building we realized that it&#039;s always that you have to think about how to attach something to another part, make it stiff or make it flexible, also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inside the machine, we worked with five 555 timers in two different breadboards.&lt;br /&gt;
The main constructions was the same but the values were varying in relation to different values of the resistors between the pins 6-7 and 7-8 and the capacitors between pins 1-2 and 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Circuits:&lt;br /&gt;
1 ) R2 : 1 M ohm 2) R2: 10K ohm 3) R2: 100K ohm&lt;br /&gt;
R1 : 100 K ohm R1: 10K ohm R1: 10K ohm&lt;br /&gt;
1 - 2 :0.1 μF 1 - 2 : 0.1 μF 1 - 2 : 0.1 μF&lt;br /&gt;
3: 1μF 3: 47μF 3: 100μF&lt;br /&gt;
4) R2 : 1K ohm 5) R2 : 10 K ohm&lt;br /&gt;
R1 : 1 K ohm R1 : 100 K ohm&lt;br /&gt;
1 - 2 : 0.1μF 1 - 2 : 0.1μF&lt;br /&gt;
3: 22 μF 3: 47μF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 2 - VARIABLE RESISTANCE ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the second assignment I started some research on the piezo and got interested in the fact that it doesn&#039;t work as an acoustic microphone but one that&#039;s depending on vibration.&lt;br /&gt;
So my attempt for the beginning was to use it as an input into the 555 circuit in monostable mode (for some reasons it did not work at all in the astable mode). So there was a permanent sound of the circuit and whenever I touched the piezo it gave some really small extra sound, pushing it harder did make it a little bit louder. Instead of the loudspeaker I used a LED to see the changes better. In this case my body was working as a variable resistance. I wanted to get a stronger signal that I could also work with. In this class and in the following last block I was occupied with researching on some amplifyer circuits.&lt;br /&gt;
&lt;br /&gt;
There are some different amplifyers that I came across but I kept on working with the LM385N for my piezo research. &lt;br /&gt;
In another course I printed loudspeakers by the silkscreen printing technique for which I used the LM 386N-1. &lt;br /&gt;
&lt;br /&gt;
[[File:lm386ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The last OP-AMP I came across in my research is the 741, which I haven&#039;t tested already but I will add some schematics that I found online about this too.&lt;br /&gt;
&lt;br /&gt;
[Brief digression &#039;zener diode&#039;: A zener diode helps to clamp the current voltage down to a specific voltage to protect devices from too high voltage&lt;br /&gt;
https://de.wikipedia.org/wiki/Z-Diode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:741ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7412ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 3 - Detecting Vibrations ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://vimeo.com/150836328&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
When you google vibration (in German) the first entries you will get are about safety precautions on working spaces. It says, that their impact on people can range from disturbance and performance  loss over health hazard to health damage (Institut für Arbeitsschutz der Deutschen Gesetzlichen Unfallversicherung).&lt;br /&gt;
Vibrations are less acoustic and more about a sensory feeling. If something that you are standing on is vibrating you will feel it but you won&#039;t either see nor hear the vibrations only what&#039;s vibrating is recognizable. The phenomenon is stuck to materials. I would be intersted in de-materialising vibrations and make them noticeable on different levels. I am interested in researching more the concepts of sound and vibration which often are used in similar ways. The idea I would like to pursue is to work on an installation that reacts to vibrations sensed by piezos. It would be nice to have some closed self-fulfilling system that uses and causes vibrations.&lt;br /&gt;
In first place I need to work on a stronger signal coming from the piezo element. Therefore I will do more experiments on different OP-AMPs and also different components that can effect the outcome. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Schematic of LM386, piezo mic as an input and a LED as the output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:lm358ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Experiment: Loudspeaker-Printing with Silk screen printing method ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
With conductive ink I tried to print spiral-shaped forms on textiles and paper with the silk screen printing method. It was the first time that I tried silk screen printing. The prints were acceptable but the most important point was that they should be conductive. With some ironing of the prints the conductivity got better.&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla1.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Two forms on Jeans and cotton cloth&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla2.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Coloured conductive ink&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I also built an amplifiyer circuit with the LM386 and used an old headphone kacj to connect my smartphone to the circuit, so that the sound that was coming from my phone could be listened to on the printed loudspeakers.&lt;br /&gt;
It did work but really silent. Right now there are some points I need to trouble shoot but I think with some better wireing and the pure silver ink I could get better results.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77332</id>
		<title>GMU:The Conceptual Sensor/Ayla</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77332"/>
		<updated>2016-01-07T12:39:58Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOME BASICS&lt;br /&gt;
&lt;br /&gt;
[[File:basics1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:switchesayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:555ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 1 - IMPROBABLE SWITCH==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Aline and me decided to make a&amp;quot;simple pinball switches&amp;quot; in a box.&lt;br /&gt;
&lt;br /&gt;
We went through some trash bins on the campus and found some thicker cardboard&lt;br /&gt;
boxes, probably used by architecture students. We also found some conductive&lt;br /&gt;
materials that were our six obstacles aka our six switches. Between the two&lt;br /&gt;
cardboard boxes we put two breadboards that were creating five sounds. With the&lt;br /&gt;
help of some alligator clips we connected every obstacle on the inner side with&lt;br /&gt;
some copper wire to the breadboards.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich7.jpg]]&lt;br /&gt;
&lt;br /&gt;
So each obstacle was one part of the switch. The circuit was closed when the ball&lt;br /&gt;
that was wrapped in aluminium foil touched the positive and the negative part of&lt;br /&gt;
the obstacle.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Because the speakers were inside the box, the sounds were a bit silent so we made&lt;br /&gt;
some holes on the sides of the box and also some smaller ones on the board itself.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich3.jpg]]&lt;br /&gt;
&lt;br /&gt;
While building we realized that it&#039;s always that you have to think about how to attach something to another part, make it stiff or make it flexible, also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inside the machine, we worked with five 555 timers in two different breadboards.&lt;br /&gt;
The main constructions was the same but the values were varying in relation to different values of the resistors between the pins 6-7 and 7-8 and the capacitors between pins 1-2 and 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Circuits:&lt;br /&gt;
1 ) R2 : 1 M ohm 2) R2: 10K ohm 3) R2: 100K ohm&lt;br /&gt;
R1 : 100 K ohm R1: 10K ohm R1: 10K ohm&lt;br /&gt;
1 - 2 :0.1 μF 1 - 2 : 0.1 μF 1 - 2 : 0.1 μF&lt;br /&gt;
3: 1μF 3: 47μF 3: 100μF&lt;br /&gt;
4) R2 : 1K ohm 5) R2 : 10 K ohm&lt;br /&gt;
R1 : 1 K ohm R1 : 100 K ohm&lt;br /&gt;
1 - 2 : 0.1μF 1 - 2 : 0.1μF&lt;br /&gt;
3: 22 μF 3: 47μF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 2 - VARIABLE RESISTANCE ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the second assignment I started some research on the piezo and got interested in the fact that it doesn&#039;t work as an acoustic microphone but one that&#039;s depending on vibration.&lt;br /&gt;
So my attempt for the beginning was to use it as an input into the 555 circuit in monostable mode (for some reasons it did not work at all in the astable mode). So there was a permanent sound of the circuit and whenever I touched the piezo it gave some really small extra sound, pushing it harder did make it a little bit louder. Instead of the loudspeaker I used a LED to see the changes better. In this case my body was working as a variable resistance. I wanted to get a stronger signal that I could also work with. In this class and in the following last block I was occupied with researching on some amplifyer circuits.&lt;br /&gt;
&lt;br /&gt;
There are some different amplifyers that I came across but I kept on working with the LM385N for my piezo research. &lt;br /&gt;
In another course I printed loudspeakers by the silkscreen printing technique for which I used the LM 386N-1. &lt;br /&gt;
&lt;br /&gt;
[[File:lm386ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The last OP-AMP I came across in my research is the 741, which I haven&#039;t tested already but I will add some schematics that I found online about this too.&lt;br /&gt;
&lt;br /&gt;
[Brief digression &#039;zener diode&#039;: A zener diode helps to clamp the current voltage down to a specific voltage to protect devices from too high voltage&lt;br /&gt;
https://de.wikipedia.org/wiki/Z-Diode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:741ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7412ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 3 - Detecting Vibrations ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://vimeo.com/150836328&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
When you google vibration (in German) the first entries you will get are about safety precautions on working spaces. It says, that their impact on people can range from disturbance and performance  loss over health hazard to health damage (Institut für Arbeitsschutz der Deutschen Gesetzlichen Unfallversicherung).&lt;br /&gt;
Vibrations are less acoustic and more about a sensory feeling. If something that you are standing on is vibrating you will feel it but you won&#039;t either see nor hear the vibrations only what&#039;s vibrating is recognizable. The phenomenon is stuck to materials. I would be intersted in de-materialising vibrations and make them noticeable on different levels. I am interested in researching more the concepts of sound and vibration which often are used in similar ways. The idea I would like to pursue is to work on an installation that reacts to vibrations sensed by piezos. It would be nice to have some closed self-fulfilling system that uses and causes vibrations.&lt;br /&gt;
In first place I need to work on a stronger signal coming from the piezo element. Therefore I will do more experiments on different OP-AMPs and also different components that can effect the outcome. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Schematic of LM386, piezo mic as an input and a LED as the output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:lm358ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Experiment: Loudspeaker-Printing with Silk screen printing method ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
With conductive ink I tried to print spiral-shaped forms on textiles and paper with the silk screen printing method. It was the first time that I tried silk screen printing. The prints were acceptable but the most important point was that they should be conductive. With some ironing of the prints the conductivity got better.&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla1.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Two forms on Jeans and cotton cloth&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla2.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Coloured conductive ink&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla3.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Loudspeaker on paper&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I also built an amplifiyer circuit with the LM386 and used an old headphone kacj to connect my smartphone to the circuit, so that the sound that was coming from my phone could be listened to on the printed loudspeakers.&lt;br /&gt;
It did work but really silent. Right now there are some points I need to trouble shoot but I think with some better wireing and the pure silver ink I could get better results.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77331</id>
		<title>GMU:The Conceptual Sensor/Ayla</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77331"/>
		<updated>2016-01-07T12:39:43Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOME BASICS&lt;br /&gt;
&lt;br /&gt;
[[File:basics1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:switchesayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:555ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 1 - IMPROBABLE SWITCH==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Aline and me decided to make a&amp;quot;simple pinball switches&amp;quot; in a box.&lt;br /&gt;
&lt;br /&gt;
We went through some trash bins on the campus and found some thicker cardboard&lt;br /&gt;
boxes, probably used by architecture students. We also found some conductive&lt;br /&gt;
materials that were our six obstacles aka our six switches. Between the two&lt;br /&gt;
cardboard boxes we put two breadboards that were creating five sounds. With the&lt;br /&gt;
help of some alligator clips we connected every obstacle on the inner side with&lt;br /&gt;
some copper wire to the breadboards.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich7.jpg]]&lt;br /&gt;
&lt;br /&gt;
So each obstacle was one part of the switch. The circuit was closed when the ball&lt;br /&gt;
that was wrapped in aluminium foil touched the positive and the negative part of&lt;br /&gt;
the obstacle.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Because the speakers were inside the box, the sounds were a bit silent so we made&lt;br /&gt;
some holes on the sides of the box and also some smaller ones on the board itself.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich3.jpg]]&lt;br /&gt;
&lt;br /&gt;
While building we realized that it&#039;s always that you have to think about how to attach something to another part, make it stiff or make it flexible, also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inside the machine, we worked with five 555 timers in two different breadboards.&lt;br /&gt;
The main constructions was the same but the values were varying in relation to different values of the resistors between the pins 6-7 and 7-8 and the capacitors between pins 1-2 and 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Circuits:&lt;br /&gt;
1 ) R2 : 1 M ohm 2) R2: 10K ohm 3) R2: 100K ohm&lt;br /&gt;
R1 : 100 K ohm R1: 10K ohm R1: 10K ohm&lt;br /&gt;
1 - 2 :0.1 μF 1 - 2 : 0.1 μF 1 - 2 : 0.1 μF&lt;br /&gt;
3: 1μF 3: 47μF 3: 100μF&lt;br /&gt;
4) R2 : 1K ohm 5) R2 : 10 K ohm&lt;br /&gt;
R1 : 1 K ohm R1 : 100 K ohm&lt;br /&gt;
1 - 2 : 0.1μF 1 - 2 : 0.1μF&lt;br /&gt;
3: 22 μF 3: 47μF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 2 - VARIABLE RESISTANCE ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the second assignment I started some research on the piezo and got interested in the fact that it doesn&#039;t work as an acoustic microphone but one that&#039;s depending on vibration.&lt;br /&gt;
So my attempt for the beginning was to use it as an input into the 555 circuit in monostable mode (for some reasons it did not work at all in the astable mode). So there was a permanent sound of the circuit and whenever I touched the piezo it gave some really small extra sound, pushing it harder did make it a little bit louder. Instead of the loudspeaker I used a LED to see the changes better. In this case my body was working as a variable resistance. I wanted to get a stronger signal that I could also work with. In this class and in the following last block I was occupied with researching on some amplifyer circuits.&lt;br /&gt;
&lt;br /&gt;
There are some different amplifyers that I came across but I kept on working with the LM385N for my piezo research. &lt;br /&gt;
In another course I printed loudspeakers by the silkscreen printing technique for which I used the LM 386N-1. &lt;br /&gt;
&lt;br /&gt;
[[File:lm386ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The last OP-AMP I came across in my research is the 741, which I haven&#039;t tested already but I will add some schematics that I found online about this too.&lt;br /&gt;
&lt;br /&gt;
[Brief digression &#039;zener diode&#039;: A zener diode helps to clamp the current voltage down to a specific voltage to protect devices from too high voltage&lt;br /&gt;
https://de.wikipedia.org/wiki/Z-Diode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:741ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7412ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 3 - Detecting Vibrations ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://vimeo.com/150836328&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
When you google vibration (in German) the first entries you will get are about safety precautions on working spaces. It says, that their impact on people can range from disturbance and performance  loss over health hazard to health damage (Institut für Arbeitsschutz der Deutschen Gesetzlichen Unfallversicherung).&lt;br /&gt;
Vibrations are less acoustic and more about a sensory feeling. If something that you are standing on is vibrating you will feel it but you won&#039;t either see nor hear the vibrations only what&#039;s vibrating is recognizable. The phenomenon is stuck to materials. I would be intersted in de-materialising vibrations and make them noticeable on different levels. I am interested in researching more the concepts of sound and vibration which often are used in similar ways. The idea I would like to pursue is to work on an installation that reacts to vibrations sensed by piezos. It would be nice to have some closed self-fulfilling system that uses and causes vibrations.&lt;br /&gt;
In first place I need to work on a stronger signal coming from the piezo element. Therefore I will do more experiments on different OP-AMPs and also different components that can effect the outcome. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Schematic of LM386, piezo mic as an input and a LED as the output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:lm358ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Experiment: Loudspeaker-Printing with Silk screen printing method ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
With conductive ink I tried to print spiral-shaped forms on textiles and paper with the silk screen printing method. It was the first time that I tried silk screen printing. The prints were acceptable but the most important point was that they should be conductive. With some ironing of the prints the conductivity got better.&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla1.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Two forms on Jeans and cotton cloth&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla2.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Coloured conductive ink&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Loudspeaker on paper&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I also built an amplifiyer circuit with the LM386 and used an old headphone kacj to connect my smartphone to the circuit, so that the sound that was coming from my phone could be listened to on the printed loudspeakers.&lt;br /&gt;
It did work but really silent. Right now there are some points I need to trouble shoot but I think with some better wireing and the pure silver ink I could get better results.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77330</id>
		<title>GMU:The Conceptual Sensor/Ayla</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:The_Conceptual_Sensor/Ayla&amp;diff=77330"/>
		<updated>2016-01-07T12:39:02Z</updated>

		<summary type="html">&lt;p&gt;Ayla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SOME BASICS&lt;br /&gt;
&lt;br /&gt;
[[File:basics1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:switchesayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:555ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 1 - IMPROBABLE SWITCH==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich1.jpg]]&lt;br /&gt;
&lt;br /&gt;
Aline and me decided to make a&amp;quot;simple pinball switches&amp;quot; in a box.&lt;br /&gt;
&lt;br /&gt;
We went through some trash bins on the campus and found some thicker cardboard&lt;br /&gt;
boxes, probably used by architecture students. We also found some conductive&lt;br /&gt;
materials that were our six obstacles aka our six switches. Between the two&lt;br /&gt;
cardboard boxes we put two breadboards that were creating five sounds. With the&lt;br /&gt;
help of some alligator clips we connected every obstacle on the inner side with&lt;br /&gt;
some copper wire to the breadboards.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich7.jpg]]&lt;br /&gt;
&lt;br /&gt;
So each obstacle was one part of the switch. The circuit was closed when the ball&lt;br /&gt;
that was wrapped in aluminium foil touched the positive and the negative part of&lt;br /&gt;
the obstacle.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich8.jpg]]&lt;br /&gt;
&lt;br /&gt;
Because the speakers were inside the box, the sounds were a bit silent so we made&lt;br /&gt;
some holes on the sides of the box and also some smaller ones on the board itself.&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich3.jpg]]&lt;br /&gt;
&lt;br /&gt;
While building we realized that it&#039;s always that you have to think about how to attach something to another part, make it stiff or make it flexible, also.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inside the machine, we worked with five 555 timers in two different breadboards.&lt;br /&gt;
The main constructions was the same but the values were varying in relation to different values of the resistors between the pins 6-7 and 7-8 and the capacitors between pins 1-2 and 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Circuits:&lt;br /&gt;
1 ) R2 : 1 M ohm 2) R2: 10K ohm 3) R2: 100K ohm&lt;br /&gt;
R1 : 100 K ohm R1: 10K ohm R1: 10K ohm&lt;br /&gt;
1 - 2 :0.1 μF 1 - 2 : 0.1 μF 1 - 2 : 0.1 μF&lt;br /&gt;
3: 1μF 3: 47μF 3: 100μF&lt;br /&gt;
4) R2 : 1K ohm 5) R2 : 10 K ohm&lt;br /&gt;
R1 : 1 K ohm R1 : 100 K ohm&lt;br /&gt;
1 - 2 : 0.1μF 1 - 2 : 0.1μF&lt;br /&gt;
3: 22 μF 3: 47μF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pinballswich5.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 2 - VARIABLE RESISTANCE ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the second assignment I started some research on the piezo and got interested in the fact that it doesn&#039;t work as an acoustic microphone but one that&#039;s depending on vibration.&lt;br /&gt;
So my attempt for the beginning was to use it as an input into the 555 circuit in monostable mode (for some reasons it did not work at all in the astable mode). So there was a permanent sound of the circuit and whenever I touched the piezo it gave some really small extra sound, pushing it harder did make it a little bit louder. Instead of the loudspeaker I used a LED to see the changes better. In this case my body was working as a variable resistance. I wanted to get a stronger signal that I could also work with. In this class and in the following last block I was occupied with researching on some amplifyer circuits.&lt;br /&gt;
&lt;br /&gt;
There are some different amplifyers that I came across but I kept on working with the LM385N for my piezo research. &lt;br /&gt;
In another course I printed loudspeakers by the silkscreen printing technique for which I used the LM 386N-1. &lt;br /&gt;
&lt;br /&gt;
[[File:lm386ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The last OP-AMP I came across in my research is the 741, which I haven&#039;t tested already but I will add some schematics that I found online about this too.&lt;br /&gt;
&lt;br /&gt;
[Brief digression &#039;zener diode&#039;: A zener diode helps to clamp the current voltage down to a specific voltage to protect devices from too high voltage&lt;br /&gt;
https://de.wikipedia.org/wiki/Z-Diode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:741ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:7412ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  ASSIGNMENT 3 - Detecting Vibrations ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Video &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://vimeo.com/150836328&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
When you google vibration (in German) the first entries you will get are about safety precautions on working spaces. It says, that their impact on people can range from disturbance and performance  loss over health hazard to health damage (Institut für Arbeitsschutz der Deutschen Gesetzlichen Unfallversicherung).&lt;br /&gt;
Vibrations are less acoustic and more about a sensory feeling. If something that you are standing on is vibrating you will feel it but you won&#039;t either see nor hear the vibrations only what&#039;s vibrating is recognizable. The phenomenon is stuck to materials. I would be intersted in de-materialising vibrations and make them noticeable on different levels. I am interested in researching more the concepts of sound and vibration which often are used in similar ways. The idea I would like to pursue is to work on an installation that reacts to vibrations sensed by piezos. It would be nice to have some closed self-fulfilling system that uses and causes vibrations.&lt;br /&gt;
In first place I need to work on a stronger signal coming from the piezo element. Therefore I will do more experiments on different OP-AMPs and also different components that can effect the outcome. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Schematic of LM386, piezo mic as an input and a LED as the output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:lm358ayla.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Experiment: Loudspeaker-Printing with Silk screen printing method ==   &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Work in progress&lt;br /&gt;
&lt;br /&gt;
With conductive ink I tried to print spiral-shaped forms on textiles and paper with the silk screen printing method. It was the first time that I tried silk screen printing. The prints were acceptable but the most important point was that they should be conductive. With some ironing of the prints the conductivity got better.&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla1.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Two forms on Jeans and cotton cloth&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla2.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Coloured conductive ink&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:loudspeakerayla3.jpg]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Loudspeaker on paper&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I also built an amplifiyer circuit with the LM386 and used an old headphone kacj to connect my smartphone to the circuit, so that the sound that was coming from my phone could be listened to on the printed loudspeakers.&lt;br /&gt;
It did work but really silent. Right now there are some points I need to trouble shoot but I think with some better wireing and the pure silver ink I could get better results.&lt;/div&gt;</summary>
		<author><name>Ayla</name></author>
	</entry>
</feed>