Page 1 of 1

ESP WiFi MESH scan devices list

Posted: Tue May 21, 2019 4:38 pm
by Xarell
Hello. The Wifi API has a function (esp_wifi_scan_start, esp_wifi_scan_get_ap_records) that allows you to get a list of access points.
Is it possible to scan and get a list of MESH devices in this way?
If this is not the right way, is it possible in another way to get a list of MESH devices running on a WiFi network? Thank.

Re: ESP WiFi MESH scan devices list

Posted: Wed May 22, 2019 3:48 am
by ESP-QI
Please see https://github.com/espressif/esp-idf/bl ... esh_main.c.
This example demonstrates how to scan a list of parent candidates, choose an appropriate parent and set as the parent of this node.

Re: ESP WiFi MESH scan devices list

Posted: Wed May 22, 2019 8:17 am
by WiFive