SoftAP

Is there a way to turn MKR1000 into a softAP for SSID and passphrase setup if the chip is used in a production environment where users don't have a way to reprogram the chip?

Hi @newhobby,

With v0.9.0 of the WiFi101 library creating WEP based access points is now supported.

Please see the AP_SimpleWebServer.ino example. You'll need to change the "WiFi.beginAP(ssid)" call to "WiFi.beginAP(ssid, keyIndex, pass)".