How to access an ESP32 web server with my PC (same router)

Hello

Can I access an ESP webserver or Access Point using my PC . The PC is linked to my router with an Ethernet cable? My PC does'n't have a wireless antenna. I'm able to access my ESP 32 web using my tablet or Iphone

I understand that WiFi an Ethernet while being provided by the same router are not the same protocole or adress sharring. Is there a way to access it using any PC or WiFi system using the same home network?

Any info appreciated

Martin

You cannot access the esp32 as an Access Point without WiFi support on you PC. If you use the esp32 in Station Mode you can access it from your PC if your router supports WiFi. The router will handle the communication between the esp32 and PC on the same local network.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.