User Manual
Connect & Read Webpage
OK finally you get to connect and read some data!
Open up the WiFi101->WiFiWebClient example
Edit the ssid and pass variables to contain your network and password
Add the following lines at the top of setup()
//Configure pins for Adafruit ATWINC1500 Feather
WiFi.setPins(8,7,4,2);
It will connect to the website in server and read the webpage manually:
Creating an Access Point + Webserver
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500 Page 42 of 77