Search found 4 matches

by arslan43711
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: 1788

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.
by arslan43711
Sat Aug 20, 2022 10:30 am
Forum: Hardware
Topic: ESP32C3 custom PCB USB/JTAG boot issue
Replies: 10
Views: 4374

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

Code: Select all

 while(!Serial)
check if you doing something like this.
by arslan43711
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: 1788

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?