Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Pekmez
#81016 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?
User avatar
By RichardS
#81024 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
User avatar
By Pekmez
#81050
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.