I am trying to build a system with one ESP32 asking two other ESP32 for data. The idea is to use ESPAsyncWebServer and reqest data from one at the time. I need to set a fixed adress on the servers o be able to find them and ask. Is it possible to set a fixes address on ESPAsyncWebServer?
Am I going the wrong way?
Best regards
Anders
Hi Anders.
Yes, you can see this tutorial to learn how to set a fix IP address: https://randomnerdtutorials.com/esp32-static-fixed-ip-address-arduino-ide/
It works for any kind of web server.
Regards,
Sara
Many thanks Sara. I must have been working too late, the answer was quite clear and I should have read it earlier.
Tnaks again.