In February 2018 the Open Source Group starts working on the ZEWS as an expanded implementation of the OSWS (Open Source Weather Station) project that I created to make the students more aware of the global Weather Conditions.
On March 2018 first prototype is completed with one Arduino Uno I2C Master outputing the main data from the following sensors:
1. Thermometer: Temperature measurement
2. Hygrometer: Humidity measurement
3. Barometer: Atmospheric pressure measurement
4. Lux-meter: Measurement of light
Sensors 1 to 3 housing is prototyped for testing.
In April 2018 Anemometer Wind Speed & Direction are completed as well as the Pyranometer is at work in progress. The second prototype and first release of the ZEWS is completed with one Arduino Uno I2C Master outputing the main data from the following sensors:
1. Anemometer: Wind speed and direction
2. Thermometer: Temperature measurement
3. Hygrometer: Humidity measurement
4. Barometer: Atmospheric pressure measurement
5. Lux-meter: Measurement of light
We finished also programming the Raspberry Pi as a DB and Web server and presented the project at the school.
Schematics
Wind vane direction encoder
This schematic is used to build the encoder for the wind vane. You can use the outputs from the encoder directly or use the additional 8 to 3 encoder to save pins on the arduino.
This is the schematic showing how to connect all the sensors together. It is using I2C bus so i has SDA/SCL and +V/GND running to all of the I2C sensors. The analogue ones are shown connected directly to the pins.
The Zeus Weather Station (ZEWS) is an initiative of the Harry Fultz Institute Open Source Club to promote Open Source Software and Hardware and education on Weather Monitoring as a better implementation of the OSWS (Open Source Weather Station) project and data gathering from various sensors while containing the cost of the ZEWS on a limited budget. — Read More