Scan ESPs from a predefined list
Posted:
Sun Mar 10, 2019 2:00 pm
by Pekmez
The program needs to scan if there is any ESPs MAC Address from the predefined list, if there is any, print the MAC and the RSSI, I want the code to be the same for all of the ESPs.
Is this doable?
Re: Scan ESPs from a predefined list
Posted:
Sun Mar 10, 2019 7:20 pm
by RichardS
I think scan for ssid's returns all this info....
https://github.com/espressif/arduino-es ... FiScan.inoI think MAC is the only thing missing
RichardS
Re: Scan ESPs from a predefined list
Posted:
Mon Mar 11, 2019 4:56 pm
by Pekmez
RichardS wrote:I think scan for ssid's returns all this info....
https://github.com/espressif/arduino-es ... FiScan.ino
I think MAC is the only thing missing
RichardS
Hi RichardS,
Thank you for replying so fast.
Maybe i wasn't clear with my question but I found my answer, it's called easyMesh. ESPs connect into a mesh and communicate with each other.
Re: Scan ESPs from a predefined list
Posted:
Mon Mar 11, 2019 9:09 pm
by mrburnette
Check out the comments to my miniSniff... some users have enhanced the POC a lots:
https://www.hackster.io/rayburne/esp8266-mini-sniff