Open erfty125 opened 3 weeks ago
Can't find "myssid" in the list of AP?
Can't find "myssid" in the list of AP?
yes
Can you publish the runtime logs?
Can you publish the runtime logs?
I dont know how to do this, because esp32-s2 appears in lsusb only in download mode
idf.py build monitor -p port
idf.py build monitor -p port
ls /dev shows the same when i connect the board to laptop, so i cant do this
@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 maybe you can psot the Terminal logs for the entire process include export idf-env build project and flash and the whole process
@erfty125
@erfty125
- 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)
- when you use USB. you can open ESP_CONSOLE_USB_SERIAL_JTAG in menuconfig
- 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
@erfty125 feel free to reopen
@erfty125 feel free to reopen
Ok, i checked config and the problem was caused by using wpa3(by default) so i wasnt able to see AP on phone
Answers checklist.
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.