Hi,
In the example "Mesh Internal Communication Example" , If the child node wants to know the MAC address of the root node and how to get it.
At the mesh event,the "MESH_EVENT_ROOT_ADDRESS" or other ways.
Search found 3 matches
- Wed Sep 04, 2019 7:04 am
- Forum: ESP-IDF
- Topic: how to get mesh root mac address
- Replies: 0
- Views: 2636
- Fri Aug 02, 2019 12:31 pm
- Forum: ESP Mesh 中文讨论版
- Topic: ESP32-S 无路由MESH组网,APP怎么连接root接口的softAP?
- Replies: 3
- Views: 15000
Re: ESP32-S 无路由MESH组网,APP怎么连接root接口的softAP?
谢谢回复。 现在我用一个DEMO板做AP,另一个做MESH来组网,然后MESH能连到AP,但不能connect 到AP上的TCP SERVER 用的示例是esp-idf\examples\mesh\internal_communication struct sockaddr_in serv_addr; fd_set read_set, write_set, error_set; sockfd = socket(AF_INET, SOCK_STREAM, 0); if (sockfd == -1) { ESP_LOGE(TAG, "create socket failed!"); continu...
- Sat Jul 27, 2019 3:35 pm
- Forum: ESP Mesh 中文讨论版
- Topic: ESP32-S 无路由MESH组网,APP怎么连接root接口的softAP?
- Replies: 3
- Views: 15000
ESP32-S 无路由MESH组网,APP怎么连接root接口的softAP?
如果wifi mesh无路由组网后,root node 怎么让手机APP连接并控制所有节点?有没有这方面的DEMO?