You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JAndrassy want my nano rp2040 connect to be the access point and view a HTML page via the hostname, with having to know the IP address. The device is going to be used in an environment where there is no Wifi router.
so I am not an expert on this, but in my understanding, hostname is sent with the DHCP request and then may be used by the router/AP with mDNS.
if you want hostname resolution on SoftAP of the MKR, you will have to start a DNS or mDNS server. I don't know if there is a library for mDNS or DNS on top of an Arduino WiFi library.
setHostname works fine when connecting to an existing access point, but it's not working when creating one.
Working
Not working
Is this by design, or not possible?
The text was updated successfully, but these errors were encountered: