633 Commits

Author SHA1 Message Date
Sara Damiano
6e76ba92e5 Rename for consistency
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-17 14:34:45 -04:00
Sara Damiano
7f71dec63f Update BG95 to current URC handler
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-17 14:19:14 -04:00
Sara Damiano
a6f73d7eb4 Merge pull request #38 from aurelihein/master
Add support for Quectel BG96 (SSL/TLS/HTTPS/GPS/GNSS)
2024-05-17 14:01:18 -04:00
Sara Damiano
d92eb56f4b Support fetching hardware and firmware version and serial number
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-17 13:45:00 -04:00
Sara Damiano
b5379f975e Hex fix for Monarch
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-17 11:38:55 -04:00
Sara Damiano
85ed430121 Make regstatus enum names unique
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-16 16:00:00 -04:00
Sara Damiano
07dfcf2c5c Re-Fix GSM_OK
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-15 11:10:43 -04:00
Sara Damiano
1c097cbdef Esp fix, deep debug
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-15 11:07:38 -04:00
Sara Damiano
bc1e2b2b3e Fix undef order
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-14 13:49:53 -04:00
Sara Damiano
86bb0f7cae Replace NULL with nullptr
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-14 13:48:08 -04:00
Sara Damiano
3463e94e58 Another debug fix
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-13 14:44:28 -04:00
Sara Damiano
3b0fc28784 Small debug change
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-13 14:14:55 -04:00
Sara Damiano
b8efb21f29 Rename GSM_NL to AT_NL
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-13 14:03:29 -04:00
Sara Damiano
3e7e615ef2 Clean verbose detection
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-13 13:51:33 -04:00
Sara Damiano
e80d9428c3 Fix XBee URC
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-13 12:32:03 -04:00
Sara Damiano
1a6f36d66d Undef GSM_NL
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-13 12:12:03 -04:00
Sara Damiano
640158a344 Fix fall through marker
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-05-10 10:19:43 -04:00
Sara Damiano
f1f924fef1 Moved bulk of WaitResponse to modem template and gave modems handleURCs fxn
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-04-11 16:16:25 -04:00
Sara Damiano
56305cb1a4 Moved "OK" and "ERROR" to modem template
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-04-11 16:14:31 -04:00
Sara Damiano
9659e83b59 Add some docs to FiFo
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2024-04-11 16:04:02 -04:00
Mikael Fredriksson
24037cdbd4 Merge pull request #2 from Gelemikke/return-bool-baud-change
Make setBaud() return a bool
2024-03-06 12:22:38 +01:00
Mikael Fredriksson
693a84854a Merge pull request #1 from Gelemikke/network-system-mode-sim7600
add getNetworkSystemMode() for SIM7600
2024-03-06 12:21:29 +01:00
Mikael Fredriksson
bfdbbdb617 add getNetworkSystemMode() for SIM7600
The function implementation is more or less a copy from the SIM7000 function as the same command is supported by both modems
2024-03-06 10:38:32 +01:00
Mikael Fredriksson
4a09c886d1 Make setBaud() return a bool
Allows checking if the change baud rate command was correctly received by the modem and helps avoiding mismatch in baud rate
2024-03-06 10:29:16 +01:00
jonas37
cef196253c Update TinyGsmClientBG96.h 2023-12-05 15:17:10 +01:00
Aurelien BOUIN
c6a0e65311 Add support for Quectel BG96 (SSL/TLS/HTTPS/GPS/GNSS) 2023-09-23 09:09:29 +02:00
Mikael Fredriksson
d4dea90f1f Update TinyGsmClientSIM7000.h
Add support for "SEND FAIL" response from SIM7000 modem
2023-09-01 11:07:56 +02:00
Sebastian Bergner
7ae1f4dff9 changes to get gnss working 2023-08-31 11:08:00 +02:00
Sebastian Bergner
617a70eaeb revert changes to generic UBLOX class, create ublox SARA R5 classes, add required changes to TinyGsmClient 2023-08-24 16:38:00 +02:00
Sebastian Bergner
d3c4d1f657 update for use with UBLOX SARA-R5 modules
Extend RegStatus, change getRegistrationStatus to check CREG
2023-08-23 09:52:04 +02:00
Juxn3
6a919538ef Fix cardinal points in location by gps for sim7600 2023-07-25 12:20:33 -05:00
Giovanni
72e519058c cert 2023-07-07 15:07:42 -03:00
imodre
96313af13d * Typo fix 2023-07-04 06:39:24 +07:00
imodre
f775c75d9c * Typo fix 2023-07-04 06:38:26 +07:00
imodre
f7e010e684 * SIM7600 Restart delay fixed 2023-07-04 06:33:12 +07:00
imodre
87523fa674 * SIM7600 GPS parser bug fixed 2023-07-04 06:32:55 +07:00
Sara Damiano
318fa45bee Version bump
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2023-06-27 12:04:58 -04:00
Sara Damiano
c2de83b4ca Fix fall through
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2023-06-27 11:37:26 -04:00
Sara Damiano
b65f1c1e14 Check for XBee wifi dns
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2023-06-27 11:27:14 -04:00
Sara Damiano
5b83997877 Add one retry to XBee
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2023-06-23 11:49:59 -04:00
Sara Damiano
78425a5514 Bump version
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2023-06-23 11:04:10 -04:00
Sara Damiano
dcc2f9cd63 minor clean up, removed some debugging
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
2023-06-22 10:35:27 -04:00
neilh20
191b3b1209 update for Digi WiFi s6b https://github.com/EnviroDIY/ModularSensors/issues/347 2023-06-20 16:24:26 -07:00
Giovanni
d431b44203 2000 timeout 2023-06-02 16:24:00 -03:00
Giovanni
cf4296c6a1 SIM card functions 2023-05-11 16:57:33 -03:00
Giovanni
1e650c59ff dbg 2022-11-10 10:20:46 -03:00
Giovanni
6d19387563 SSL Close 2022-11-01 17:45:48 -03:00
Giovanni
5f7c27555a fixes 2022-10-25 08:58:24 -03:00
Gonzalo Brusco
2d1fc04065 Added missing parameter to CNCFG (was returning an error previously) 2022-10-14 15:23:11 -03:00
Gonzalo Brusco
4d3b5b4e44 Separate NTP functions for different 70xx modules. 2022-10-13 15:29:06 -03:00