Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It does not work when ESP32-S3 connected to wifi ap #22

Open
ramiws opened this issue Mar 18, 2023 · 3 comments
Open

It does not work when ESP32-S3 connected to wifi ap #22

ramiws opened this issue Mar 18, 2023 · 3 comments

Comments

@ramiws
Copy link

ramiws commented Mar 18, 2023

Sending from ESP8266 to esp32-s3 works only if the s3 is not connected to wifi. Have you tested that?

@yoursunny
Copy link
Owner

I do not own any ESP32-S3 so I cannot test.

@yoursunny yoursunny changed the title It does not work when esp32 connected to wifi ap It does not work when ESP32-S3 connected to wifi ap Mar 20, 2023
@maksm
Copy link

maksm commented Aug 12, 2023

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.

@yoursunny
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants