-
Notifications
You must be signed in to change notification settings - Fork 654
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
Cannot find devie's AP after init camera on ESP32S3 #626
Comments
I would guess that this is connected to the previous issue, though I do not see a workaround from our end for this. @igrr would someone from IDF/WiFi team look into this? |
@AxelLin can you try to run the camera on the other core? Let's see if maybe WiFi and Camera tasks starve each other |
I tried "CORE0", "CORE1" and "NO_AFFINITY" on v5.1.2-622-g47b44dfa71, the same issue. |
@AxelLin could you please add some details about the hardware (board) you are using? |
I tested on "Freenove ESP32-S3-WROOM Board". |
I did another test on S3:
Below is the log after calling esp_camera_init() in CONFIG_LOG_DEFAULT_LEVEL_VERBOSE=y build:
|
Hi @AxelLin I did the same test, |
hi @AxelLin from the log we can see |
@leeebo Just wondering if you have a chance to test this board: https://github.com/Freenove/Freenove_ESP32_S3_WROOM_Board |
You seems imply the issue is beause the sta actively deauth/disassoc to AP. Attached another detail log of verbose build: Then the device got |
Hi @me-no-dev FYI, #629 does not help for this issue. |
@AxelLin that would mean that the issue is not in GDMA or IRAM ISR. It does fix the previous (STA) issue, so you should not feel a delay when WiFi starts. |
I cannot reproduce this issue now after change test location. |
Cannot find devie's AP after init camera on ESP32S3
Test on esp-idf master, 5.2 branch and 5.1 branch.
If I call esp_camera_init() before starting AP.
The console log does not show any error but I usually cannot find the device's AP.
In most of my test, I just cannot find the device's AP.
Sometimes, I can find the device's AP but failed to join it:
However, if I comment out the esp_camera_init() everything looks fine.
I also tested on ESP32 and ESP32 works, only ESP32S3 fails.
But on ESP32 the wifi is very slow after init camera.
The text was updated successfully, but these errors were encountered: