797
edits
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''''Mapping of the Invisible Enviorment''''' | '''''Mapping of the Invisible Enviorment''''' | ||
"Idea" | |||
For my project I want to collect the invisible elements (data) that shape the natural atmosphere on my walks and visualize them artistically. | For my project I want to collect the invisible elements (data) that shape the natural atmosphere on my walks and visualize them artistically. | ||
Line 8: | Line 10: | ||
The time and route are stored using a tracking app.The data determines the parameters of the subsequent image design. | The time and route are stored using a tracking app.The data determines the parameters of the subsequent image design. | ||
For transport, a "rack" is built that attaches the breadboard to the body. | For transport, a "rack" is built that attaches the breadboard to the body. | ||
After each walk the collected Data will be read out and acryl painted onto a cardboardcanvas. For the background an abstracted version of the seen enviorment is painted. | |||
*Time/Duration= Size of the canvas | |||
*Route= Shape of the line | |||
*Temperature= Color | |||
*Light= Saturation of the color | |||
*Air quality= contour of the line | |||
*Pulse= Height of the line | |||
"Experimenting/sketching/collection of how to visualize" | |||
[[File:Screenshot (48).png|400px]] | |||
[[File:Linearroute.png|400px]] [[File:Anhang 1 (2).jpeg|400px]][[File:razm.jpeg|400px]] | |||
[[File:rotgelbrauml.jpeg|400px]] | |||
[[File:Hintergrund.png|400px]] | |||
"Code" | |||
#include <SPI.h> //including SDcard | |||
#include <SD.h> | #include <SD.h> | ||
#include <math.h> //including for temperature calculation | #include <math.h> //including for temperature calculation | ||
Line 70: | Line 95: | ||
Serial.println("error opening test.txt"); | Serial.println("error opening test.txt"); | ||
} | } | ||
} | } | ||
"Breadboard" | |||
edits