Commit Graph

297 Commits

Author SHA1 Message Date
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
SRGDamia1
a129331e42 Added getSignalQuality for ESP8266 2017-06-07 15:25:26 -04:00
SRGDamia1
b771b1f313 Accounting for API differences in XBee between WiFi and Cellular 2017-06-07 15:25:16 -04:00
Volodymyr Shymanskyy
e90fc43a89 Update README.md 2017-05-30 14:29:23 +03:00
SRGDamia1
7a4899189f Increased time again for XBee host lookup 2017-05-19 16:40:29 -04:00
Volodymyr Shymanskyy
bac01352a1 Update README.md 2017-05-17 16:01:08 +03:00
Volodymyr Shymanskyy
c5448bb269 Update README.md 2017-05-17 15:57:34 +03:00
Volodymyr Shymanskyy
dca1f587f7 Update README.md 2017-05-17 15:56:32 +03:00
SRGDamia1
808e58307a Increased timeout for IP address lookup on XBee 2017-05-08 18:40:19 -04:00
SRGDamia1
df8baffee6 Added more timeouts to XBee to prevent hanging
I'm remarkably good at getting all of these things to hang..
2017-05-08 18:25:48 -04:00
SRGDamia1
0399157118 Stabilized XBee a bit
Added an extra function to empty the buffer between calls and added some extra wait times for responses.
2017-05-05 18:00:19 -04:00
SRGDamia1
2055c4568f Working to stop ESP from hanging 2017-05-05 17:01:03 -04:00
Sara Damiano
9cab85e167 Merge pull request #2 from EnviroDIY/UDP2
Cleaned up debugging
2017-05-04 16:08:34 -04:00
SRGDamia1
d06031a89c Removed everything but cleaning up the debugging 2017-05-04 15:54:15 -04:00
SRGDamia1
7b0c0217d5 Just some debugger changes 2017-05-04 15:27:38 -04:00
SRGDamia1
8bc626f415 Totally different attempt 2017-05-04 15:22:21 -04:00
SRGDamia1
f84789a49b Added WaitForNetwork and too much debugging to ESP8266 2017-05-02 18:16:06 -04:00
Sara Damiano
0b4e1317c8 Merge pull request #1 from EnviroDIY/xbee_trans
Added support for XBee's command mode
2017-04-13 15:53:33 -04:00