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

Moderator: igrr

User avatar
By noisette
#24473 And the last test :
I used the methods to have my mac adresses for STA and AP, there's the result :
18:FE:34:F9:73:65
1A:FE:34:F9:73:65

thanks
User avatar
By martinayotte
#24475 Oh ! I must have look more thoroughly at first :
Why are you using same SSID for AP and STA mode ?
I presume you don't want the ESP to connect to itself ... ;)
Try to change "WiFi.softAP(ssid, password);" to "WiFi.softAP("tagada_ap", password);", and adjust your second ESP accordingly.
User avatar
By noisette
#24481 I want Esp to connect to itself :D
I wanna use my esp as a acces point and send multicast UDP, but UDP multicast only works on STA interface :/