-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The write()
method frequently fails with the new version v0.12.0
#796
Comments
write()
method fails with frequency with new version v0.12.0
write()
method frequently fails with the new version v0.12.0
I'll look into this. Can you give me more information about the code you're running? |
It would help if you turned on debugging for the TinyGSM library. Use streamDebugger to view the AT commands and also define TINY_GSM_DEBUG. |
I'll try to find the conditions again with debug mode active, It's not easy to reproduce, what I can antecipate is that the signal conditions it was very good (31/31). About my code it's using tinyGSM, Govorox sslClient and ArduinoMQTT for connection with AWS IoT Core. Bellow some new occurrences of this error. I am using both ESP32 cores, but only one for connection (core 1). About the error returned by
|
Greetings @Decezaris, |
What type of issues is this?
[ ] Request to support a new module
[ ] Bug or problem compiling the library
[ ] Bug or issue with library functionality (ie, sending data over TCP/IP)
[x] Question or request for help
What are you working with?
Modem: A7670SA
Main processor board: ESP32
TinyGSM version: v0.12.0
I am including
SIM7600
in my code and myrx buffer
is setted to 1024 Bytes, I did upgrade this library version all works fine at the beggining but with a while I noticed a lot of write fail errors compared tov0.11.7
version, that actually I didn't have any, as shown bellow:The text was updated successfully, but these errors were encountered: