SRGDamia1
8ddb4c39fc
Mostly whitespace changes
6 years ago
SRGDamia1
2a08a828b1
Better support for Cellular XBEE3 modules
Also some minor documentation and naming changes for consistency.
6 years ago
SRGDamia1
cdcdd15a80
Minor realignment with vshymanskyy
6 years ago
SRGDamia1
a3914083bc
Clean up
6 years ago
SRGDamia1
f7cfa5eb1c
Tiny debug change
6 years ago
SRGDamia1
f3323f1136
Moved fxns from Wifi connect to init for ESP
7 years ago
SRGDamia1
c6ad755b03
Changed from network reset to software reset
7 years ago
SRGDamia1
9fa5694ab3
Changed waitForNetwork in XBee
Want to force the reset for the WifiBee, which tends to be stuck reconnecting
7 years ago
Volodymyr Shymanskyy
8255673424
Cleanup
7 years ago
Volodymyr Shymanskyy
4f9182919f
Make modem.stream public. Make user and pass optional in gprsConnect()
7 years ago
SRGDamia1
350ea516d7
Fixed switch statement
7 years ago
SRGDamia1
3f9a24f48d
bump
7 years ago
SRGDamia1
395c46195f
Additional XBee types
7 years ago
SRGDamia1
542d46d051
Debug on by default if define output
7 years ago
SRGDamia1
75309c4560
Redid streamWrite
7 years ago
SRGDamia1
55ac0cd9ae
Keeping changes I like from other branches
7 years ago
SRGDamia1
fddf65eabc
Added L
7 years ago
SRGDamia1
34db96ac21
Tweeked the getSignalQuality for XBee
7 years ago
SRGDamia1
f6a03e6b7e
Some stream cleaning
7 years ago
SRGDamia1
a52c19837e
Added ESP getRegStatus, fixed same for XBee
7 years ago
SRGDamia1
fc4d4a49e1
Added more init attempts for XBee
7 years ago
SRGDamia1
bec8f16d13
Rename classes for A6, ESP, M590 and XBee
7 years ago
SRGDamia1
c5858776bf
Re-added sim status to XBee, though unsupported
7 years ago
SRGDamia1
78f1b4b970
Fix XBee on Energia?
7 years ago
SRGDamia1
6ad1aec0bd
Added XBee set baud and more graceful reset
7 years ago
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