183
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Generative images influenced by tempererature == | |||
[[File:1234.gif|400px]] | [[File:1234.gif|400px]] | ||
=== Idea === | |||
A genarative image or a series of images is drawn and influenced by the data of a temperature sensor. | |||
=== Technical soloutions === | |||
An arduino with an temperature sensor records the data to a storage medium. (In this case a micro-sd crad shield). This data will be put into a Processing-Script to generate images. | |||
The data has to be recorded in intervals. The timeframe for these recordings have to be explored. | |||
=== Examples / Current state === | |||
[[File:comp.jpg|400px]] | |||
The image shows two ways for visualizing the changes over time. Each image was taken after 1000 frames. | |||
In the first row the canvas is reset each time, the second row shows an accumulation of data over time. | |||
=== Next Steps / Milestones / Points for research and thinking === | |||
- What does temperature look like? | |||
- Do I need to know the temperature in a common scale? | |||
- Sould I also present it with a common scale? (Give a reference.) | |||
- What is a good timeframe for recording the data? (10 minutes, 30 minutes, 1 hour) | |||
[[/Graphics with Processing/]] | [[/Graphics with Processing/]] |
edits