You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ You can also join our chat:
40
40
-[SAMD21](#samd21)
41
41
-[Goouuu Tech IOT-GA6 vs AI-Thinker A6 confusion](#goouuu-tech-iot-ga6-vs-ai-thinker-a6-confusion)
42
42
-[SIM800 and SSL](#sim800-and-ssl)
43
-
-[Which versions of the SIM7000 code to use](#which-versions-of-the-sim7000-code-to-use)
44
-
-[License](#license)
43
+
-[Which version of the SIM7000 code to use](#which-version-of-the-sim7000-code-to-use)
44
+
-[License](#license)
45
45
46
46
### Arduino Client interface support
47
47
This library is easy to integrate with lots of sketches which use Ethernet or WiFi.
@@ -303,8 +303,9 @@ You may need set the APN again after registering.
303
303
304
304
The first connection with a new SIM card, a new module, or at a new location/tower may take a *LONG* time - up to 15 minutes or even more, especially if the signal quality isn't excellent.
305
305
If it is your first connection, you may need to adjust your wait times and possibly go to lunch while you're waiting.
306
+
306
307
If you are able to open a TCP connection but have the connection close before receiving data, try adding a keep-alive header to your request.
307
-
Some modules (ie, the SIM7000 in SSL mode) will immediately throw away any un-read data when the remote server closes the connection - sometimes without even reporting the data arrived in the first place.
308
+
Some modules (ie, the SIM7000 in SSL mode) will immediately throw away any un-read data when the remote server closes the connection - sometimes without even giving a notification that data arrived in the first place.
308
309
When using MQTT, to keep a continuous connection you may need to reduce your keep-alive interval (PINGREQ/PINGRESP).
309
310
310
311
### Diagnostics sketch
@@ -396,7 +397,7 @@ Having SSL support depends on the firmware version and the individual module.
396
397
Users have had varying levels of success in using SSL on the SIM800 even with apparently identical firmware.
397
398
If you need SSL and it does not appear to be working on your SIM800, try a different moduleortryusing a secondary SSL library.
398
399
399
-
### Which versions of the SIM7000 code to use
400
+
### Which version of the SIM7000 code to use
400
401
401
402
There are two versions of the SIM7000 code, one using `TINY_GSM_MODEM_SIM7000` and another with `TINY_GSM_MODEM_SIM7000SSL`.
402
403
The `TINY_GSM_MODEM_SIM7000` version *does not support SSL* but supports up to 8 simultaneous connections.
@@ -409,6 +410,6 @@ If you do not need SSL, I recommend starting with `TINY_GSM_MODEM_SIM7000`.
0 commit comments