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

wifi softAP does not work on ESP32-S2FNR2 board (IDFGH-13887) #14731

Open
3 tasks done
erfty125 opened this issue Oct 15, 2024 · 10 comments
Open
3 tasks done

wifi softAP does not work on ESP32-S2FNR2 board (IDFGH-13887) #14731

erfty125 opened this issue Oct 15, 2024 · 10 comments
Assignees
Labels
Status: In Progress Work is in progress

Comments

@erfty125
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

1 I installed esp-idf refering to https://docs.espressif.com/projects/esp-idf/en/v5.3.1/esp32s2/get-started/index.html
(linux debian12)
2 I flashed the softAP example from example directory and AP did not appeared
I tried flashing simular wifi AP example in arduino IDE and it works. Also wifi station example from esp-idf also works.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Oct 15, 2024
@github-actions github-actions bot changed the title wifi softAP does not work on ESP32-S2FNR2 board wifi softAP does not work on ESP32-S2FNR2 board (IDFGH-13887) Oct 15, 2024
@nopnop2002
Copy link

nopnop2002 commented Oct 16, 2024

Can't find "myssid" in the list of AP?

@erfty125
Copy link
Author

Can't find "myssid" in the list of AP?

yes

@nopnop2002
Copy link

Can you publish the runtime logs?

@erfty125
Copy link
Author

Can you publish the runtime logs?

I dont know how to do this, because esp32-s2 appears in lsusb only in download mode

@nopnop2002
Copy link

idf.py build monitor -p port

@erfty125
Copy link
Author

erfty125 commented Oct 16, 2024

idf.py build monitor -p port

ls /dev shows the same when i connect the board to laptop, so i cant do this

@hansw123
Copy link
Collaborator

@erfty125
maybe you can psot the Terminal logs for the entire process include export idf-env build project and flash and the whole process

@erfty125
Copy link
Author

@erfty125 maybe you can psot the Terminal logs for the entire process include export idf-env build project and flash and the whole process

https://pastebin.com/XNkX3rGt

@hansw123
Copy link
Collaborator

@erfty125

  1. first you can use uart to flash the bin to device ,which can be set in menuconfig -----Component config > ESP System Settings > Channel for console output (default is UART)
  2. when you use USB. you can open ESP_CONSOLE_USB_SERIAL_JTAG in menuconfig
  3. you can follow the tips in log
    Error: ESP32-S2FNR2 (revision v1.0) chip was placed into download mode using GPIO0.
    esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
    To suppress this note, set --after option to 'no_reset'.
    coal@coal:~/esp/softAP$

@espressif-bot espressif-bot added Status: In Progress Work is in progress and removed Status: Opened Issue is new labels Oct 18, 2024
@erfty125
Copy link
Author

@erfty125

  1. first you can use uart to flash the bin to device ,which can be set in menuconfig -----Component config > ESP System Settings > Channel for console output (default is UART)
  2. when you use USB. you can open ESP_CONSOLE_USB_SERIAL_JTAG in menuconfig
  3. you can follow the tips in log
    Error: ESP32-S2FNR2 (revision v1.0) chip was placed into download mode using GPIO0.
    esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
    To suppress this note, set --after option to 'no_reset'.
    coal@coal:~/esp/softAP$

i set usb channel for output
logs https://pastebin.com/29nV2c5j

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress Work is in progress
Projects
None yet
Development

No branches or pull requests

4 participants