Dave H's version of the EVB Demo. Sends to specific conduit, and sends with a comma separated text string

Dependencies:   DOGS102 ISL29011 MMA845x MPL3115A2 NCP5623B libmDot mbed-rtos mbed-src

Fork of MTDOT-EVBDemo by Multi-Hackers

History

wip default tip

2016-02-18, by daveheitzman [Thu, 18 Feb 2016 23:32:34 +0000] rev 8

wip


when an error is encountered on reading the barometer, it deletes it and rebuilds a new one. Now continues reporting readings after failures.

2015-08-24, by daveheitzman [Mon, 24 Aug 2015 18:55:25 +0000] rev 7

when an error is encountered on reading the barometer, it deletes it and rebuilds a new one. Now continues reporting readings after failures.


During long-running loop, discards any iterations that cause bad calls, and just continues instead of getting stuck in retry loop. Communicates on baud rate 115200 for ease of use.

2015-08-24, by daveheitzman [Mon, 24 Aug 2015 16:38:59 +0000] rev 6

During long-running loop, discards any iterations that cause bad calls, and just continues instead of getting stuck in retry loop. Communicates on baud rate 115200 for ease of use.


runs and works, sends string of csv for data points

2015-08-20, by daveheitzman [Thu, 20 Aug 2015 21:28:45 +0000] rev 5

runs and works, sends string of csv for data points


try sending string

2015-08-20, by daveheitzman [Thu, 20 Aug 2015 18:34:53 +0000] rev 4

try sending string


Added threads for push button switch debounce.

2015-07-15, by falingtrea [Wed, 15 Jul 2015 14:20:33 +0000] rev 3

Added threads for push button switch debounce.


Send logo to LCD before attempting connection to LoRa network. Added information on setting up for public LoRa network. Moved SW setup to beginning of main. Removed printf call from ISR functions. Added additional checks for exit_program.

2015-07-09, by falingtrea [Thu, 09 Jul 2015 20:32:03 +0000] rev 2

Send logo to LCD before attempting connection to LoRa network. Added information on setting up for public LoRa network. Moved SW setup to beginning of main. Removed printf call from ISR functions. Added additional checks for exit_program.


Ver 1.01 Removed "NULL" from instantiation of evbAmbientLight

2015-07-06, by falingtrea [Mon, 06 Jul 2015 21:10:10 +0000] rev 1

Ver 1.01 Removed "NULL" from instantiation of evbAmbientLight


Initial Release

2015-07-06, by falingtrea [Mon, 06 Jul 2015 19:58:08 +0000] rev 0

Initial Release