ESP_Mesh_Lite_Comm: Error occurred during sending: errno Not enough space (AEGHB-327)
(16716) ESP_Mesh_Lite_Comm: Error occurred during sending: errno E (16726) ESP_Mesh_Lite_Comm: Error occurred during sending: errno E (16736) ESP_Mesh_Lite_Comm: Error occurred during sending: errno E (16746) ESP_Mesh_Lite_Comm: Error occurred during sending: errno I (16756) ESP_Mesh_Lite_Comm: Retry to connect to the AP E (16756) ESP_Mesh_Lite_Comm: Error occurred during sending: errno I (16766) wifi:new:<6,2>, old:<6,0>, ap:<6,2>, sta:<6,2>, prof:1 I (16766) wifi:state: init -> auth (b0) E (16766) ESP_Mesh_Lite_Comm: Error occurred during sending: errno I (16766) wifi:state: auth -> assoc (0) E (16776) ESP_Mesh_Lite_Comm: Error occurred during sending: errno E (16786) ESP_Mesh_Lite_Comm: Error occurred during sending: errno E (16796) ESP_Mesh_Lite_Comm: Error occurred during sending: errno <=====return error I (16796) wifi:state: assoc -> run (10) E (16806) ESP_Mesh_Lite_Comm: Error occurred during sending: errno I (16816) wifi:connected with ESP_Bridge, aid = 1, channel 6, 40D, bssid = f4:12:fa:e2:0b:b9 I (16816) wifi:security: WPA2-PSK, phy: bgn, rssi: -17 I (16816) wifi:pm start, type: 1
I (16826) wifi:set rx beacon pti, rx_bcn_pti: 14, bcn_timeout: 14, mt_pti: 25000, mt_time: 10000
I (16906) wifi:AP's beacon interval = 102400 us, DTIM period = 2
I (17176) wifi:
root nod side is :
E (11511981) bridge_wifi: STA Disconnect to the AP
I (11511991) wifi:
I (12004301) ESP_Mesh_Lite_Comm: approved: 1
Hello, because Mesh nodes internally have some communication to synchronize information and maintain the Mesh network state, communication failures may occur when the network structure changes. However, there is no need to worry, once the network structure stabilizes, communication will resume normally.
OK.Thankyou.
E (08:01:10.125) mesh: connect -1 E (08:01:10.126) mesh: Socket unable to connect: errno 113
当我的节点在 layter 2 时无法访问 tcp server 。说是没有路由,同时也出现上面的错误信息。 这个问题你们有遇到过吗?
你是直接使用 mesh_local_control demo 跑的吗,外部 tcp server 的 ip 和 port 配置正确吗?如果是自己移植的 mesh_lite 组件到自己的工程,需要注意是否开启以下配置项:
LWIP
CONFIG_LWIP_IP_FORWARD=y CONFIG_LWIP_IPV4_NAPT=y
CONFIG_MESH_LITE_ENABLE=y