Newbie help please!

I connect an ESP32 board to my computer. It will load the WLED install fine and then I connect it to the WiFi. All fine. Then I click on visit the device and it times out saying 192.168.68.100 took too long to respond. My router address is 192.168.1.254 if this is relevant. Any advice would be greatly appreciated.

What version of WLED are you running
What ESP board?
How did you do the WLED install?
What router do you have?

Are you sure you’ve got the correct SSID and password for your router in WLED?

Look for an access point on your phone/tablet that shows “WLED-AP”.
If you see that, then WLED didn’t connect to your router and went into AP mode.
You connect to that AP and then configure WLED properly.

If your router is showing WLED connecting, watch out for routers that dynamically switch between 2.4/5Ghz. ESP32 is 2.4Ghz only.

Many thanks for replying so quickly.
I’ve installed version 0.14.4
The ESPBoard says ESP32-WROOM -32D
The installation was done over the USB C connection on the ESP board.
When I enter the password for the wireless connection to the WiFi network it seems happy with that.
I’m afraid that I don’t quite understand how to look on my phone for an access point. I assume that this is in settings?
I fear that one of the things that is obvious is that I am way out of my depth but I am grateful for your patience.
Peter

When WLED doesn’t make a WiFi connection to your router, it defaults back to AP (Access Point) mode. Essentially it creates a new mini-router (WiFi hot-spot).

If you go into your phone/tablet and look for new Wifi connections (like you would at a coffee shop or the airport), you’ll see one labelled “WLED-AP”.

Connect to that and you should be asked to sign in to WLED.
That will take you to the configuration page for WiFi in WLED (or into the WLED GUI if you wish).

Thanks again for your help. I was looking in the right place! There is no ‘LED-AP’ listed, but there is a new entry of ‘SNS/AgEQBAwAAAAOWCTfLgA=‘.when I try to connect to this it says’ No internet’.

If the AP fires up, it will be called “WLED-AP”.
What you listed doesn’t look like any thing to do with WLED.

Try turning off your router and reboot WLED.
That will force it into AP mode and you should be able to connect via your phone (find WLED-AP).
You can then turn your router back on and see if a “Scan Network” in WLED Config->WiFi Connections can see your network.

I have done what you advised 3 times and there is no WLED-AP appearing in the WiFi list. I think I have got a dud board.
I really appreciate your help-thanks
Perer

Also possible you have a bad flash of that board.

If you can, try the esptool method of flashing (KB: Installing WLED ).
For me, that gives some live feedback of what’s going on.
There’s also a bunch of settings to see the version of ESP chip you have and other useful info.
Hooking the board up to a serial monitor is also useful, as it gives some feedback during the boot up process after the chip is flashed.

Something does not sound right there.

You can’t have your router on a different subnet then the Esp32

You posted your routers subnet as being ‘1’ and the controllers being ‘68’ Are you sure about this?