Changing Your Oak's WiFi Settings
Entering Config Mode
The first step to changing your Oak's WiFi settings is entering config mode - you will know when you are there because the status LED on the Oak will blink in 3 blink bursts.
You can enter config mode the following ways:
If your current WiFi settings are failing the Oak will enter automatically.
If you connect Pin 1 to GND and then power on the Oak, and disconnect after about 3 seconds so you can see the LED blink since it shares the same pin.
If you call Oak.rebootToConfig(); from a sketch (this allows you to have a button or similar to change wifi settings).
With your Oak powered up and in config mode you can proceed with the next section.
WiFi Configuration
Using a WiFi enabled computer or smart device, open a browser and go to:
http://rawgit.com/digistump/OakSoftAP/master/config.html
(Please force your browser to refresh to ensure you are using the newest copy of this page.)
Step 1: You will need to login with your credentials for
Particle or register for a Particle account.
Your Oak will now reboot and connect to the new settings, if they fail it will go back to config mode. If they work then it will run the currently loaded sketch, if there is not one it will return to config mode to await a sketch upload.