Page 1 of 1

WiFi error

Posted: Wed Mar 12, 2025 10:56 am
by aygh4266
Hi,

i am using esp32s3 with vscode extension and trying to create https server. I am getting this error

E (1693) wlan: ERROR Type ESP_ERR_HTTPD_TASK

httpd.stack_size = 10240

Bluetooth task also starts on core0. I tried to move wifi task to core1 but it did'nt work.

Stack high water mark is 2544
free heap is 6957924. Pleas makes sure that I'm using PSRAM and it is activated.

Any help will be appreciated ?

Re: WiFi error

Posted: Fri Mar 14, 2025 8:00 am
by egionet
Suggest updating the subject to HTTP error. If you have an ESP32-S3 board with dual USB-C, I would use the debug features to trace.

Are you sure that the WiFi connection is established before trying to initialize the HTTP server?

A simple HTTP server example is available here: https://github.com/espressif/esp-idf/bl ... ain/main.c