Advanced Arduino data logger
educ8s.tv has posted a video tutorial on building an advanced Arduino data logger that records temperature, humidity, barometric pressure, and ambient light intensity on a micro SD storage card. It uses some easily available sensors, like DHT22, BMP180, and BH1750, for sensing the surrounding environment and the DS3231 RTC module for time-stamping the measurements. The tutorial describes in steps how to setup the complete project on a breadboard. The data logger runs for about 2 weeks using simple AA batteries and the data are stored on the SD card in a .csv file for easy transport to PC for further processing.