Commit Graph

768 Commits

Author SHA1 Message Date
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
Michael Krumpus
34147ed24e Merge remote-tracking branch 'upstream/master' 2018-11-02 13:52:11 -05: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
Sara Damiano
dfa731388a Added power off to common
And implemented for ublox
2018-09-24 10:05:51 -04:00
Sara Damiano
746b68d9f5 ublox is getting name from modem
also removed some extra docs
2018-09-24 08:46:49 -04:00
Sara Damiano
3dca3fcad0 Merge branch original 2018-09-20 16:11:40 -04:00
Sara Damiano
03d57a1d71 Fixed bugs in XBee
Thanks to @Mikelanner

Should fix https://github.com/vshymanskyy/TinyGSM/issues/204
2018-09-20 16:04:27 -04:00
Sara Damiano
81c31afe5c Merge branch 'master' into original 2018-09-20 12:54:27 -04:00
Sara Damiano
d0fdf1d11f Oops! Fixed over-shortened XBee buffer! 2018-09-20 12:35:54 -04:00
Sara Damiano
4ea3999c50 Back in line?! 2018-09-19 13:01:57 -04:00
Sara Damiano
8fc44de0c7 Updates to examples 2018-09-19 13:00:00 -04:00
Sara Damiano
bb1a603160 Added a few modems to ReadMe 2018-09-19 11:52:47 -04:00
Sara Damiano
57cd8f0c5c Added all modems to examples, added debug with name, bump version 2018-09-19 10:16:37 -04:00
Sara Damiano
2423b9fdf2 Added extra responses for AI for XBee 2018-09-19 09:44:46 -04:00
Sara Damiano
837a189806 Merge branch original 2018-09-15 21:43:22 -04:00
Sara Damiano
68b5b261c3 Added HS responses for XBee3's 2018-09-15 21:40:03 -04:00
Sara Damiano
7c314b684c Added/updated some pdfs 2018-09-15 18:14:38 -04:00
Sara Damiano
118ecb6078 Turned off some XBee debugging 2018-09-14 10:48:46 -04:00
Sara Damiano
4ab5a8c182 Turned off some XBee debugging 2018-09-14 10:45:39 -04:00
Sara Damiano
ea7f69cd05 Pull back changes 2018-09-14 10:44:18 -04:00
Sara Damiano
c9a39f51ab Updated keywords 2018-09-13 18:14:59 -04:00
Sara Damiano
4ea6f872e4 Fixed typos 2018-09-13 18:14:09 -04:00