Commit Graph

673 Commits

Author SHA1 Message Date
Sara Damiano
2e03cdeaba Correct non-ssl connection 2019-05-20 10:37:30 -04:00
Sara Damiano
ff4fa1e042 Clarify units of timeouts 2019-05-20 10:24:27 -04:00
Sara Damiano
4ba8306880 Implement connect with timeout, XBee improvements 2019-05-20 09:21:08 -04:00
Sara Damiano
96c1fed3ef Typo 2019-05-17 17:15:31 -04:00
Sara Damiano
b70de126f5 Webclient needs a modem 2019-05-17 16:50:08 -04:00
Sara Damiano
6cf9ed3ae6 Default webclient buffer 2019-05-17 16:48:34 -04:00
Sara Damiano
70ca06dc9d Moved begin above init, reset historic buffer sizes 2019-05-17 16:40:01 -04:00
Sara Damiano
5411535870 Fix XBee 2019-05-17 15:45:58 -04:00
Sara Damiano
6ec6df6084 Minor example update 2019-05-17 15:31:45 -04:00
Sara Damiano
612451c1b7 Version bump 2019-05-17 14:07:07 -04:00
Sara Damiano
5446e30b1c Removing ESP from travis until they fix client api 2019-05-17 14:02:52 -04:00
Sara Damiano
d6be99273c Added SARA R4 to client 2019-05-17 14:02:03 -04:00
Sara Damiano
9a3d408923 Moved modem functions to pre-processor macros 2019-05-17 13:53:38 -04:00
Sara Damiano
85d309621d Condensed client functions into pre-processor macros 2019-05-17 12:23:35 -04:00
Sara Damiano
4c8104dfb6 Split out SARAR4 2019-05-17 11:11:10 -04:00
Sara Damiano
99a5b3938c Removed recursive calls to maitain (shouldn't I have leared) 2019-05-17 10:50:44 -04:00
Sara Damiano
090e0163c5 Name print 2019-05-15 16:47:07 -04:00
Sara Damiano
ea8d43df88 Added Sequans modem name 2019-05-14 17:26:49 -04:00
Sara Damiano
f2aca3b6b6 Removed parent class 2019-05-14 16:20:48 -04:00
Sara Damiano
da84f955e9 Pull Sequans Monarch from nootropicdesign 2019-05-14 15:54:23 -04:00
Sara Damiano
eeffd92674 Another xbee function to check if we have ip saved 2019-05-13 18:01:40 -04:00
Sara Damiano
a5cada3bab Fewer trips in and out of command mode with XBee 2019-05-09 11:39:43 -04:00
Sara Damiano
7bbe045c78 Trying to work better with the "async" close on the UBLOX SARA R410 2019-05-08 18:25:49 -04:00
Sara Damiano
43cd516d1f (Hopefully) better wait for close on SARA R410 2019-05-08 13:08:40 -04:00
Sara Damiano
3ecce8641e Add an extra 50ms wait around the guard time 2019-05-07 17:20:08 -04:00
Sara Damiano
38ce7c5478 Check for connection before ublox disconnect - don't want to wait 2 mins 2019-05-07 16:33:06 -04:00
Sara Damiano
f7aa4a6c6a Tacked in some maintains to hopefully reduce missed URC's 2019-05-07 16:18:54 -04:00
Sara Damiano
a63fd05fed A few debug prints, look for "+RECEIVE" from SIMCOM's 2019-05-07 15:39:36 -04:00
Sara Damiano
3df5d92955 Version bump 2019-05-07 14:24:06 -04:00
Sara Damiano
d5520757e4 Make sure that modemRead is properly maintaining sock_available 2019-05-07 14:23:32 -04:00
Sara Damiano
e18c5dacbd Fix https://github.com/vshymanskyy/TinyGSM/issues/266 2019-05-06 15:03:23 -04:00
Michael Krumpus
22dfff5052 Added Sequans Monarch AT Commands Manual. 2019-03-30 14:00:57 -05:00
Michael Krumpus
71dd56ce27 Added debug print of version. 2019-03-30 13:53:43 -05:00
Michael Krumpus
a21fa2d7a8 Merge remote-tracking branch 'upstream/master' 2019-03-30 13:47:49 -05:00
Michael Krumpus
f3a18828d7 Fixed shutdown command. 2019-03-30 13:18:51 -05:00
Sara Damiano
5de558352b Merge EnviroDIY master 2019-03-19 11:04:07 -04:00
Sara Damiano
19c377b68a Version bump. Also print version in init for debugging 2019-03-19 10:39:57 -04:00
Sara Damiano
50d7fb4b6b Fix #199 2019-03-19 10:38:26 -04:00
Sara Damiano
c74defbfbe Merge branch 'v_master' 2019-03-18 12:09:04 -04:00
Sara Damiano
5858a83706 Merge branch 'master' into v_master 2019-03-18 12:04:58 -04:00
Sara Damiano
fdd0279f70 Merge pull request #253 from ldab/master
fix CFUN restart on R4xxx and add +URAT options
2019-03-18 12:00:34 -04:00
Sara Damiano
c89af3019e Implement factory restore for UBLOX LTE-M 2019-03-18 11:45:04 -04:00
ldab
d569d58178 Update TinyGsmClientUBLOX.h
Add +URAT
2019-03-17 09:57:40 +01:00
Leo B
bab298ec76 fix CFUN restart on R4xxx and add +URAT options 2019-03-16 16:51:22 +01:00
Volodymyr Shymanskyy
5c50e60fae Merge pull request #205 from EnviroDIY/original
Updates to XBee, etc
2019-03-13 09:29:48 +02:00
Sara Damiano
84bfb40504 Merge back from original 2019-03-12 18:01:45 -04:00
Sara Damiano
e49c41314c Removed reference to serparate XBee NBIoT - Digi merged LTE-M with NBIoT 2019-03-12 17:15:35 -04:00
Sara Damiano
69f58abb4d Added SIM7000 to Travis and examples 2019-03-12 17:04:53 -04:00
Sara Damiano
98f1f53a47 Removed extra SIM7000/ESP32 examples 2019-03-12 16:48:46 -04:00
Sara Damiano
69d178f98c Fix ambiguous overload for empty ip address for ESP's 2019-03-11 14:14:18 -04:00