Weather monitor/logger

In this project I wanted to try out different kinds of sensors and see how reliable and consistent they were, and analyze the data received. The initial idea was simply to log all data to an SD card, and swap it out once a month to recover the data periodically. This attempt did not work well, because of the microcontrollers difficulties at keeping the time, so I ended up just sending all the data to a Raspberry Pi 2, where a python script helped me collect the serial data to a file. The results can also be viewed live on an LCD on the arduino (the microcontroller)