Datalogger that reads temperature, humidity and light level every couple of seconds, and store the data in a microSD card (.CSV file).
Dependencies: DS1302 SDFileSystem mbed
Fork of temp_humid_time_DS1302_LM35_DHT11 by
This is a weather station/datalogger using a Freescale FRDM-K64F dev board, a LM35 (temperature sensor), a DHT11 (temperature and humidity sensor), a DS1302 (timekeeper module) and a LDR (light level sensor). All the data is periodically stored on a microSDHC card; The acquisition period is adjustable via software (by setting the value of a counter).
There is also (commented) code for sending all these information via serial to a terminal on PC.
Full explanation, details and schematics can be found here: http://embedded-clovis.blogspot.ca/2014/07/temperature-datalogger-with-arm-cortex.html
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
1:4b3e952a1406 | 2014-07-24 | Clovis | Initial release for the FRDM-K64F group |
0:8f0934e41a57 | 2014-07-04 | Clovis | Datalogger for temperature, humidity and light level, using a FRDM-K64F development board by Freescale and storing data on a microSD card. It keeps track of the time by means of a DS1302 timekeeping chip. |