SRGDamia1
35e56e35dd
Adding missing return statement
7 years ago
SRGDamia1
618fc95b17
Lots of bail-outs if don't succeed in getting to command mode
7 years ago
SRGDamia1
e18b1659e3
Added some outs for if XBee fails to get to commandMode
7 years ago
SRGDamia1
13ef06a733
Fixed XBee read and stop
7 years ago
SRGDamia1
3ae668b215
Fixed Bee sleep options
7 years ago
SRGDamia1
03a721521c
Added "isNetworkConnected" and secure client to XBee
7 years ago
SRGDamia1
b67fcf8ffb
Removed excess XBee debugging
7 years ago
SRGDamia1
16b843ec43
Waiting for WiFi disconnect
7 years ago
SRGDamia1
b3044d2762
Added TestAT to XBee
7 years ago
SRGDamia1
89203c8e25
Moved all src files into the src directory
Also fixed the "isNetworkConnected" for ESP8266
7 years ago
SRGDamia1
f7bf8b1df2
Added isNetworkConnected for ESP8266
Also shorted time between checks in "isNetworkConnected" for all modems
7 years ago
SRGDamia1
d6b5d7d5eb
Removed sleep option for cellular
7 years ago
SRGDamia1
84b797cfbf
Change to AI/CI per updated docs
7 years ago
Volodymyr Shymanskyy
a2c19d544e
Rename autoBaud -> testAT
7 years ago
Volodymyr Shymanskyy
fc29f4b580
Fix build
7 years ago
Volodymyr Shymanskyy
8b54123d39
Add TinyGsmIpFromString(str)
7 years ago
Volodymyr Shymanskyy
685061b9ae
Cleanup after XBee merge
7 years ago
SRGDamia1
c4d2492902
Fixed XBee mux array compiler warning, updated readme
7 years ago
SRGDamia1
932ff889e8
IP fxns for ESP8266
- fixed int/uint warning
- added functions to get local IP address with esp8266
- fixed local ip fxn for xbee
- removed extra test builds
- set travis to build all modems in tests
7 years ago
SRGDamia1
ff574d69ef
Work-around for boards missing the ip.fromString() method
7 years ago
SRGDamia1
3589a8e22b
Removed most of the extra debugging I'd added
7 years ago
SRGDamia1
ea1a4706f9
Grouped connection quality functions
7 years ago
SRGDamia1
c52869c6b1
Made waitResponse and sendAT private again
I realized they're not as usable on their own as I expected.
7 years ago
SRGDamia1
3b6f4b7f59
Tiny fix to XBee debug
7 years ago
SRGDamia1
4cbdd941cb
Rewrote XBeeType as an enum, which seems to work much better
7 years ago
SRGDamia1
8a49f72f19
Trying to find error in XBee
7 years ago
SRGDamia1
56db5458e0
Corrected more XBee errors
Fixing hex return formats and catching missed wifi/cell differences
7 years ago
SRGDamia1
d26f1f524e
Corrected call for hardware serial
7 years ago
SRGDamia1
a129331e42
Added getSignalQuality for ESP8266
7 years ago
SRGDamia1
b771b1f313
Accounting for API differences in XBee between WiFi and Cellular
7 years ago
SRGDamia1
7a4899189f
Increased time again for XBee host lookup
7 years ago
SRGDamia1
808e58307a
Increased timeout for IP address lookup on XBee
7 years ago
SRGDamia1
df8baffee6
Added more timeouts to XBee to prevent hanging
I'm remarkably good at getting all of these things to hang..
7 years ago
SRGDamia1
0399157118
Stabilized XBee a bit
Added an extra function to empty the buffer between calls and added some extra wait times for responses.
7 years ago
SRGDamia1
2055c4568f
Working to stop ESP from hanging
7 years ago
SRGDamia1
d06031a89c
Removed everything but cleaning up the debugging
7 years ago
SRGDamia1
8bc626f415
Totally different attempt
7 years ago
SRGDamia1
cdfad5274d
Extra wait to clear buffer
7 years ago
SRGDamia1
5794d7b910
Added missing wait resopnse
7 years ago
SRGDamia1
88fe00e98e
Added hack to close sockets
7 years ago
SRGDamia1
eac16fb02e
Added pin sleep, removed FIFO
7 years ago
SRGDamia1
4522c31ee2
IT WORKS!
7 years ago
SRGDamia1
b0827e9565
Minor debugging tweaks
7 years ago
SRGDamia1
baa9768532
Fixed missing semicolon
7 years ago
SRGDamia1
e4716cabc4
DBG
7 years ago
SRGDamia1
ad278fb834
Extra debugging
7 years ago
SRGDamia1
7e80677569
A bit of debugging
7 years ago
SRGDamia1
5602888f87
Tweaked Bee a bit
7 years ago
SRGDamia1
ffc07b15fa
Corrected name in common
7 years ago
SRGDamia1
282d89119b
Unified interface a bit more
7 years ago