SRGDamia1
a3914083bc
Clean up
6 years ago
SRGDamia1
5824f290d1
Removed conflicting date/time functions
6 years ago
Lefteris
2dbfa16215
Added Network Time Fetching for SimXXX
6 years ago
Volodymyr Shymanskyy
975ba8bf57
Fix SIM900 build
6 years ago
Volodymyr Shymanskyy
8255673424
Cleanup
7 years ago
Volodymyr Shymanskyy
618e45d8fd
SIM800: Handle more responses for +CIPSTART
7 years ago
Volodymyr Shymanskyy
4f9182919f
Make modem.stream public. Make user and pass optional in gprsConnect()
7 years ago
Volodymyr Shymanskyy
70e14853cd
Disable SSL completely for SIM900
7 years ago
Volodymyr Shymanskyy
c8d71b3b8b
Clear buffer on stop(). Fix #119
7 years ago
SRGDamia1
542d46d051
Debug on by default if define output
7 years ago
SRGDamia1
9f82293d70
Fixed JSON
7 years ago
SRGDamia1
55ac0cd9ae
Keeping changes I like from other branches
7 years ago
SRGDamia1
18fddda241
Removed all phone and bluetooth fxns
And keeping only most basic SMS
7 years ago
SRGDamia1
e18b1659e3
Added some outs for if XBee fails to get to commandMode
7 years ago
hubaksis
e9107da01a
Update TinyGsmClientSIM800.h
Set default alphabet for sendSMS
7 years ago
Dawid Cieszynski
dca93e053d
bluetooth feature
7 years ago
Dawid Cieszynski
962cb482fa
sms feature
7 years ago
Dawid Cieszynski
2238b6a05b
add timeout to streamSkipUntil
7 years ago
SRGDamia1
7399ef69a2
Increased maintain time again
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
edcbc5459d
Increased maintain to not miss closed at slow bauds
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
Volodymyr Shymanskyy
3db1007fb0
Fix dtmfSend, callNumber, localIP
7 years ago
Volodymyr Shymanskyy
25644cd025
Add testAT, setBaud, sleepEnable
7 years ago
Volodymyr Shymanskyy
8b54123d39
Add TinyGsmIpFromString(str)
7 years ago
Volodymyr Shymanskyy
685061b9ae
Cleanup after XBee merge
7 years ago
Volodymyr Shymanskyy
3149c335fb
Fix isGprsConnected() for SIM8xx
7 years ago
Volodymyr Shymanskyy
df2b5cae1c
Add isNetworkConnected(), isGprsConnected(). Fix #82
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
Volodymyr Shymanskyy
144a9c371e
Integrate SIM808 nicely
7 years ago
Volodymyr Shymanskyy
87af409c4d
SSL/TLS support. Added GsmClientSecure. Fix #29
7 years ago
Volodymyr Shymanskyy
16b6c853fe
decodeHex16bit support for sendUSSD
7 years ago
Volodymyr Shymanskyy
a58079bf86
Add poweroff()
7 years ago
Volodymyr Shymanskyy
226bcd5a46
Add warnings
7 years ago
Volodymyr Shymanskyy
1b5884dcb7
Add getModemInfo, callNumber, sendUSSD
7 years ago
Volodymyr Shymanskyy
c205fe0a3f
Fix build test
7 years ago
Volodymyr Shymanskyy
8511ec054c
implement IPAddress localIP()
7 years ago
Volodymyr Shymanskyy
5b0e72f6bc
Add localIP()
7 years ago
Volodymyr Shymanskyy
4d3d017600
Add getLocalIP()
7 years ago
Volodymyr Shymanskyy
ebb1633718
Make sendAT(...) and waitResponce() public
7 years ago
Volodymyr Shymanskyy
f412362341
MEGA fix for SIM800. Stable now? ;)
7 years ago
Volodymyr Shymanskyy
9129d8fe8f
Fix #67
7 years ago
Volodymyr Shymanskyy
e37b2a62e4
Add stream.flush(); here and there
7 years ago
Volodymyr Shymanskyy
1c6141f25c
Rearrange stuff so it makes more sense
7 years ago
Volodymyr Shymanskyy
294767d6ba
Fix recursive waitResponse
7 years ago
Volodymyr Shymanskyy
454eae4876
Improve operation on ESP32 and ESP8266 (add TINY_GSM_YIELD where needed)
7 years ago