Skip to main content
added 22 characters in body; edited title
Source Link
ocrdu
  • 1.8k
  • 3
  • 12
  • 24

Communication between two esp32ESP32s using wifiWiFi

I have two esp32'sESP32s. oneOne is acting as webserver and the other is acting as a client that will send geta GET request to the server esp32ESP32. Both of the esp32'sESP32s are connected to the same wifiWiFi AP.

But forFor sending the request I need to know the server address. But, but I don't want to enter it ininto the code manually.

Is there any way with which I can figure out the IP address of the server esp32ESP32 using the other esp32.ESP32?

Communication between two esp32 using wifi

I have two esp32's. one acting as webserver and other acting as client that will send get request to server esp32. Both of the esp32's are connected to same wifi AP.

But for sending the request I need to know the server address. But I don't want to enter it in the code manually.

Is there any way with which I can figure out the IP address of the server esp32 using other esp32.

Communication between two ESP32s using WiFi

I have two ESP32s. One is acting as webserver and the other is acting as a client that will send a GET request to the server ESP32. Both of the ESP32s are connected to the same WiFi AP.

For sending the request I need to know the server address, but I don't want to enter it into the code manually.

Is there any way with which I can figure out the IP address of the server ESP32 using the other ESP32?

Source Link
Arslan
  • 134
  • 5

Communication between two esp32 using wifi

I have two esp32's. one acting as webserver and other acting as client that will send get request to server esp32. Both of the esp32's are connected to same wifi AP.

But for sending the request I need to know the server address. But I don't want to enter it in the code manually.

Is there any way with which I can figure out the IP address of the server esp32 using other esp32.