Here it is ...
Dependencies: libxDot-mbed5 TSL2561
Fork of Dot-Examples by
History
refactored for boy scout demo. Gain is being set to high (16x) too.
2018-07-30, by David Gutsch dgutsch@umail.iu.edu [Mon, 30 Jul 2018 08:51:08 -0400] rev 40
refactored for boy scout demo. Gain is being set to high (16x) too.
board configured for cellular gateway. added led flashes at startup. reconfigured to sleep hourly for 1 hour, and daily for 12 hours
2018-07-26, by David Gutsch dgutsch@umail.iu.edu [Thu, 26 Jul 2018 12:03:47 -0400] rev 39
board configured for cellular gateway. added led flashes at startup. reconfigured to sleep hourly for 1 hour, and daily for 12 hours
added tsl2561 library
2018-07-25, by dgutsch [Wed, 25 Jul 2018 18:30:01 +0000] rev 38
added tsl2561 library
updated, with everything working (pseudo-data)
2018-07-25, by David Gutsch dgutsch@umail.iu.edu [Wed, 25 Jul 2018 14:23:40 -0400] rev 37
updated, with everything working (pseudo-data)
it finally sends. had to set the data rate before each send
2018-07-25, by David Gutsch dgutsch@umail.iu.edu [Wed, 25 Jul 2018 10:39:56 -0400] rev 36
it finally sends. had to set the data rate before each send
correctly sending all char data. Fighting the sends themselves
2018-07-24, by David Gutsch dgutsch@umail.iu.edu [Tue, 24 Jul 2018 11:57:49 -0400] rev 35
correctly sending all char data. Fighting the sends themselves
small programatic change that could be reasoning behind why it only does the send once. (moving vector declaration)
2018-07-22, by dgutsch [Sun, 22 Jul 2018 17:25:10 +0000] rev 34
small programatic change that could be reasoning behind why it only does the send once. (moving vector declaration)
app collects data 12 times and sends. Next step: 1) figure out why send is only successful once 2) set sleep time for correct interval
2018-07-19, by David Gutsch dgutsch@umail.iu.edu [Thu, 19 Jul 2018 10:48:47 -0400] rev 33
app collects data 12 times and sends. Next step: 1) figure out why send is only successful once 2) set sleep time for correct interval
it finally works! swapped the config function, changed join_delay from 5 to 1, and made small changes to pass serial address to different function
2018-07-12, by David Gutsch dgutsch@umail.iu.edu [Thu, 12 Jul 2018 12:54:47 -0400] rev 32
it finally works! swapped the config function, changed join_delay from 5 to 1, and made small changes to pass serial address to different function
fixing serial code
2018-07-11, by David Gutsch dgutsch@umail.iu.edu [Wed, 11 Jul 2018 13:40:54 -0400] rev 31
fixing serial code