You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a related note, for me the basic example of unicast doesn't work between a mixture of ESP32 and ESP8266, while between the same type of chip the example works (ESP32 <--> ESP8266 doesn't work, while ESP32 <--> ESP32 and ESP8266 <--> ESP8266 works).
Have two boards of each type, tried every combo possible, have ran out of ideas.
ESP32 Arduino is now at v3.0.1, with breaking changes.
I tested the broadcast example among three different chips.
It works between ESP8266 and ESP32-C3.
However, it doesn't work on ESP32.
It seems that WiFiScan functionality is broken for the ESP32 (xtensa), even the official WiFiScan example returns zero networks.
Since the pseudo broadcast depends on WiFiScan, it wouldn't work.
Sending from ESP8266 to esp32-s3 works only if the s3 is not connected to wifi. Have you tested that?
The text was updated successfully, but these errors were encountered: