I have a Winc1500 mated to a Metro Express via headers. I am running the Arduino IDE 1.8.5 on a Win10 machine. The program that I am attempting to upload to this setup is the "ScanNetworks" example without any modification. When connected to the PC, the Metro board has a green "on" led illuminated, the yellow "tx" led is on a fast blink, and another large led on the Metro cycles between red, green, and blue. Pressing and releasing the "reset" button on the Winc1500 causes the red "L" led to momentarily illuminate. My first question is: In the IDE "Tools" board drop down list, there is no "Metro Express" board to select. The only board close to some wifi is an "Arduino Uno Wifi" I have select this board only because it has "wifi" in the name. I have selected "COM1" for the port configuration. Attempting to upload the ScanNetworks compiled program to the setup results in the included messaging. I have not found what the "not in sync: resp=0xd2" error message indicates. Any help will be greatly appreciated.
Arduino: 1.8.5 (Windows 10), Board: "Arduino Uno WiFi"
Build options changed, rebuilding all
Sketch uses 6460 bytes (20%) of program storage space. Maximum is 32256 bytes.
Global variables use 780 bytes (38%) of dynamic memory, leaving 1268 bytes for local variables. Maximum is 2048 bytes.
C:\Users\ralin\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/bin/avrdude -CC:\Users\ralin\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf -v -patmega328p -carduino -PCOM1 -b115200 -D -Uflash:w:C:\Users\ralin\AppData\Local\Temp\arduino_build_716249/ScanNetworks.ino.hex:i
avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Users\ralin\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf"
Using Port : COM1
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xd2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xd2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xd2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xd2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xd2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xd2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xd2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xd2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xd2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xd2
avrdude done. Thank you.
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.