User Tools

Site Tools


en:aws

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:aws [2014/08/18 19:31] – [Auto diagnostics] fluktuaciaen:aws [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Automatic weather station AWS01B ======+====== Automatic weather station AWS02A ======
  
 An autonomous weather station with its own auto-diagnostics. The station is designed to work in remote areas together with other scientific instruments like robotic telescopes or[[cs:programming_tasks| other measurement stations]]. An autonomous weather station with its own auto-diagnostics. The station is designed to work in remote areas together with other scientific instruments like robotic telescopes or[[cs:programming_tasks| other measurement stations]].
Line 7: Line 7:
 Apart from these technically still unsolved problems, there are other reasons to design such station - most notably an absence of serious OpenSource-hardware solution for meteorological data collection providing data for [[http://openweathermap.org/|OpenWeatherMap]] network. (([[http://www.slideshare.net/Dennsy/gisconf-2012|OpenWeatherMap on the Open GIS Conference 2012]])) Apart from these technically still unsolved problems, there are other reasons to design such station - most notably an absence of serious OpenSource-hardware solution for meteorological data collection providing data for [[http://openweathermap.org/|OpenWeatherMap]] network. (([[http://www.slideshare.net/Dennsy/gisconf-2012|OpenWeatherMap on the Open GIS Conference 2012]]))
  
 +
 +===== Sensor construction =====
 +
 +V této verzi stanice bylo ustoupeno od pokusů používat standardní komerční snímače vesměs uzpůsobené k vestavění do konkrétní proprietární meteostanice daného výrobce. Místo toho jsou navrhovány vlastní konstrukce snímačů a jejich zakrytování.
 +
 +==== Stevenson Screen ====
 +
 +Prvním navrženým snímačem je radiační štít tisknutelný na 3D tiskárně.  Štít je navržen v programu [[cs:tools|OpenSCAD]] a jeho zdrojové soubory jsou v SVN repozitáři MLABu. Výtisk na následujících snímcích je z biodegradabilního [[http://en.wikipedia.org/wiki/Polylactic_acid|materiálu PLA]].
 +
 +{{ :cs:designs:meteo:weather_screen_top.jpg?direct&300 |}}
 +{{ :cs:designs:meteo:weather_screen_bottom.jpg?direct&300 |}}
 +
 +
 +=== Ultrasound anemometer ===
 +
 +  * http://hackaday.com/2013/08/21/ultrasonic-anemometer-for-an-absurdly-accurate-weather-station/
 +  * http://www.technik.dhbw-ravensburg.de/~lau/ultrasonic-anemometer.html
 +
 +====== Automatická meteostanice AWS01B ======
 +
 +Tato konstrukce využívá meteorologická čidla ze stanice wh1080.  Jejich vyčítání je řešeno Microchip [[cs:pic16f87xtq44|PIC]] MCU. Od této konstrukce je postupně upouštěno z důvodu špatné dostupnosti náhradních mechanických dílů, jejich kvalitě a omezeným možnostem MCU. Ostatní kvalitní v této konstrukci ověřené snímače jsou však přeneseny do následující verze.
  
 ===== Sensors ===== ===== Sensors =====
Line 265: Line 286:
 ===== Output data format ===== ===== Output data format =====
  
-Ideal output data should be compatible with of the already used meteorological data protocols:+Ideal output data should be compatible with one of the already used meteorological data protocols:
  
   * NMEA   * NMEA
Line 276: Line 297:
 ==== Data recording ==== ==== Data recording ====
  
-Data measured by weather station should be recorded and displayed locally. That is why a program serving the weather station should run either on local computer or directly on weather station processor. In the latter case, the weather station would probably run a web server as well, which could provide local data previews and send them to collection network.+Data measured by weather station should be recorded and displayed locally. That is why a program serving the weather station should run either on local computer or directly on weather station processor. In the latter case, the weather station would probably run a web server as well, which could provide local data previews and send them to collecting network.
  
 The following list contains some of the most widespread Open-Source programs for local data recording and processing. The following list contains some of the most widespread Open-Source programs for local data recording and processing.
Line 288: Line 309:
 [[http://www.wunderground.com/weatherstation/setup.asp?MR=1#software|zdroj]] [[http://www.wunderground.com/weatherstation/setup.asp?MR=1#software|zdroj]]
  
-Our ideal program should be multi-platform with minimal operating requirements and with possibility of sending data to one of the global network of weather stations. The data should be, at the same time, locally backed up and they should be able to combine with data from other stations. Examples of such databases include: [http://www.arpa.emr.it/dettaglio_documento.asp?id=514&idlivello=64| DB-All.e]]  or [[http://www.unidata.ucar.edu/software/netcdf/docs/|NetCDF]].+Our ideal program should be multi-platform with minimal operating requirements and with possibility of sending data to one of the global network of weather stations. The data should be, at the same time, locally backed up and they should be able to combine with data from other stations. Examples of such database include: [[http://www.arpa.emr.it/dettaglio_documento.asp?id=514&idlivello=64| DB-All.e]]  or [[http://www.unidata.ucar.edu/software/netcdf/docs/|NetCDF]].
  
 ===== Examples of use ===== ===== Examples of use =====
Line 332: Line 353:
   * **ver** denotes the device and firmware version    * **ver** denotes the device and firmware version 
   * **seq** is the serial number of a measurement    * **seq** is the serial number of a measurement 
-  * **temp[K]** denotes the temperature from thermometer (in hundredths of Kelvin) +  * **temp[K]** denotes the temperature measured thermometer (in hundredths of Kelvin) 
   * **hum_temp[K]** - temperature from 1st humidity sensor    * **hum_temp[K]** - temperature from 1st humidity sensor 
   * **hum[%]** - relative humidity measured by 1st humidity sensor    * **hum[%]** - relative humidity measured by 1st humidity sensor 
Line 348: Line 369:
 This condition occurs after resetting the device. This condition occurs after resetting the device.
  
-Following that, a new firmware can be send using a command listed below (either under root account or under account with absolute access to the serial line)+Following that, a new firmware can be send using a command listed below (either under root account or under account with access to the serial line)
  
   $ echo uf > /dev/ttyUSB0     $ echo uf > /dev/ttyUSB0  
Line 366: Line 387:
  
   * [[http://en.wikipedia.org/wiki/Automatic_weather_station|Automatic weather station]]   * [[http://en.wikipedia.org/wiki/Automatic_weather_station|Automatic weather station]]
 +  * [[http://iepas.net/update-on-the-mma-weather-station/|MMA Weather Station]] - Related project with almost the same ideas. 
   * [[http://en.wikipedia.org/wiki/Automated_airport_weather_station|Automated airport weather station]]   * [[http://en.wikipedia.org/wiki/Automated_airport_weather_station|Automated airport weather station]]
   * [[http://en.wikipedia.org/wiki/Climate_and_Forecast_Metadata_Conventions|Climate and Forecast Metadata Conventions]]   * [[http://en.wikipedia.org/wiki/Climate_and_Forecast_Metadata_Conventions|Climate and Forecast Metadata Conventions]]
en/aws.1408390275.txt.gz · Last modified: 2014/08/18 19:31 (external edit)