Commit Graph

731 Commits

Author SHA1 Message Date
SRGDamia1 5f1d92b43c Fixed missing ;'s
Also added mayfly to test boards
2017-06-12 12:50:04 -04:00
SRGDamia1 adca18c413 Fixed test build 2017-06-08 18:30:26 -04:00
SRGDamia1 d71928f6c2 Added all possible modems to examples 2017-06-08 18:06:12 -04:00
SRGDamia1 cbdd66e7c1 Created test builds for each modem 2017-06-08 18:02:00 -04:00
SRGDamia1 84e5ff5006 Fixed getSignalQuality and waitForNetwork on ESP8266 2017-06-08 17:53:21 -04:00
SRGDamia1 ea1a4706f9 Grouped connection quality functions 2017-06-08 13:29:05 -04:00
SRGDamia1 b5dace330b Fixed indentation error 2017-06-08 13:16:22 -04:00
SRGDamia1 c52869c6b1 Made waitResponse and sendAT private again
I realized they're not as usable on their own as I expected.
2017-06-08 13:10:42 -04:00
SRGDamia1 6ca81ae11b Modified test_build to test all modems 2017-06-08 12:15:00 -04:00
Sara Damiano 6b6d14df3a Merge pull request #5 from vshymanskyy/master
Pulled ReadMe Updates
2017-06-07 17:22:17 -04:00
Sara Damiano a72fc0d3b6 Merge pull request #4 from EnviroDIY/sigQual2
Returning signal quality from ESP8266, XBee, tweeks for LTE-C1
2017-06-07 17:18:26 -04:00
SRGDamia1 3b6f4b7f59 Tiny fix to XBee debug 2017-06-07 17:17:34 -04:00
SRGDamia1 4cbdd941cb Rewrote XBeeType as an enum, which seems to work much better 2017-06-07 17:11:20 -04:00
SRGDamia1 8a49f72f19 Trying to find error in XBee 2017-06-07 15:51:41 -04:00
SRGDamia1 56db5458e0 Corrected more XBee errors
Fixing hex return formats and catching missed wifi/cell differences
2017-06-07 15:25:45 -04:00
SRGDamia1 787fb33054 Fixed ESP8266 GetSignalQuality 2017-06-07 15:25:36 -04:00
SRGDamia1 d26f1f524e Corrected call for hardware serial 2017-06-07 15:25:32 -04:00
SRGDamia1 a129331e42 Added getSignalQuality for ESP8266 2017-06-07 15:25:26 -04:00
SRGDamia1 b771b1f313 Accounting for API differences in XBee between WiFi and Cellular 2017-06-07 15:25:16 -04:00
Volodymyr Shymanskyy e90fc43a89 Update README.md 2017-05-30 14:29:23 +03:00
SRGDamia1 7a4899189f Increased time again for XBee host lookup 2017-05-19 16:40:29 -04:00
Volodymyr Shymanskyy bac01352a1 Update README.md 2017-05-17 16:01:08 +03:00
Volodymyr Shymanskyy c5448bb269 Update README.md 2017-05-17 15:57:34 +03:00
Volodymyr Shymanskyy dca1f587f7 Update README.md 2017-05-17 15:56:32 +03:00
SRGDamia1 808e58307a Increased timeout for IP address lookup on XBee 2017-05-08 18:40:19 -04:00
SRGDamia1 df8baffee6 Added more timeouts to XBee to prevent hanging
I'm remarkably good at getting all of these things to hang..
2017-05-08 18:25:48 -04:00
SRGDamia1 0399157118 Stabilized XBee a bit
Added an extra function to empty the buffer between calls and added some extra wait times for responses.
2017-05-05 18:00:19 -04:00
SRGDamia1 2055c4568f Working to stop ESP from hanging 2017-05-05 17:01:03 -04:00
Sara Damiano 9cab85e167 Merge pull request #2 from EnviroDIY/UDP2
Cleaned up debugging
2017-05-04 16:08:34 -04:00
SRGDamia1 d06031a89c Removed everything but cleaning up the debugging 2017-05-04 15:54:15 -04:00
SRGDamia1 7b0c0217d5 Just some debugger changes 2017-05-04 15:27:38 -04:00
SRGDamia1 8bc626f415 Totally different attempt 2017-05-04 15:22:21 -04:00
SRGDamia1 f84789a49b Added WaitForNetwork and too much debugging to ESP8266 2017-05-02 18:16:06 -04:00
Sara Damiano 0b4e1317c8 Merge pull request #1 from EnviroDIY/xbee_trans
Added support for XBee's command mode
2017-04-13 15:53:33 -04:00
SRGDamia1 cdfad5274d Extra wait to clear buffer 2017-04-13 15:33:11 -04:00
SRGDamia1 5794d7b910 Added missing wait resopnse 2017-04-13 14:37:29 -04:00
SRGDamia1 88fe00e98e Added hack to close sockets 2017-04-13 14:10:11 -04:00
SRGDamia1 eac16fb02e Added pin sleep, removed FIFO 2017-04-13 13:51:33 -04:00
SRGDamia1 4522c31ee2 IT WORKS! 2017-04-13 12:37:58 -04:00
SRGDamia1 b0827e9565 Minor debugging tweaks 2017-04-13 01:37:26 -04:00
SRGDamia1 baa9768532 Fixed missing semicolon 2017-04-09 14:34:04 -04:00
SRGDamia1 e4716cabc4 DBG 2017-04-09 14:31:25 -04:00
SRGDamia1 ad278fb834 Extra debugging 2017-04-09 14:30:24 -04:00
SRGDamia1 7e80677569 A bit of debugging 2017-04-09 14:24:06 -04:00
SRGDamia1 5602888f87 Tweaked Bee a bit 2017-04-09 14:13:29 -04:00
SRGDamia1 ffc07b15fa Corrected name in common 2017-04-09 12:42:08 -04:00
SRGDamia1 282d89119b Unified interface a bit more 2017-04-09 12:04:01 -04:00
SRGDamia1 0a5baf7e2a Debug off by default 2017-04-09 02:10:40 -04:00
SRGDamia1 3b0e70441d Added XBee (untested) 2017-04-09 01:39:49 -04:00
SRGDamia1 206044a1ba Removed completed TODO 2017-04-06 13:33:51 -04:00