Barometer program : Data Logger function includes Barometer & temperature (BMP180), Humidity & temp. (RHT03), Sunshine (Cds), RTC(M41T62) data. : Logging data saves into EEPROM (AT24C1024) using ring buffer function.

Dependencies:   AT24C1024 RHT03 TextLCD BMP180 M41T62

Fork of mbed_blinky by Mbed

Please see https://mbed.org/users/kenjiArai/notebook/mbed-lpc1114fn28-barometer-with-data-logging/#

Revisions of main.cpp

Revision Date Message Actions
16:f164f8912201 2014-07-03 Added monitor function and ring buffer function File  Diff  Annotate
15:065fbeddc305 2014-06-29 Barometer program / Step by step approach -> final step,; Barometer, Humidity, Sunshine, RTC data into EEPROM (logging) File  Diff  Annotate
14:18a98cad6109 2014-06-22 Barometer program / Step by step approach -> 8th step,; Check each function on I2C devices, EEPROM, LCD, RTC and BMP180 File  Diff  Annotate
13:950adc9d6d61 2014-06-22 Barometer program / Step by step approach -> 7th step,; Added RTC(M41T62 STmicro) control File  Diff  Annotate
12:1e21119688fe 2014-06-20 Barometer program / Step by step approach -> 6th step,; Added EEPROM(AT24C1024) control for data logging File  Diff  Annotate
11:bccfd75e84a0 2014-06-15 Barometer program / Step by step approach -> 5th step,; baro_BMP180.c -> Separated LCD part and BMP180 part and use exsiting Lib.(LCD) and new Lib.(BMP180) File  Diff  Annotate
10:398f62bb41f7 2014-06-14 Barometer program / Step by step approach -> 4th step,; Added Humidity sensor RHT03 w/ existing Lib. File  Diff  Annotate
9:ce80da60884a 2014-06-13 Barometer program / Step by step approach -> 3rd step,; Setup I2C I/F for BMP180(Baro) & AQM0802A(LCD) File  Diff  Annotate
8:f6aa5561f219 2014-06-13 Barometer program / Step by step approach 2nd step,; Check Analog input data (Cds, Vref and Volume) File  Diff  Annotate
7:d3b49f1d9f76 2014-06-13 Barometer program / step by step approach ->1st step,; Check LED & SWITCH File  Diff  Annotate
4:81cea7a352b0 2014-03-18 Re-add newline File  Diff  Annotate
3:2e347c65be00 2014-03-18 revert File  Diff  Annotate
2:c30dc3ae7426 2014-03-18 add comment File  Diff  Annotate
0:7dec7e9ac085 2013-10-11 First commit File  Diff  Annotate