Currently, the Wi-Fi SSID and passwords are hardcoded into a header file but I am looking for a way to modify the Wi-Fi configuration without having to access the header file.
Is it possible to set the Nano 33 IoT to be discoverable in the available networks list on our mobile or laptop?
Could anyone give some insights on this? Much appreciated!
Hi @manofiron98. I recommend doing a search in the Arduino IDE's Library Manager (Sketch > Include Library > Manage Libraries...) for "wifimanager". There, you'll find several offerings which mention compatibility with the "NINA" WiFi module used by the Nano 33 IoT.
I haven't used them personally, so I can't recommend a specific one. Some of the other forum members may be able to provide more specific guidance, but this can certainly serve as a starting point.