Sara Damiano
b381fa5c74
Version Bump
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
f8c8e2c432
Added support for commands without _CUR for ESP
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
47793e0ad9
Fix #578
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
cce063cf88
Format after PR
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
fco.rivas
2f0b7978be
Update TinyGsmClientSIM800.h
implementation of audio capabilities
3 years ago
Lukas_Skywalker
b3fc9eedae
Add phone call implementation for SIM7600
3 years ago
Ivo Smits
a092bfa636
Fix incorrect memory access in Sequans Monarch code
The mux value is corrected if it is out of the supported range, but the uncorrected value was used to store the connection object. This caused subsequent dereferences of the corrected mux index to access incorrect data or dereference a null pointer.
3 years ago
IoTThinks.com
4d722a34f2
To implement peek()
To implement peek() as in https://github.com/vshymanskyy/TinyGSM/issues/396
3 years ago
Sara Damiano
a5a2ce3453
Correctly bump version, modify workflow
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
c9ebf60e3c
Fix compiler warnings
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Francesco Stefanni
a0d246be80
Added ublox method to set technology
Added missing TinyGSM.h
3 years ago
Sara Damiano
6e10a3a009
Fix crash on SIM7000SSL
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
60a88ef89e
Fix BG96 unused argument
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
4f9d284030
remove sapbr commands from 7000SSL
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
4dc0fa2abd
add some missing tags
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
07b402721d
Add gsm location to 70xx series.
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
6e64e867ec
Got 7000SSL and 7080 sort of working again
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
b5c5a62b2d
Change 7000SSL to check available/state for all mux
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
0879deab70
Split SIM7000, add SIM7070, NTP
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
unknown
243afe7245
fix bug for ussd answers over 127 chars
3 years ago
Sara Damiano
93fc96d9ec
sim7000 syntax fix
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
9128baeb27
xbee fixes
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
459106a854
re-write some of xbee to minimize flash writes
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
68a03b3ba0
Add (unused) argument for XBee modem get connected
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
9af0acc18b
Fix IP from string in MC60
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Sara Damiano
4fc428c945
Fix #511 , ignore response to set timezone in ublox
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
3 years ago
Fabrice Fontaine
38a712500e
TinyGsmClientSequansMonarch.h: use data mode
Use data mode instead of text mode to be able to send any content such
as raw binary. This will allow us to use TinyGSM with ArduinoBearSSL and
ArduinoMqtt.
It should be noted that for an unclear reason GSM_NL must be set to '\n'
instead of '\r\n' to avoid "CME ERROR: operation not supported" in this
mode with the Monarch GMS01Q.
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
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