-
During compilation on ESP32 board the example WebClient.ino got the error
GSM_SIM800L.cpp:39:15: error: cannot declare variable 'client' to be of abstract type 'TinyGsmSim800::GsmClient'
Tiny…
-
Hello,
Thanks for an awesome library.
I made a few modifications to the code to make it work on my ESP32. I tried to send a relatively large json. It crashes the microcontroller. I was able to sen…
-
Hi, i'm using a SIM800L and a ESP32 with Arduino IDE, I'm using this line:" if (!modem.isGprsConnected()) ESP.restart; " in order to restart the system when gsm connection is lost. But i'm getting thi…
-
## Environment
- Development Kit: none
- Module or chip used: ESP32-WROOM-32
- IDF version (run ``git describe --tags`` to find it): v4.0-dev-402-ga20d02b7f
- Build System: Make
…
-
TinyGSM version: Latest
Hardware: esp8266 + SIM800L
Trying to run example but it's fail with:
C:\Users\user\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\cores\esp8266/Clie…
-
Hi.
Thanks for sharing your module. It is very helpful.
I set a RPi 3 B to monitoring some sensors. I use your module with a [sim800L](https://lastminuteengineers.com/sim800l-gsm-module-arduino-…
7aman updated
5 years ago
-
Hi I am having a problem where I can send a SMS to the device and have it send me another SMS back. This works fine while stationary(takes about 10-30 seconds to get a reply). But when I put it in my …
jLynx updated
5 years ago
-
![gsm issue](https://user-images.githubusercontent.com/18366329/53305322-405dbb80-384e-11e9-9b81-3caddfcbc890.PNG)
UNABLE TO CONNECT BLYNK SERVER:
Im Using:
- The "blynk-library/examples/Boar…
-
Hi.when sim800l is off arduino freezes when sends data to sim800l.becouse without respond from sim800l it stucks inside while(1) loop.how to solve this problem.how to firstly check is sim800l attached…
-
Hello. I am using TinyGSM lib v 0.79 ESP32 core 1.0.2. and ArduinoHttpClient 0.4.0. I am trying to post some data to my WebAPI. I am sending data over SSL. When i call WebAPI endpoint using GET method…