basic lightning detector with gps and sd card logging

Dependencies:   AS3935 AdafruitGPS SDFileSystem TSI mbed ConfigFile

Revisions of main.cpp

Revision Date Message Actions
13:3d717008645c 2015-07-15 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. File  Diff  Annotate
12:7c58c7a6b25c 2015-07-01 Update FW version. Add 2 ms delay in ISR per the AS3935 data sheet. File  Diff  Annotate
11:a4096e656762 2015-07-01 Add in the 2 ms wait to the AS3935 ISR per the data sheet. Update to FW version 4. File  Diff  Annotate
10:499140eb469b 2015-07-01 fix typo in timezone conversion File  Diff  Annotate
9:15c9bf86d908 2015-07-01 add a check for NULL fp before attempting to close the configuration file. File  Diff  Annotate
8:f8830b6c6d9b 2015-06-30 add code to use the rtc to keep track of time File  Diff  Annotate
6:96b0dbe76357 2015-06-30 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. File  Diff  Annotate
5:1d4fd419cfb7 2015-06-24 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. File  Diff  Annotate
4:4d26ba1ae0f7 2015-06-24 Store all configuration register values and firmware version to config_data.csv file at startup. Delete obsolete code. File  Diff  Annotate
3:e3974328d808 2015-06-24 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. File  Diff  Annotate
2:3edb129c60b2 2015-06-23 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. File  Diff  Annotate
1:10d2a051285e 2015-06-22 basic lightning detector, with gps and sd card logging File  Diff  Annotate
0:3328df4c3116 2015-06-19 first pass integrating lightning sensor with gps and logging File  Diff  Annotate