Page 1 of 1

WIKI ESP32 example (WLAN)

Posted: Wed May 08, 2024 5:33 am
by MJU20
I have flashed the example file: ESP32 Config WIFI from this page: https://www.flowcode.co.uk/wiki/index.p ... etworking) onto a ESP32C3 board.

I see the SSID "FlowcodeWifi' and I can (I think) connect to it on my smartphone.
I seems to have the IP address 192.168.4.2.

But either which URL I type in my browser, there is no webpage that I can find.

I try to load the website 192.168.4.2/index.htm but there is no response.

What am I doing wrong?

Anye help is welcome!

Re: WIKI ESP32 example (WLAN)

Posted: Wed May 08, 2024 9:28 am
by BenR
Hello,

Try using the IP 192.168.4.1 this is usually the IP for the ESP32 host.

Re: WIKI ESP32 example (WLAN)

Posted: Wed May 08, 2024 5:11 pm
by MJU20
Great! This works, although the IP address I see is 192.168.4.2.

However, what's even stranger is that it doesn't work when I'm at a short distance from the device. Only when I move a few meters away do I get connected.

But all's well that ends well.

Thanks!