Page 1 of 1

Node Scan RSSI of another nodes in a Mesh

Posted: Tue Jul 09, 2019 6:33 am
by Paloky
Hi.
I have looked in the IDF and MDF documentation and in the examples, but I don't find it, the way to be able to do a scan from one of the nodes of the network.
I know that a node internaly does it to be able to establish the routing of the mesh from the RSSI of the our parent.

Is there any way I can do a scan of the nodes I have at my range and obtain your RSSI?

Thank's a lot.

Re: Node Scan RSSI of another nodes in a Mesh

Posted: Wed Jul 10, 2019 3:30 am
by ESP_LBB
Hi Paloky,

Maybe you can refer to this example: https://github.com/espressif/esp-mdf/tr ... less_debug ,
where there is an API: wifi_scan [-m] [-r <rssi (-120 ~ 0)>] [-s ] [-b <bssid (xx:xx:xx:xx:xx:xx)>] [-p <time (ms)>] [-i <mesh_id (xx:xx:xx:xx:xx:xx)>] [-P <mesh_password>] to scan.

(Sorry the English version doc is still on the way)