Search found 4 matches
- Sat Aug 20, 2022 10:31 am
- Forum: ESP32 Arduino
- Topic: Find the IP address of the esp32 by another esp32 on the same local network
- Replies: 3
- Views: 2553
Re: Find the IP address of the esp32 by another esp32 on the same local network
I have tested it worked like knife through butter. Thanks.
- Sat Aug 20, 2022 10:30 am
- Forum: Hardware
- Topic: ESP32C3 custom PCB USB/JTAG boot issue
- Replies: 10
- Views: 6086
Re: ESP32C3 custom PCB USB/JTAG boot issue
I have also run into same problem once but the board was not esp32. In my case program also starts to run when I connect the usb and does not run without it. But after lot of debugging I found out that I am using
check if you doing something like this.
Code: Select all
while(!Serial)
- Tue Aug 16, 2022 9:20 am
- Forum: ESP32 Arduino
- Topic: Find the IP address of the esp32 by another esp32 on the same local network
- Replies: 3
- Views: 2553
Re: Find the IP address of the esp32 by another esp32 on the same local network
I will test this and update you.
- Mon Aug 15, 2022 7:45 am
- Forum: ESP32 Arduino
- Topic: Find the IP address of the esp32 by another esp32 on the same local network
- Replies: 3
- Views: 2553
Find the IP address of the esp32 by another esp32 on the same local network
I have two esp32 connected to same Wifi. There is a web server on the 2nd esp32. 1st Esp32 want to get some data, but did not know the ip address of the 2nd esp32. How first esp32 figure out the IP address?