0

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.

user1633930
  • 61
  • 1
  • 2
  • 10
  • I am also trying to solve this issue. You can write to a settings.toml on connection failure and pick up details from there using os.getenv. – Vishal Kumar Sahu Jan 04 '23 at 13:50

0 Answers0