Hi,
I inspected the DHCP request with Wireshark but it seems to me that the IP address is fine, as it matches that of the ESP32: 192.168.1.1
Search found 2 matches
- Tue Feb 27, 2018 10:34 am
- Forum: ESP-IDF
- Topic: ESP32 answers DHCP request with NAK
- Replies: 3
- Views: 7006
- Mon Feb 26, 2018 6:14 pm
- Forum: ESP-IDF
- Topic: ESP32 answers DHCP request with NAK
- Replies: 3
- Views: 7006
ESP32 answers DHCP request with NAK
Hello everyone, Currently I am setting up an ESP32 to act as a TCP server to which clients can connect in order to retrieve some information. I have configured my ESP32 in softAP mode, with an assigned static IP address and with a listening server socket. Below is the code for configuring the networ...