Difference: ASmallMeteorologicalStation (1 vs. 5)

Revision 52017-10-12 - uli

Line: 1 to 1
 
META TOPICPARENT name="TheUCCOpenDay"

A meteorological station.

Line: 8 to 8
  This is by far the most evolved of the Open Day demo projects. It takes a measurement every 60 s and can run for weeks. Not only does it show the temperature, humidity and air pressure on its LCD display it also keeps a log file with all values measured, which can be analyzed and plotted offline.
Changed:
<
<
meteo.png
>
>
meteoPhoto.png
  The small PCB on the left is the BMP180 temperature and atmospheric pressure sensor while the PCB, just left of the blue cobbler, is the DHT11 humidity and temperature sensor. Since the temperature measurement on the BMP180 is more precise than the one on the DHT11 we use this measurement for display and logging.

The following plot shows the temperature and the humidity measured in the computer lab over a few days. One can clearly see that at the beginning of the measurement period the air conditioner had broken down and the temperature rose up to
30 °C while the humidity rose to 70%. The temperature drop which happened when the air conditioner was repaired is clearly visible.

Changed:
<
<
meteoPlot.png
>
>
meteoPlot.png
  -- Uli Raich - 2017-10-06
Line: 22 to 22
 
<--/commentPlugin-->
Deleted:
<
<
META FILEATTACHMENT attachment="meteo.png" attr="" comment="" date="1507736151" name="meteo.png" path="meteo.png" size="22567" user="uli" version="2"
 
META FILEATTACHMENT attachment="airPressure.png" attr="" comment="" date="1507563098" name="airPressure.png" path="airPressure.png" size="55228" user="uli" version="1"
META FILEATTACHMENT attachment="tempHumi.png" attr="" comment="" date="1507563098" name="tempHumi.png" path="tempHumi.png" size="83937" user="uli" version="1"
META FILEATTACHMENT attachment="meteo.tar.gz" attr="" comment="" date="1507734841" name="meteo.tar.gz" path="meteo.tar.gz" size="461178" user="uli" version="1"
META FILEATTACHMENT attachment="meteoPlot.png" attr="" comment="" date="1507736241" name="meteoPlot.png" path="meteoPlot.png" size="22567" user="uli" version="1"
Added:
>
>
META FILEATTACHMENT attachment="meteoPhoto.png" attr="" comment="" date="1507815330" name="meteoPhoto.png" path="meteoPhoto.png" size="1071065" user="uli" version="1"

Revision 42017-10-11 - uli

Line: 1 to 1
 
META TOPICPARENT name="TheUCCOpenDay"

A meteorological station.

Line: 14 to 14
  The following plot shows the temperature and the humidity measured in the computer lab over a few days. One can clearly see that at the beginning of the measurement period the air conditioner had broken down and the temperature rose up to
30 °C while the humidity rose to 70%. The temperature drop which happened when the air conditioner was repaired is clearly visible.
Changed:
<
<
tempHumi.png

... and the barometric pressure.

airPressure.png

>
>
meteoPlot.png
  -- Uli Raich - 2017-10-06
Line: 26 to 22
 
<--/commentPlugin-->
Changed:
<
<
META FILEATTACHMENT attachment="meteo.png" attr="" comment="" date="1507552729" name="meteo.png" path="meteo.png" size="1071065" user="uli" version="1"
>
>
META FILEATTACHMENT attachment="meteo.png" attr="" comment="" date="1507736151" name="meteo.png" path="meteo.png" size="22567" user="uli" version="2"
 
