Commit Graph

364 Commits

Author SHA1 Message Date
Volodymyr Shymanskyy
4d3d017600 Add getLocalIP() 2017-09-11 00:35:05 +03:00
Volodymyr Shymanskyy
4a86db0745 Fix gprsConnect, add getLocalIP(). Fix #9 2017-09-11 00:32:57 +03:00
Volodymyr Shymanskyy
247f2a5cc3 Move StreamDebugger 2017-09-10 23:37:33 +03:00
Volodymyr Shymanskyy
899e90963c Move StreamDebugger 2017-09-10 23:35:24 +03:00
Volodymyr Shymanskyy
77e2d193de Const port 2017-09-10 23:32:21 +03:00
Volodymyr Shymanskyy
b4ac86e89e Fix link 2017-09-10 23:32:03 +03:00
Volodymyr Shymanskyy
60424c41f2 Fix diagnostics for some modem types 2017-09-10 22:22:14 +03:00
Volodymyr Shymanskyy
7052185f88 Fix connect() returning false positive result. 2017-09-10 22:19:34 +03:00
Volodymyr Shymanskyy
42883a990b Merge branch 'master' of https://github.com/vshymanskyy/TinyGSM 2017-09-05 16:54:41 +03:00
Volodymyr Shymanskyy
7df8d17e25 Make sendAT(...) and waitResponce() public 2017-09-05 16:54:15 +03:00
Volodymyr Shymanskyy
ebb1633718 Make sendAT(...) and waitResponce() public 2017-09-05 16:53:58 +03:00
Volodymyr Shymanskyy
e178fa1d28 Make sendAT(...) and waitResponce() public 2017-09-05 16:50:01 +03:00
Volodymyr Shymanskyy
130e755f2d Add TINY_GSM_ATTR_* 2017-09-05 16:45:46 +03:00
Volodymyr Shymanskyy
7213e25d35 Fix A6 <> Blynk operation 2017-09-05 16:45:28 +03:00
Volodymyr Shymanskyy
2106037f60 Remove extra variable 2017-09-03 21:57:45 +03:00
Volodymyr Shymanskyy
137ac7befe Add TINY_GSM_TCP_KEEP_ALIVE 2017-09-03 21:57:19 +03:00
Volodymyr Shymanskyy
6507905c15 Update README.md 2017-09-03 08:37:38 +03:00
Volodymyr Shymanskyy
1dba3dbafc Boost ver 2017-09-02 22:09:39 +03:00
Volodymyr Shymanskyy
f412362341 MEGA fix for SIM800. Stable now? ;) 2017-09-02 22:09:19 +03:00
Volodymyr Shymanskyy
d37c4fd0ef Improve A6 operation 2017-09-02 22:03:37 +03:00
Volodymyr Shymanskyy
4da3780d28 Add "How does it work?" 2017-09-02 22:02:58 +03:00
Volodymyr Shymanskyy
9129d8fe8f Fix #67 2017-09-02 19:50:19 +03:00
Volodymyr Shymanskyy
e37b2a62e4 Add stream.flush(); here and there 2017-09-02 19:26:54 +03:00
Volodymyr Shymanskyy
9f7559f9f1 Add more module options 2017-09-02 19:23:37 +03:00
Volodymyr Shymanskyy
6ce92551f9 Add more module options 2017-09-02 19:22:55 +03:00
Volodymyr Shymanskyy
9015b5b7bc Rearrange stuff so it makes more sense 2017-09-02 19:21:47 +03:00
Volodymyr Shymanskyy
bcc346fcf5 Rearrange stuff so it makes more sense 2017-09-02 19:09:22 +03:00
Volodymyr Shymanskyy
8cf9571a2f Rearrange stuff so it makes more sense 2017-09-02 19:04:58 +03:00
Volodymyr Shymanskyy
1c6141f25c Rearrange stuff so it makes more sense 2017-09-02 18:54:40 +03:00
Volodymyr Shymanskyy
294767d6ba Fix recursive waitResponse 2017-09-02 18:14:13 +03:00
Volodymyr Shymanskyy
124b210927 SMS Encoding set to GSM 2017-09-02 17:58:46 +03:00
Volodymyr Shymanskyy
454eae4876 Improve operation on ESP32 and ESP8266 (add TINY_GSM_YIELD where needed) 2017-09-02 17:50:52 +03:00
SRGDamia1
e9fd22aeb0 Arg.. = not - 2017-06-12 12:55:15 -04:00
SRGDamia1
5f1d92b43c Fixed missing ;'s
Also added mayfly to test boards
2017-06-12 12:50:04 -04:00
SRGDamia1
adca18c413 Fixed test build 2017-06-08 18:30:26 -04:00
SRGDamia1
d71928f6c2 Added all possible modems to examples 2017-06-08 18:06:12 -04:00
SRGDamia1
cbdd66e7c1 Created test builds for each modem 2017-06-08 18:02:00 -04:00
SRGDamia1
84e5ff5006 Fixed getSignalQuality and waitForNetwork on ESP8266 2017-06-08 17:53:21 -04:00
SRGDamia1
ea1a4706f9 Grouped connection quality functions 2017-06-08 13:29:05 -04:00
SRGDamia1
b5dace330b Fixed indentation error 2017-06-08 13:16:22 -04:00
SRGDamia1
c52869c6b1 Made waitResponse and sendAT private again
I realized they're not as usable on their own as I expected.
2017-06-08 13:10:42 -04:00
SRGDamia1
6ca81ae11b Modified test_build to test all modems 2017-06-08 12:15:00 -04:00
Sara Damiano
6b6d14df3a Merge pull request #5 from vshymanskyy/master
Pulled ReadMe Updates
2017-06-07 17:22:17 -04:00
Sara Damiano
a72fc0d3b6 Merge pull request #4 from EnviroDIY/sigQual2
Returning signal quality from ESP8266, XBee, tweeks for LTE-C1
2017-06-07 17:18:26 -04:00
SRGDamia1
3b6f4b7f59 Tiny fix to XBee debug 2017-06-07 17:17:34 -04:00
SRGDamia1
4cbdd941cb Rewrote XBeeType as an enum, which seems to work much better 2017-06-07 17:11:20 -04:00
SRGDamia1
8a49f72f19 Trying to find error in XBee 2017-06-07 15:51:41 -04:00
SRGDamia1
56db5458e0 Corrected more XBee errors
Fixing hex return formats and catching missed wifi/cell differences
2017-06-07 15:25:45 -04:00
SRGDamia1
787fb33054 Fixed ESP8266 GetSignalQuality 2017-06-07 15:25:36 -04:00
SRGDamia1
d26f1f524e Corrected call for hardware serial 2017-06-07 15:25:32 -04:00