GMU:Speculative Atmospheres II/Robin: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 13: Line 13:
The choice of the sensor for my project is the DHT11 Sensor.  
The choice of the sensor for my project is the DHT11 Sensor.  


''[[The progress I made:]]''
==''[[The progress I made:]]''==


1. The fist big Step was to find a concept and bring to paper. I asked myself questions like: How should it look? Is it possible to see the temperature accurate enough? How should the visualization look?
1. The fist big Step was to find a concept and bring to paper. I asked myself questions like: How should it look? Is it possible to see the temperature accurate enough? How should the visualization look?
Line 62: Line 62:
   Serial.println();
   Serial.println();
}
}
</source>
</source>


Line 93: Line 92:
       fill(255, 255, 255);
       fill(255, 255, 255);
       circle(width/2, height/2, 100);
       circle(width/2, height/2, 100);
</source>
</source>