META FILEATTACHMENT attachment="airPressure.png" attr="" comment="" date="1507563098" name="airPressure.png" path="airPressure.png" size="55228" user="uli" version="1"
META FILEATTACHMENT attachment="tempHumi.png" attr="" comment="" date="1507563098" name="tempHumi.png" path="tempHumi.png" size="83937" user="uli" version="1"
Added:
>
>
META FILEATTACHMENT attachment="meteo.tar.gz" attr="" comment="" date="1507734841" name="meteo.tar.gz" path="meteo.tar.gz" size="461178" user="uli" version="1"
META FILEATTACHMENT attachment="meteoPlot.png" attr="" comment="" date="1507736241" name="meteoPlot.png" path="meteoPlot.png" size="22567" user="uli" version="1"

Revision 32017-10-09 - uli

Line: 1 to 1
 
META TOPICPARENT name="TheUCCOpenDay"

A meteorological station.

Line: 12 to 12
  The small PCB on the left is the BMP180 temperature and atmospheric pressure sensor while the PCB, just left of the blue cobbler, is the DHT11 humidity and temperature sensor. Since the temperature measurement on the BMP180 is more precise than the one on the DHT11 we use this measurement for display and logging.
Added:
>
>
The following plot shows the temperature and the humidity measured in the computer lab over a few days. One can clearly see that at the beginning of the measurement period the air conditioner had broken down and the temperature rose up to
30 °C while the humidity rose to 70%. The temperature drop which happened when the air conditioner was repaired is clearly visible.

tempHumi.png

... and the barometric pressure.

airPressure.png

 -- Uli Raich - 2017-10-06

Comments

Line: 19 to 27
 
<--/commentPlugin-->

META FILEATTACHMENT attachment="meteo.png" attr="" comment="" date="1507552729" name="meteo.png" path="meteo.png" size="1071065" user="uli" version="1"
Added:
>
>
META FILEATTACHMENT attachment="airPressure.png" attr="" comment="" date="1507563098" name="airPressure.png" path="airPressure.png" size="55228" user="uli" version="1"
META FILEATTACHMENT attachment="tempHumi.png" attr="" comment="" date="1507563098" name="tempHumi.png" path="tempHumi.png" size="83937" user="uli" version="1"

Revision 22017-10-09 - uli

Line: 1 to 1
 
META TOPICPARENT name="TheUCCOpenDay"

A meteorological station.

Changed:
<
<
We have 2 PCBs in out sensor collection for use in a meteorological station: The BMP180 atmospheric pressure sensor, which can also measure the ambient temperature and the DHT11 temperature and humidity sensor. Again we use the 2-line display to show the results.
>
>
We have 2 PCBs in our sensor collection for use in a meteorological station: The BMP180 atmospheric pressure sensor, which can also measure the ambient temperature and the DHT11 temperature and humidity sensor. The BMP180 comes with an access library provided by the manufacturer, which must however be adapted to the I2C driver used by the Raspberry Pi.

Again we use the 2-line display controlled by the HD44780 LCD display controller to show the results.

This is by far the most evolved of the Open Day demo projects. It takes a measurement every 60 s and can run for weeks. Not only does it show the temperature, humidity and air pressure on its LCD display it also keeps a log file with all values measured, which can be analyzed and plotted offline.

meteo.png

The small PCB on the left is the BMP180 temperature and atmospheric pressure sensor while the PCB, just left of the blue cobbler, is the DHT11 humidity and temperature sensor. Since the temperature measurement on the BMP180 is more precise than the one on the DHT11 we use this measurement for display and logging.

  -- Uli Raich - 2017-10-06

Comments

<--/commentPlugin-->
Added:
>
>
META FILEATTACHMENT attachment="meteo.png" attr="" comment="" date="1507552729" name="meteo.png" path="meteo.png" size="1071065" user="uli" version="1"

Revision 12017-10-06 - uli

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="TheUCCOpenDay"

A meteorological station.

We have 2 PCBs in out sensor collection for use in a meteorological station: The BMP180 atmospheric pressure sensor, which can also measure the ambient temperature and the DHT11 temperature and humidity sensor. Again we use the 2-line display to show the results.

-- Uli Raich - 2017-10-06

Comments

<--/commentPlugin-->
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback