Commit Graph

99 Commits

Author SHA1 Message Date
Sara Damiano
86356f5323 Add stop with timeout and implement where applicable 2019-06-11 16:00:35 -04:00
Sara Damiano
0502ee435f Fix disconnect for SARA R4 2019-06-11 14:29:14 -04:00
Sara Damiano
f1cfe52ef3 Don't look for new line before ublox URC's 2019-06-03 11:52:49 -04:00
Sara Damiano
eb61fe52c2 Always read to end of u-blox CMEE error 2019-05-31 18:11:06 -04:00
Sara Damiano
015c2b4144 Extra yield in waitResponse 2019-05-30 15:50:24 -04:00
Sara Damiano
cad69a449d Listed for UUPSDA on ublox 2019-05-30 13:09:56 -04:00
Sara Damiano
a061d8b30e Just some notes on commands in ublox 2019-05-30 00:22:28 -04:00
Sara Damiano
db6bb0e6c0 Fix ublox battery percent 2019-05-24 23:47:49 -04:00
Sara Damiano
4debf545b1 Add missing mux 2019-05-24 23:30:32 -04:00
Sara Damiano
3d78292261 modemRead MUST end with sock_available correct 2019-05-24 23:24:32 -04:00
Sara Damiano
52e19b73ff don't set sock_available just to count it back to 0 2019-05-24 19:15:56 -04:00
Sara Damiano
fcb3d5b010 De-increment sock available as we read out of sock 2019-05-23 15:32:24 -04:00
Sara Damiano
880c4614e4 Added battery and temperature functions 2019-05-22 12:03:09 -04:00
Sara Damiano
96bbf381ad Safer to query the closed sock and get an error 2019-05-21 18:35:37 -04:00
Sara Damiano
39beba60b1 Don't query closed sock 2019-05-21 17:23:01 -04:00
Sara Damiano
09725ba8e6 Fixed upcase, other XBee fixes 2019-05-20 16:13:05 -04:00
Sara Damiano
e35e4afce0 Fix typos, tweak to timeout 2019-05-20 13:49:12 -04:00
Sara Damiano
7f7a7563cf Ensure that ALL variants of read respect timeout 2019-05-20 13:12:09 -04:00
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
70ca06dc9d Moved begin above init, reset historic buffer sizes 2019-05-17 16:40:01 -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
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
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
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
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
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
5858a83706 Merge branch 'master' into v_master 2019-03-18 12:04:58 -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
Sara Damiano
69d178f98c Fix ambiguous overload for empty ip address for ESP's 2019-03-11 14:14:18 -04:00
Sara Damiano
53e055d870 Fix a note on ublox LTE-M models 2019-03-11 13:58:00 -04:00
Sara Damiano
a0315a1841 Fix unbalanced brackets 2019-02-24 14:07:06 -05:00
Sara Damiano
57e2b78f4b Checking CEREG for ublox LTE-M 2019-02-22 17:37:04 -05:00
Sara Damiano
e28e2a518e Async close for LTE-M ublox 2019-01-28 18:11:50 -05:00
Sara Damiano
831171c15c SARA R410 also "forget" to notify about incoming data 2019-01-28 15:18:29 -05:00
Sara Damiano
4225ed7c5e Some notes on ublox 2019-01-28 14:12:35 -05:00