ESP32 IP address fail

Do this step by step.

  • Forget about static IP.
  • Make your network work correctly (with DHCP).
  • If everything works correctly (and you still need static IP) go for the static IP.
1 Like

Doing some research now

1 Like

Hi Boris, quick update ….

My ESP32 project going fine now, making a lot of progress.

My Wifi system not great, I’ve turned off the remote Mercusys Halo S3 unit for now.

Works fine for internet, whatsApp, etc on phone / laptop in workshop, but I just can’t stop it creating its own subnet. Might need better equipment. I’ll keep researching.

Anyway, thank you so much for all your help !

1 Like

Just FYI, even without a static IP you can use the mDNS technology and make the ESP32 advertise under a hostname, like esp32.local, which should then be recognized by all modern operating systems and browsers, so that you can just go to http://esp32.local to access the board.

Thanks for the info Max, I’ll do some experiments over the weekend and get back to you.

Trevor