WIKI ESP32 example (WLAN)

For general Flowcode discussion that does not belong in the other sections.
Post Reply
MJU20
Posts: 250
http://meble-kuchenne.info.pl
Joined: Tue Dec 08, 2020 5:11 pm
Has thanked: 75 times
Been thanked: 52 times

Flowcode v10 WIKI ESP32 example (WLAN)

Post 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!

BenR
Matrix Staff
Posts: 1760
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 447 times
Been thanked: 607 times

Re: WIKI ESP32 example (WLAN)

Post by BenR »

Hello,

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

MJU20
Posts: 250
Joined: Tue Dec 08, 2020 5:11 pm
Has thanked: 75 times
Been thanked: 52 times

Re: WIKI ESP32 example (WLAN)

Post 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!

Post Reply