I'm trying to find a way to have a raspberry pi pico w connect to wifi without needing to write in the SSID and password into the code. I'm using a non-touch screen with it and no keyboard.
Is there a way to have the pico automatically create a pop-up when plugged into a computer to query the user for a WIFI ID and password?
An answer on here which has recently been deleted suggested code that would use the a generic router IP, but I wasn't able to try it.