Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5929

General • Re: WiFi configuration without a display

$
0
0
Seems to me there are two separate problems to solve. One is to get the credentials to get on the WLAN. The other is to find the device once it is on the WLAN.
That's correct; two very separate issues.

On automatically connecting, while "DPP (Device Provisional Protocol) for Wi-Fi Easy Connect™" sounds great, I am not sure a Pico W will be able to handle that or it's worth the effort if one can instead get WPS to work. I don't intend to pursue that path.
Seems to me that if you assume DHCP you can safely assume DNS as well.
The bigger issue seems to be getting everything to play ball, figuring out what's needs to be done and how to do it. It seems the issue is in figuring out how to interact with LwIP and a lot of that is buried when it comes to MicroPython, or take control and do it oneself in user code.

I have no idea how things would be for Pico SDK am solely focusing on MicroPython.

Statistics: Posted by hippy — Sun Feb 11, 2024 4:08 pm



Viewing all articles
Browse latest Browse all 5929