Hello, I have the WT32-ETH01 module and have compiled and loaded the AdvancedWebServer.ino by khoih-prog (Khoi Hoang) · GitHub. The code is running and tells me to open the webpage thru 'Open http://192.168.2.232/edit to see the file browser'.
However, when I do this in my browser I get (in Dutch) the error 'This page is not accesible' and ERR_CONNECTION_TIMED_OUT.
What can be the cause of this message?
monitor text = Starting ESP32_FS_EthernetWebServer on ESP32_DEV with ETH_PHY_LAN8720 WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+ ETH Started ETH Connected ETH MAC: C4:DE:E2:B4:15:8F, IPv4: 192.168.2.232 FULL_DUPLEX, 100Mbps HTTP server started @192.168.2.232
Hello, I compiled and loaded the AdvancedWebServe sketch (IDE 2.3.2) and it's up and running. The output on the Serial Monitor states: HTTP server started @192.168.2.232 Open http://192.168.2.232/edit to see the file browser
When I do this in my browser, I get the error ERR_CONNECTION_TIMED_OUT.
Does anybody have a clue how to solve this?
Maybe I have to change the following code lines?
// Select the IP address according to your local network
IPAddress myIP(192, 168, 2, 232);
IPAddress myGW(192, 168, 2, 1);
IPAddress mySN(255, 255, 255, 0);
// Google DNS Server IP
IPAddress myDNS(8, 8, 8, 8);
which ESP Core Version have you installed?
I'm asking because the AdvancedWebServer from the examples gets the IP address via DHCP and does not need such a configuration in the sketch.
Tx for the rsopnse to my question.
I have tried your solution and that is running Ok.
However this solution is based on connection to the website via WiFi, where the SSID and password are the ones configured at my router..
In my case I want to access the web/server application via a cat6 (or similar) cable (I should have made that more clear in my initial question).
The application I want to connect to is available for both hardwired or Wifi Access.
The sample AdvancedWebServer.ino I try to get operation is an Ethernet based server instead of a Wifi based one (I should have made that more clear in my initial question).
If I try to install a Wifi Server based sample than that gives no problems.
Cross-posting is against the Arduino forum rules. The reason is that duplicate posts can waste the time of the people trying to help. Someone might spend a lot of time investigating and writing a detailed answer on one topic, without knowing that someone else already did the same in the other topic.
Repeated cross-posting can result in a suspension from the forum.
In the future, please only create one topic for each distinct subject matter. This is basic forum etiquette, as explained in the "How to get the best out of this forum" guide. It contains a lot of other useful information. Please read it.
I don't like cross posting. It makes me loose my time and shows no respect for the helpers.
so final advice = use DHCP as well for ethernet to get your IP from the same router that drives also the network for your computer running the browser.
Hi pert, first of all, I'm new to this forum. Second, I posted the topic and did not see it reflected back so I asumed I did something wrong during the process of posting this topic. So I posted a second topic and received 2 answers and responded to both of them. So I quess that it's expected that in case of multiple reponders, I just select one of them (or the first one that reponded) and start communicating with just that helper.
Sorry I did something wrong here.
With kind regards, Nico Schoone
Hi, yes that sketch is the one I use.
I have retreived the IP addresses via ipconfig /all
for myIP I filled in the address found under 'IPv4 Address'
for myGW I filled in the address found under 'Default Gateway'
for mySN I filled in the address found under 'Subnet Mask
The WT32 now says Starting AdvancedWebServer on ESP32_DEV with ETH_PHY_LAN8720 WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+ ETH Started ETH Connected ETH MAC: C4:DE:E2:B4:15:8F, IPv4: nnn.nnn.nnn.nnn FULL_DUPLEX, 100Mbps HTTP EthernetWebServer is @ IP : nnn.nnn.nnn.nnn