User Manual
Like so:
Upload to your Arduino and open up the Serial Console at 9600 baud:
You should see the firmware version. If your firmware hasn't PASSED, use the firmware updater to get the latest, its
easy! (https://adafru.it/vfe)
Note that to use the official Arduino WiFi101 Library, we must configure it to use the pins specific to the
ATWINC1500 Feather. With each example sketch, you'll need to add WiFi.setPins(8,7,4,2); to the top of the
setup function!
//Configure pins for Adafruit ATWINC1500 Feather
WiFi.setPins(8,7,4,2);
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500 Page 40 of 77