E (624658) ESP_Mesh_Lite_Comm: Disconnect reason : 8 E (624660) transport_base: poll_read select error 113, errno = Software caused connection abort, fd = 58 (AEGHB-774)
robocircuits opened this issue · 3 comments
robocircuits commented
I am using 5 ESP32-wroom modules to build a mesh. The devices are connecting to AWS IoT core using ttl/ssl cert.
I am facing following issue
- Every device is working on Layer 1
- ESP mesh is not stabilizing as it should
I am getting these errors
E (624658) ESP_Mesh_Lite_Comm: Disconnect reason : 8
E (624660) transport_base: poll_read select error 113, errno = Software caused connection abort, fd = 58
It is highly unstable with MQTT
Please tell me if I am doing something wrong here.
tswen commented
Which version of idf are you using? Which version of mesh-lite are you using? Can you provide a complete log file from the time of power-on?
robocircuits commented
MESH-LITE latest pull. ESP-IDF - 5.3
robocircuits commented
This matter is solved ... i took pull of the latest repo and it worked fine after that.