Connection by "dhcp_hostname" in ESP32 - Access Point(AP_IF) mode #9809
Replies: 1 comment 2 replies
-
First, you should know what happens in your network and who is responsible for what. (I assume here you have a simple configuration without dedicated name servers and the like).
Second, please read the fine documentation. https://docs.micropython.org/en/latest/library/network.WLAN.html does not mention a "dhcp_hostname"; the name given to mDNS is set using the Even There are some micropython DNS server implementations (search github). Your mileage may vary - these are 4-5 years old. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
I can connect to ESP32 in Station(STA) mode using only the "hostname", not the IP. The "python socket" module resolves the IP automatically from my computer app and it works good.
But in Access Point(AP_IF) mode it doesn't work:
Access Point Configuration
Beta Was this translation helpful? Give feedback.
All reactions