basic lightning detector with gps and sd card logging

Dependencies:   AS3935 AdafruitGPS SDFileSystem TSI mbed ConfigFile

Changes

RevisionDateWhoCommit message
13:3d717008645c 2015-07-15 cmkachur Eliminate 50 ms delay when changing LED in main loop. ; Add a configuration parameter for using the RTC. The default is to use the RTC time.; Update FW version to 5. default tip
12:7c58c7a6b25c 2015-07-01 cmkachur Update FW version. Add 2 ms delay in ISR per the AS3935 data sheet.
11:a4096e656762 2015-07-01 cmkachur Add in the 2 ms wait to the AS3935 ISR per the data sheet. Update to FW version 4.
10:499140eb469b 2015-07-01 ftagius fix typo in timezone conversion
9:15c9bf86d908 2015-07-01 ftagius add a check for NULL fp before attempting to close the configuration file.
8:f8830b6c6d9b 2015-06-30 ftagius add code to use the rtc to keep track of time
7:6ec9a579079c 2015-06-30 cmkachur Add ability to configure the system from a zeus.cfg configuration file on the SD card.
6:96b0dbe76357 2015-06-30 cmkachur Add ability to read a zeus.cfg configuration file used for setting registers in the AS3935. If the file does not exist, create the file with default parameters.
5:1d4fd419cfb7 2015-06-24 cmkachur Tune the antenna before calibrating the RCO per the data sheet. The calibrateRCO() method was modified to not overwrite the value of the tuning capacitor from the antenna tune method.
4:4d26ba1ae0f7 2015-06-24 cmkachur Store all configuration register values and firmware version to config_data.csv file at startup. Delete obsolete code.
3:e3974328d808 2015-06-24 ftagius move the sd card logging out of the isr. it appears if we spend too much time in the isr, the device can hang when interrupts occur in quick succession.
2:3edb129c60b2 2015-06-23 cmkachur Add method for reading energy of lightning strike. Add energy data to the log file. Remove call to powerUp() since this was only setting outdoor mode which was done elsewhere.
1:10d2a051285e 2015-06-22 ftagius basic lightning detector, with gps and sd card logging
0:3328df4c3116 2015-06-19 ftagius first pass integrating lightning sensor with gps and logging