SRGDamia1
35e56e35dd
Adding missing return statement
7 years ago
SRGDamia1
18fddda241
Removed all phone and bluetooth fxns
And keeping only most basic SMS
7 years ago
Sara Damiano
12de2c425e
Merge pull request #10 from dawidcieszynski/master
Skip stream timeouts, et al.
7 years ago
SRGDamia1
618fc95b17
Lots of bail-outs if don't succeed in getting to command mode
7 years ago
SRGDamia1
22a9f6ab05
Merge remote-tracking branch 'origin/master'
7 years ago
SRGDamia1
2dd7d4eb68
XBee doesn't seem to work on energia
7 years ago
SRGDamia1
e18b1659e3
Added some outs for if XBee fails to get to commandMode
7 years ago
Sara Damiano
4db70762a6
Merge pull request #9 from vshymanskyy/master
Pull updates to ReadMe
7 years ago
Volodymyr Shymanskyy
e495050a34
Update README.md
7 years ago
Volodymyr Shymanskyy
dc1506c9c8
Update readme. Fix #102
7 years ago
hubaksis
e9107da01a
Update TinyGsmClientSIM800.h
Set default alphabet for sendSMS
7 years ago
Volodymyr Shymanskyy
ba859869e2
Update Readme, Fix #91
7 years ago
Sara Damiano
83e41c4bb0
Merge pull request #8 from vshymanskyy/master
ReadMe Update from vshymanskyy
7 years ago
Dawid Cieszynski
dca93e053d
bluetooth feature
7 years ago
Dawid Cieszynski
372f56c428
additional SIM800 docs
7 years ago
Dawid Cieszynski
962cb482fa
sms feature
7 years ago
Dawid Cieszynski
2238b6a05b
add timeout to streamSkipUntil
7 years ago
SRGDamia1
1bae64ca13
4 is not an acceptable status
7 years ago
SRGDamia1
7399ef69a2
Increased maintain time again
7 years ago
SRGDamia1
29dd7fd472
Added timeout to read
7 years ago
Volodymyr Shymanskyy
a51591ae9b
Update README.md
7 years ago
Volodymyr Shymanskyy
11d068d529
Merge pull request #98 from EnviroDIY/master
XBee updates, other tweeks
7 years ago
SRGDamia1
13ef06a733
Fixed XBee read and stop
7 years ago
SRGDamia1
f899aeb126
re-shortened maintain
problem was new lines, not time.
7 years ago
SRGDamia1
1f5b7a0249
Added a check for sock_connected so not endlessly trying to read
Otherwise was going into an endless reading loop because user code only asked for a short part of the total amount of data sent.
7 years ago
SRGDamia1
3ae668b215
Fixed Bee sleep options
7 years ago
SRGDamia1
f272a4895d
Initialized to prevent compiler warning.
7 years ago
SRGDamia1
03a721521c
Added "isNetworkConnected" and secure client to XBee
7 years ago
SRGDamia1
1f1dfc9c7f
Removed extra GSM_NL around "ALREADY CONNECT"
7 years ago
SRGDamia1
6a04def5f3
Removed extra wait for 'connect' b/c it is before the ok
7 years ago
SRGDamia1
5cba94408d
Fixed mux closed
7 years ago
SRGDamia1
b67fcf8ffb
Removed excess XBee debugging
7 years ago
SRGDamia1
2444373357
Added mux check for esp socket close
7 years ago
SRGDamia1
28903e76a5
Removed GSM_NL around socket close for ESP
7 years ago
SRGDamia1
186da1aba6
Debug statement to check missed "closed"
7 years ago
SRGDamia1
16b843ec43
Waiting for WiFi disconnect
7 years ago
SRGDamia1
b3044d2762
Added TestAT to XBee
7 years ago
Tamas DAJKA
3a4f570ec6
Added Autobaud min/max
Added (sub)module switches
Added PIN define and SIM readiness check
Modified GPS to use TINY_GSM_HAS_GPS - more modules has GPS now, will alter header files in another change
7 years ago
Tamas DAJKA
3f002a4fc4
MC60 initial
7 years ago
SRGDamia1
edcbc5459d
Increased maintain to not miss closed at slow bauds
7 years ago
SRGDamia1
c7d79f40dd
Fixed read() to not wait on closed socket
7 years ago
SRGDamia1
327c500b3e
Increased wait time for the "send ok" after sending data on ESP8266
7 years ago
SRGDamia1
9a2ed09caf
Increased ESP buffer size
Is there a way to force it to return in smaller chunks?
7 years ago
SRGDamia1
89203c8e25
Moved all src files into the src directory
Also fixed the "isNetworkConnected" for ESP8266
7 years ago
qcabrol
416f4b104d
addind SARA G350 support
7 years ago
SRGDamia1
f7bf8b1df2
Added isNetworkConnected for ESP8266
Also shorted time between checks in "isNetworkConnected" for all modems
7 years ago
qcabrol
6ca301d73e
adding draft version of G350 Client as U201 copy to start with
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
10fdaad524
Update README.md
7 years ago