Commit Graph

586 Commits

Author SHA1 Message Date
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
e28e2a518e Async close for LTE-M ublox 2019-01-28 18:11:50 -05:00
Sara Damiano
80f77495f1 Quick close on SIM800 2019-01-28 16:31:56 -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
Sara Damiano
0a6927932f Propogate fixes to stop 2019-01-26 10:59:08 -05:00
Sara Damiano
14fa076803 Fix to stop 2019-01-26 10:50:09 -05:00
Sara Damiano
50081b4059 Changed close/stop method on ublox. Also clarified M vs NBIoT 2019-01-26 10:32:47 -05:00
Sara Damiano
f8315576b3 Waiting up to max for ublox socket close 2019-01-25 17:10:58 -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
3b971ba759 Checking if socket is connected before closing 2018-11-07 18:03:35 -05:00
Sara Damiano
3b405775a8 No PSD profile-type commands for LTE-M/NB-IoT 2018-11-07 18:00:44 -05:00
Sara Damiano
f5c141c2cc Better support for ublox LTE modules 2018-11-07 14:45:38 -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
Sara Damiano
8031d3b3ce Merge pull request #19 from neilh10/work_tg_nanolevel
support WiFi S6B no passwd
2018-11-07 12:39:52 -05:00
neil hancock
82b7457ace support WiFi S6B no passwd 2018-11-05 11:55:08 -08:00
Sara Damiano
f0ae66b4a5 merge original 2018-10-16 14:28:42 -04:00
Sara Damiano
a8686b03ef Version bump 2018-10-16 14:26:12 -04: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
e11017cea6 Fixed json 2018-10-09 10:27:44 -04:00
Sara Damiano
4af1305c04 Removed un-necessary sock check, shortened SIM800 ping 2018-10-08 18:03:52 -04:00
Sara Damiano
9dee2ede57 formatting fix 2018-10-08 18:00:25 -04:00
Sara Damiano
68886a2a27 bump version 2018-10-08 17:57:56 -04:00
Sara Damiano
943c9a1fdd Removed extra check for connection in available. 2018-10-08 17:56:42 -04:00
Sara Damiano
10ea61efcd merged master 2018-10-08 15:19:59 -04:00
Sara Damiano
54fdf32d7f Renamed doc folder 2018-10-08 15:02:15 -04:00
Sara Damiano
e0bac8d7da version bump 2018-10-02 15:33:53 -04:00
Sara Damiano
e68ea1db12 Read timeout for modules that immediately spit out data (no buffer)
They do need a millis() based timeout so that data left in the buffer after the socket closes can still be read in but the maintain doesn't sit and wait forever.
2018-10-02 15:32:38 -04:00
Sara Damiano
312d486a43 Allowing read() to continue after socket close if data is still available
Only for modules that buffer the data internally
2018-10-02 15:13:17 -04:00
Sara Damiano
0e905afa6e Added extra "ping" for data to read() of SIM800 2018-10-02 15:09:19 -04:00
Sara Damiano
c34d101772 Update gitignore 2018-09-28 15:59:32 -04:00
Sara Damiano
1af668126e Merge branch master 2018-09-27 15:23:27 -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
5c0736284b Fixed ublox name, again. 2018-09-25 18:03:47 -04:00
Sara Damiano
be4baa2a7d Buffer size to common 2018-09-24 16:02:07 -04:00
Sara Damiano
1aad1a9a1d Clean-up of timeouts
For loggers that return data "immediately" (unbuffered, data sent w/o request) read will "maintain" and look for any incoming data as long as the socket is open.  Use timedRead if you want a timeout.

For modems that buffer the response and wait for you to request data, read will stop if socket closes OR if there is no longer any data in the modem's response buffer.
2018-09-24 15:46:14 -04:00
Sara Damiano
69c1824539 Fixed modem name request on ublox 2018-09-24 15:08:57 -04:00
Sara Damiano
2d1d9deccd Fix missing quote 2018-09-24 11:54:32 -04:00
Sara Damiano
e652dd8676 Turn pragma on while testing Travis 2018-09-24 11:38:02 -04:00
Sara Damiano
c508f00145 Attempting to find source of Travis errors 2018-09-24 11:25:01 -04:00