830
edits
No edit summary |
No edit summary |
||
(31 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''TRANSCENDENTAL LIE-DETECTOR''' | '''TRANSCENDENTAL LIE-DETECTOR''' | ||
[[File:Graaaphics.png| | [[File:Graaaphics.png|600px]] | ||
For my project under the Term ''Observe Experiment Connect'' I | |||
helps me to | For my project under the Term ''Observe Experiment Connect'' I build a device that | ||
my environment. For this purpose, sensors | helps me to understand and perceive | ||
are sewn | my environment better. For this purpose, sensors (light, gas, temperature) | ||
are sewn into a WEARABLE which will collect specific values | |||
from different circumstances. I measure my | from different circumstances. I measure my | ||
own electrical currents to observe whether | own electrical currents to observe whether | ||
different circumstances have an influence on | different circumstances have an influence on | ||
my body. | my body. when a intersection of the measured data occurs, it will be experienced (vibration). | ||
[[File:Armband.JPG|300px]][[File:Backpack.JPG|300px]] | |||
[[File:Backpack2.JPG|300px]][[File:Ohrring.JPG|300px]] | |||
[[File:Ring.JPG|300px]][[File:Stirnband.JPG|300px]] | |||
[[File:Elektroniksens.jpeg|600px]] | |||
[[File:Atriummmi.JPG|200px]][[File:Baahnhof.JPG|200px]][[File:BAhnhoff.JPG|200px]] | |||
[[File:Barfusss.JPG|200px]][[File:Flyyy.JPG|200px]][[File:Nahkauff.JPG|200px]] | |||
[[File:Rolltreppe.JPG|200px]][[File:Showoff.JPG|200px]][[File:Steinesteine.JPG|200px]] | |||
[[File:Steubenstraße.JPG|200px]][[File:Tiefgarage.JPG|200px]][[File:Tunnelll.JPG|200px]] | |||
[[File:Waaaasser.JPG|200px]][[File:Wasssssser.JPG|200px]][[File:Zeitschrifttt.JPG|200px]] | |||
[[File:Aframe.JPG|200px]] | |||
In many cultures, as in science, it is believed | In many cultures, as in science, it is believed | ||
Line 24: | Line 43: | ||
am creating and moving. | am creating and moving. | ||
{{#ev:vimeo|755708631}} | |||
Due to my personal upbringing in the antroprosophic movement, I was inspired by it. The project is created around the believes of it | Due to my personal upbringing in the antroprosophic movement, I was inspired by it. The project is created around the believes of it. | ||
''' | |||
'''REALIZATION''' | |||
[[File:Illustrt.jpg|600px]] | |||
Line 72: | Line 91: | ||
int bodyVal,lightVal,tempVal,gasVal = 0; //Variablen "___Val" global definieren | int bodyVal,lightVal,tempVal,gasVal = 0; //Variablen "___Val" global definieren | ||
int tempDiff,lightDiff,gasDiff = 0; //Variablen für Differenz zwischen "bodyVal" und "___Val" | int tempDiff,lightDiff,gasDiff = 0; //Variablen für Differenz zwischen "bodyVal" und "___Val" | ||
void setup() { | void setup() { | ||
Line 78: | Line 96: | ||
Serial.begin(9600); //Geschwindigkeit für serielle Übertragung bestimmen | Serial.begin(9600); //Geschwindigkeit für serielle Übertragung bestimmen | ||
} | } | ||
void loop() { | void loop() { | ||
bodyVal = analogRead(bodyPin); | bodyVal = analogRead(bodyPin); | ||
Serial.print ("Body: "); | Serial.print ("Body: "); | ||
Line 123: | Line 140: | ||
} | } | ||
delay(30000); | delay(30000); | ||
} | } | ||
Line 154: | Line 170: | ||
The jewelry forms the end of the body sensor. It is made of coated copper, so that the value is measured only from a certain point. The design is very subtle, organic and simple. The total weight must not be too high, because it hangs on the ears. | The jewelry forms the end of the body sensor. It is made of coated copper, so that the value is measured only from a certain point. The design is very subtle, organic and simple. The total weight must not be too high, because it hangs on the ears. | ||
'' | [[/'''WORK IMPRESSIONS''']] | ||
[[ | [[/'''REFERENCES +INSPIRATION''']] |
edits