Commit Graph

108 Commits

Author SHA1 Message Date
Sara Damiano
1e15d1db6a Explicit destructors 2019-07-17 10:31:54 -04:00
Sara Damiano
2c33bc5055 Removed special characters from XBee names 2019-06-27 11:58:03 -04:00
Sara Damiano
86356f5323 Add stop with timeout and implement where applicable 2019-06-11 16:00:35 -04:00
Sara Damiano
17979905d2 Need to differentiate ip saved from a host by name and by direct ip 2019-05-30 17:16:43 -04:00
Sara Damiano
e7fc1b44eb Must writeChanges or the XBee can't connect! 2019-05-30 16:48:01 -04:00
Sara Damiano
015c2b4144 Extra yield in waitResponse 2019-05-30 15:50:24 -04:00
Sara Damiano
98bee318ad Correct SSL on XBee 2019-05-23 18:20:51 -04:00
Sara Damiano
880c4614e4 Added battery and temperature functions 2019-05-22 12:03:09 -04:00
Sara Damiano
09725ba8e6 Fixed upcase, other XBee fixes 2019-05-20 16:13:05 -04:00
Sara Damiano
19dd23882f Keep XBee from thinking no response means connected 2019-05-20 14:49:52 -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
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
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
de4162907d Added destructors 2019-05-16 12:15:48 -04:00
Sara Damiano
f2aca3b6b6 Removed parent class 2019-05-14 16:20:48 -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
3ecce8641e Add an extra 50ms wait around the guard time 2019-05-07 17:20:08 -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
e49c41314c Removed reference to serparate XBee NBIoT - Digi merged LTE-M with NBIoT 2019-03-12 17:15:35 -04:00
Sara Damiano
bdfa2ba55c Removed call to modemGetConnected from connect 2019-01-31 18:20:28 -05:00
Sara Damiano
aa15daaa66 Reverted stop for XBee Wifi 2019-01-31 18:09:27 -05:00
Sara Damiano
646cab76db Removed extra wait after getting IP 2019-01-31 17:57:51 -05:00
Sara Damiano
e98550b93c Changed some nested if's to switch/case 2019-01-31 16:59:18 -05:00
Sara Damiano
ba2c85ba2f Fixed pinReset and stop. Also notes on modemGetConnected 2019-01-31 16:04:34 -05:00
Sara Damiano
12ddad6f8a Added debug print 2019-01-30 16:41:12 -05:00
Sara Damiano
3cb71a54be XBee will now "cache" the IP address if it has already looked up a host 2019-01-30 15:14:03 -05:00
Sara Damiano
ec6b475959 Gave the XBee a physical pin to use as a hard reset 2019-01-30 12:50:30 -05:00
Sara Damiano
d97c4babef Longer lookup wait 2019-01-25 15:19:33 -05:00
Sara Damiano
743152da87 Ignoring signal strength of 69 from LTE-M bee 2019-01-25 15:02:05 -05:00
Sara Damiano
34d54b81a5 not polling xbee so quickly 2019-01-25 14:58:06 -05:00
Sara Damiano
8961005ea5 Gave sizes to some ints 2019-01-25 14:57:40 -05:00
Sara Damiano
de5e5e359e Extra wait in Bee stream clear 2018-12-18 14:57:16 -05:00
Sara Damiano
4fa8a43f2b Do need to stop Bee 2018-12-18 14:34:18 -05:00
Sara Damiano
5fa2f51749 Not actually doing anything to stop bee 2018-12-17 11:22:50 -05:00
Sara Damiano
d5dba5647f Merge branch 'master' of https://github.com/EnviroDIY/TinyGSM 2018-11-07 13:02:51 -05:00
Sara Damiano
323ad722bf Corrected sleep option note 2018-11-07 13:02:44 -05:00
neil hancock
82b7457ace support WiFi S6B no passwd 2018-11-05 11:55:08 -08:00
Sara Damiano
8c424c17ff Added code to use TinyGSM Fifo instead of buffer, but unstable 2018-10-16 14:25:34 -04:00
Sara Damiano
9c84be7407 Correctly turning off airplane mode after restart
Also removed some extra stream-clear functions
2018-10-16 14:22:55 -04:00
Sara Damiano
54fdf32d7f Renamed doc folder 2018-10-08 15:02:15 -04:00
Sara Damiano
8e057f32ae Removed extra delay in testAT, not sure why it was there 2018-09-27 15:14:42 -04:00
Sara Damiano
be4baa2a7d Buffer size to common 2018-09-24 16:02:07 -04:00