Step 8Implementation 2 - weather station
The weatherstation is a bit trickier than the serverroom.
There is a lot of interference outside.
The sun may hit a sensor, sending it from -1 to 30 c in 5 minutes.
I solved this by using three sensors placed at points which would receive sunlight at different times during the day. Since heat is the only "noise" in the measurement, I just use the sensor with the lowest reading at any time as my "outside temperature".
This temperature is again smoothed by averaging the last few minutes.
| « Previous Step | Download PDFView All Steps | Next Step » |
1
comment
|
Add Comment
|
![]() |
Add Comment
|





















































