Comments on: ESP32: Create a Wi-Fi Manager (AsyncWebServer library) https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Fri, 14 Mar 2025 16:05:25 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: L'Arsene57 https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/#comment-1006810 Mon, 10 Feb 2025 10:52:54 +0000 https://randomnerdtutorials.com/?p=107818#comment-1006810 Hi Sara,
Indeed the HTML files were not well arranged. Thank you very much for your help.
Best regards

Arsène.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/#comment-1006537 Sun, 09 Feb 2025 09:26:03 +0000 https://randomnerdtutorials.com/?p=107818#comment-1006537 In reply to L’Arsene57.

Hi.
You probably forgot to upload the filesystem image.
Check carefully all the instructions.
Make sure you put all the required files on the data folder on the right place and that you upload the filesystem image.
See the sections “Organizing your files and “Uploading code and files”
Regards,
Sara

]]>
By: L'Arsene57 https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/#comment-1005544 Wed, 05 Feb 2025 14:04:26 +0000 https://randomnerdtutorials.com/?p=107818#comment-1005544 Hello,
When connecting to WiFi on my smart phone I can find the WiFi connection but I do not have a page on my router that recognizes 192.168.4.1

What could be the problem?
Thank you in advance for your help.

L’Arsene.

]]>
By: JITENDRA https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/#comment-998044 Tue, 07 Jan 2025 12:50:11 +0000 https://randomnerdtutorials.com/?p=107818#comment-998044 I am getting below error:-

LittleFS mounted successfully
Reading file: /ssid.txt
Reading file: /pass.txt
Reading file: /ip.txt
Reading file: /subnet.txt
Reading file: /gateway.txt
VOYAGER
samsonite2504
192.168.8.123
255.255.255.0
192.168.8.1
Connecting to WiFi…

assert failed: heap_caps_free heap_caps.c:381 (heap != NULL && “free() target pointer is outside heap areas”)

Backtrace: 0x400838d1:0x3ffb1fe0 0x4008c1d5:0x3ffb2000 0x40091985:0x3ffb2020 0x40083e3a:0x3ffb2150 0x400919b5:0x3ffb2170 0x400deb92:0x3ffb2190 0x400deba1:0x3ffb21b0 0x400d5148:0x3ffb21d0 0x400d5195:0x3ffb2240 0x400e0c96:0x3ffb2290

ELF file SHA256: 953e24299ba709bb

Rebooting…
ESP IS RESTARTING CONTINOUSLY

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/#comment-941974 Fri, 26 Jul 2024 10:00:43 +0000 https://randomnerdtutorials.com/?p=107818#comment-941974 In reply to Nir Gal.

Hi.
Remove the const from the following line.
const AsyncWebParameter* p = request->getParam(i);

Regards,
Sara

]]>
By: Nir Gal https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/#comment-941952 Fri, 26 Jul 2024 08:43:29 +0000 https://randomnerdtutorials.com/?p=107818#comment-941952 Hello,
I was following the instructions on my ESP32 board (using Arduino IDE 2.3.2) , and all was working great, however after a few days I saw that Arduino wants to update it’s libraries, I selected ok , and after that my compilation fails with this error:

Arduino/sketch_wifi/sketch_wifi.ino: In lambda function:
Arduino/sketch_wifi/sketch_wifi.ino:345:51: error: invalid conversion from ‘const AsyncWebParameter‘ to ‘AsyncWebParameter‘ [-fpermissive]
345 | AsyncWebParameter* p = request->getParam(i);
| ~~~~~~~~~~~~~~~~~^~~
| |
| const AsyncWebParameter*

exit status 1

Compilation error: invalid conversion from ‘const AsyncWebParameter‘ to ‘AsyncWebParameter‘ [-fpermissive]

Can you help ?
Nir Gal

]]>
By: Bhaaskar R https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/#comment-939380 Fri, 19 Jul 2024 18:35:46 +0000 https://randomnerdtutorials.com/?p=107818#comment-939380 In reply to Sara Santos.

Hi,
Thanks for the reply, now its working
Great job.
Thanks and regards
Baaskar R

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/#comment-938511 Wed, 17 Jul 2024 15:44:20 +0000 https://randomnerdtutorials.com/?p=107818#comment-938511 In reply to Bhaaskar R.

Hi.
There was an update in the library.
But, we already fixed the code.
Check the code now, it should compile just fine.
Let me know if it is working.
Regards,
Sara

]]>
By: Bhaaskar R https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/#comment-937518 Sun, 14 Jul 2024 11:47:43 +0000 https://randomnerdtutorials.com/?p=107818#comment-937518 Hi,
I am using Node32s controller

while compiling the ESP_32_Wifi_Manager Sketch i am getting following error

Compilation error: invalid conversion from ‘const AsyncWebParameter‘ to ‘AsyncWebParameter‘ [-fpermissive]

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-wi-fi-manager-asyncwebserver/#comment-933224 Tue, 02 Jul 2024 09:31:34 +0000 https://randomnerdtutorials.com/?p=107818#comment-933224 In reply to Nir.

Great. I’m glad you find the issue.
Thanks for the follow-up.

Regards.
Sara

]]>