Manojkumar0308
Manojkumar0308
System check identified 5 issues (0 silenced). Exception in thread django-main-thread: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/django/db/backends/base/base.py", line 230, in ensure_connection self.connect() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/django/utils/asyncio.py", line 25, in inner return...
#define TINY_GSM_MODEM_SIM7600 TinyGsm modem(SerialAT); TinyGsmClientSecure client(modem, 0); // be sure to only use mux 0 or 1, it's all the chip allows! HttpClient http(client, SERVER, PORT); i run tinygsm https.ino...
I am using Arduino IDE Sir On Fri, 26 Jul 2024 at 2:32 PM, Robert Byrnes ***@***.***> wrote: > HI @Manojkumar0308 Generally, -2 > reflects something occurring at the transport...
> HI @Manojkumar0308 Generally, -2 reflects something occurring at the transport layer - the one level down from this. So the TinyGSM transport. -2 often reflects some sort of timeout...
#define TINY_GSM_MODEM_SIM7600 // SIM7600 AT instruction is compatible with A7670 #define SerialAT Serial1 #define SerialMon Serial #define TINY_GSM_USE_GPRS true #include #include #include "SSLClient.h" #include "ssl_web.h" #define RXD2 27 //VVM501 MODULE...
> @Manojkumar0308 Looks like these: > > ```shell > 15:03:39.904 -> Making GET request securely... > 15:03:53.178 -> [16854] ### Unhandled: +CIPCLOSE: 0,0 > 15:04:24.150 -> Status code: -2 >...
> -2 is coming from HttpClient library. As a timeout as in a lack of response on that endpoint. You should check you cert. You are setting it with root_ca...
which microcontroller you are using sir.I will do it for tomorrow then i will use the given certificate by you and just copy paste your code and will see the...