TinyGSM
TinyGSM copied to clipboard
AT Connection delay on ESP32
Hi, I can use MQTT with ESP32 with this library. My board is TTGO T-Call.
The problem is sometimes the AT command to connect take a long time to response so it affects my other loop to check the sensor data.
Is there any solution to this? I think maybe by pushing Sim800L to another core or other solutions.
Thanks
probably easier if you split your program into tasks (FreeRtos) and then assign the tasks to specific cores and assign the right priorities.
Thanks, I will try to find out how to do that more
Has this issue been resolved?