Sara Damiano
4fc428c945
Fix #511 , ignore response to set timezone in ublox
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
a9f723130c
Fix #508 , GPS on 7600
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
75104a49c3
Call modem get connected for modems w/o buffer
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Bascy
750108ee09
Added NTPServerSync() and related methoeds
3 years ago
Francesco Stefanni
c1d6abaff7
Supported SNI (fix by kyriazis)
3 years ago
Francesco Stefanni
7f19c69554
sim7000: added fix on read
3 years ago
Francesco Stefanni
28f7e7b298
Some improvements
3 years ago
Francesco Stefanni
f0abeef22d
Supported root certificates
3 years ago
Francesco Stefanni
b8a54d37e0
Some improvements to sim7000
3 years ago
Francesco Stefanni
57895868f2
Added missing waitResponse()
3 years ago
Francesco Stefanni
57514b7c4d
Supported factory reset for sim7000
4 years ago
Francesco Stefanni
7cf19beb44
A deep debug of sim7000
4 years ago
Francesco Stefanni
0be9622e9c
Removed some debug print
4 years ago
Francesco Stefanni
81f583a80f
SIM7000: TLS + some refinements
4 years ago
Francesco Stefanni
f20293905f
SIM7000: added methods to get some connection preferences, plus the
current connection technology
4 years ago
Fabrice Fontaine
1291a4407d
src/TinyGsmModem.tpp: fix registration state
As specified in the ETSI standards (e.g. ETSI TS 127 001), CREG and
CEREG responses can contain optional parameters:
+CEREG: <n>,<stat>[,<tac>,<ci>[,<AcT>]]
For example, the Monarch GMS01Q returns the following response:
+CEREG: 2,1,"3982","00DF3B03",7
This results in TinyGSM setting state as '7' instead of 1 preventing
any connection.
Fix this by picking the next integer after the first ',' which will
always works (with or without optional parameters)
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
4 years ago
Fabrice Fontaine
eb9c1f7786
src/TinyGsmClientSequansMonarch.h: fix connection handling
There is an issue in the handling of +SQNSS answer: the
sock->sock_connected state will always be set to the state of the last
socket. This will prevent any communication.
Fix this issue by checking that muxNo is equal to mux before updating.
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
4 years ago
Adrian Cervera Andes
54c25cce23
First SIM808 support commit. Added template base class and some basic functionality
4 years ago
Adrian Cervera Andes
a51cfda25d
Added pin parameter on restart() (necessary for init() with pin)
4 years ago
moto
ba778adb74
use CEREG first for BG96
I refered TinyGsmClientSaraR4.h for this patch.
4 years ago
Markus Schmidleitner
23742b4b9c
disable memory optimizations on ATmega4809
4 years ago
Sara Damiano
4cfabb14eb
Version bump
4 years ago
Sara Damiano
594fd3bdf9
Removed un-needed Ethernet include
4 years ago
Giulio Tranchida
6b03e0c140
passage variables by reference
4 years ago
Mikhail Galitskiy
d4afe7a744
FIX for issue #371 : MC60 is not working with this library
4 years ago
Sara Damiano
ad437a5a51
Version bump
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
b49c214d01
Add SSLOPT to SIM800 with preprocessor flag to use
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
31205166a7
catch result of cipopen on 7600
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
e1c9c2517b
Deactivate contexts on Monarch
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
234a20e894
Catching CMS error on debug
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
lewis he
c40ca2144b
Added GNSS setMode and getMode method
4 years ago
Sara Damiano
56446bc42f
Static cast size in additon
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Adrian Cervera Andes
5fbd80b3b2
Fixed bad reference and added not implemented
4 years ago
Adrian Cervera Andes
868e2bedf9
Added setPhoneFunctionalityImpl function
4 years ago
Adrián Cervera Andés
61878aa9f3
Fixed problem with streamGetFloatLength and streamGetIntLength functions
4 years ago
Sara Damiano
ad42db2131
Decreased boot wait for SIM7000
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
8c5850ef7b
Accept "RDY" or "SMS Ready" from SIM7000
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
fb3f8583a3
Some more null pointer checks, fix #186
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
335c2e8e63
Fix CCID for SIM800, fixes #336
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
e47e3e3879
Fix some extra whitespace that crept in
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
90dde6861b
Fix get battery voltage, fixes #369
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
5a6936b37a
Made internal stream public again, fixing #373
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
9f2068cecb
Fix QTEMP on M95, fixes #377
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
dbd677e6e7
Fix several potential null pointers
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
eb9358f440
Check GPRS status on SIM7000
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
564846c872
Added debug print with compiled client file name
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
1dc5dc2b49
Remove debug line
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
924ac1d19e
Longer wait on BG96 stop
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
f0dbb403b9
Need to clear Rx at end of dump
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
2cd2806ead
Small fix to BG96, remove debug
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago