basic lightning detector with gps and sd card logging

Dependencies:   AS3935 AdafruitGPS SDFileSystem TSI mbed ConfigFile

History

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

2015-07-15, by cmkachur [Wed, 15 Jul 2015 21:25:24 +0000] rev 13

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.


Update FW version. Add 2 ms delay in ISR per the AS3935 data sheet.

2015-07-01, by cmkachur [Wed, 01 Jul 2015 19:39:05 +0000] rev 12

Update FW version. Add 2 ms delay in ISR per the AS3935 data sheet.


Add in the 2 ms wait to the AS3935 ISR per the data sheet. Update to FW version 4.

2015-07-01, by cmkachur [Wed, 01 Jul 2015 19:29:54 +0000] rev 11

Add in the 2 ms wait to the AS3935 ISR per the data sheet. Update to FW version 4.


fix typo in timezone conversion

2015-07-01, by ftagius [Wed, 01 Jul 2015 19:03:20 +0000] rev 10

fix typo in timezone conversion


add a check for NULL fp before attempting to close the configuration file.

2015-07-01, by ftagius [Wed, 01 Jul 2015 14:00:03 +0000] rev 9

add a check for NULL fp before attempting to close the configuration file.


add code to use the rtc to keep track of time

2015-06-30, by ftagius [Tue, 30 Jun 2015 21:13:18 +0000] rev 8

add code to use the rtc to keep track of time


Add ability to configure the system from a zeus.cfg configuration file on the SD card.

2015-06-30, by cmkachur [Tue, 30 Jun 2015 16:23:48 +0000] rev 7

Add ability to configure the system from a zeus.cfg configuration file on the SD card.


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.

2015-06-30, by cmkachur [Tue, 30 Jun 2015 16:21:39 +0000] rev 6

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.


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.

2015-06-24, by cmkachur [Wed, 24 Jun 2015 18:18:43 +0000] rev 5

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.


Store all configuration register values and firmware version to config_data.csv file at startup. Delete obsolete code.

2015-06-24, by cmkachur [Wed, 24 Jun 2015 16:36:55 +0000] rev 4

Store all configuration register values and firmware version to config_data.csv file at startup. Delete obsolete code.