Page 1 of 1

ESP32 Wroom_32 Wlan compile to hex problem

Posted: Tue Apr 23, 2024 11:16 am
by stefan.erni
Hi to All

It's a small program, just one macro, to test WIFI, but it's not compiling to hex

Snag_60070cb.png
Snag_60070cb.png (48.63 KiB) Viewed 1478 times
Wlan32.fcfx
(9.9 KiB) Downloaded 243 times

Re: ESP32 Wroom_32 Wlan compile to hex problem

Posted: Tue Apr 23, 2024 12:14 pm
by medelec35
Hi Stefan.
You project compiles OK for me.
I have look into this and there are two things to try
Can you try Ben's suggestion here.

I have found for some reason that if using idf v5.1.3 version then there is an error with Wlan.
If using 5.1 release version then there is no compile error when using Wlan component.

There is a way to tell when compiling.
If your compiler messages shows
IDF Version: v5.1.3-467-gc686e23038 ...
then you are using the 5.1 release version so there should not be a compile issue.
If just IDF Version: v5.1.3 without -467-gc686e23038 is shown, then project will fail to compile if using Wlan as the 5.1.3 version has been installed.

Re: ESP32 Wroom_32 Wlan compile to hex problem

Posted: Tue Apr 23, 2024 2:46 pm
by stefan.erni
Hi Martin

Thank you for testing my program.
I will try with another IDF version.

Special is, that wlan and realtime clock works with the ESP32 S3.