Metro board code not uploading

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
jbgreenf
 
Posts: 2
Joined: Mon Jun 21, 2021 11:31 am

Metro board code not uploading

Post by jbgreenf »

Hello,

I have been using this https://www.adafruit.com/product/50 Adafruit board for a project I'm working on. Recently, I have been unable to upload any sketch with the Arduino IDE (even the BareMinimum example) although the board was previously working normally. I've copied the error message below. Do you have any advice about how I can fix the board / get the board replaced? Thank you!

Code: Select all

Arduino: 1.8.15 (Windows 10), Board: "Adafruit Metro"

Sketch uses 7512 bytes (23%) of program storage space. Maximum is 32256 bytes.

Global variables use 589 bytes (28%) of dynamic memory, leaving 1459 bytes for local variables. Maximum is 2048 bytes.

C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM3 -b115200 -D -Uflash:w:C:\Users\joelg\AppData\Local\Temp\arduino_build_950312/max31865.ino.hex:i 



avrdude: Version 6.3-20190619

         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/

         Copyright (c) 2007-2014 Joerg Wunsch



         System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"



         Using Port                    : COM3

         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=0x0e

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x0e

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x0e

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x0e

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x0e

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x0e

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x0e

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x0e

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x0e

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x0e



avrdude done.  Thank you.



Problem uploading to board.  See https://support.arduino.cc/hc/en-us/sections/360003198300 for suggestions.
Last edited by jbgreenf on Mon Jun 21, 2021 11:59 am, edited 1 time in total.

User avatar
blnkjns
 
Posts: 963
Joined: Fri Oct 02, 2020 3:33 am

Re: Metro board code not uploading

Post by blnkjns »

Did you try a double-reset-tap prior to upload, and set the correct port after that?

User avatar
jbgreenf
 
Posts: 2
Joined: Mon Jun 21, 2021 11:31 am

Re: Metro board code not uploading

Post by jbgreenf »

Thanks for the response! Yes, I tried that, and I'm having the same problem.

User avatar
blnkjns
 
Posts: 963
Joined: Fri Oct 02, 2020 3:33 am

Re: Metro board code not uploading

Post by blnkjns »

Did you install the FTDI drivers (did you move to a new computer or fresh OS install?):
https://www.adafruit.com/product/2466
http://www.ftdichip.com/Drivers/VCP.htm

Locked
Please be positive and constructive with your questions and comments.

Return to “Metro, Metro Express, and Grand Central Boards”