Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.6 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.6 KB

Rozhen Meteorology Station

This repo contains some code preparation for an Arduino Meteorological station which I was a an advisor for during the first summer school on space research, technology and applications at Rozhen Observatory, Bulgaria.

All the code is written during practical sessions of the school with purely educational purposes in mind. It is intended for people who have little to no knowledge in Arduino and embedded programming to get some basic knowledge and make a simple meteorological station with COTS sensors.

Code Examples:

  • 1_Blink_LED: Example of blinking a LED - Arduino Hello World program to get started :)
  • 2_Continuous_LED: Blinking a LED continuously - using PWM to make the blinking more smooth.
  • 3_Reading_Temp: Connecting the DHT11 sensor, reading temperature and humidity through the DHT.h library.
  • 4_Example_FW: Connecting the Sparkfun Weather Shield and writing example firmware based on Nathan Seidle and Joel Bartlett's version (Beerware license).
  • 5_Example_SD_Card: Connecting the SD Card and writing simple date (miliseconds elapsed) since the Arduino is online.
  • 6_Final_Station_FW: The final weather station firmware which we're using for the Arduino when flying on our drone to log the data.