SIM800L library #14256
Unanswered
tadejales
asked this question in
Libraries & Drivers
SIM800L library
#14256
Replies: 2 comments
-
If you take a look at some of the code the driver you sent provides on the The other thing you could try is using the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Potential temporary fix for this error is mentioned in #13603 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am self tought programer and I enjoy building things, but sometimes requirements are too large for my knowlage. Does anyone know how to add header to post request to be able to authenticate post request in this library.
https://github.com/pythings/Drivers
I am succesfuly establishing GPRS communication from TTGO T-Call ESP32 board. I have also tested get and post requests and they work. But now I have problem establishing connection with MQTT to Adafruit IO server. I tried umqtt.simple but am getting OSError -202 which from what I was able to research means that MQTTClient is unable to establish connection. Credentials are correct as I have tested everything with cpython and I was able to post messages. Second options is to use direct posting over API but I have to authenticate myself so I need to add header to post request.
I hope someone is able to help me out here.
Beta Was this translation helpful? Give feedback.
All reactions