Adafruit music maker AVR error

I have an adafruit music maker shield on an elgoo r3 uno, configured for midi test, I can upload the code to the UNO without the Shield, I can upload and run other examples on the UNO. But when i plug the shield into the uno i get avr dude error 0x00 failed to sync

Port is correct, board is correct, cable is fine , code is Adafruit midi test example

#2 - RX JUMPER, GIOP101 - 3V JUMPER as 8nstructed by adafruit tutuorial

Please help :sleepy:

Welcome

Is this the shield? Overview | Adafruit Music Maker Shield | Adafruit Learning System

Is this the wiring that you followed?

The usual reason for upload problems caused by a shield is that the shield uses the Uno's Rx/Tx pins; that however does not seem to be the case here.

Hence I suggest that you double check that your soldering did not short anything on the board, specifically between Arduino pins 1 and 2 on the shield. Also check your other soldering.

Note:
Next time please provide links to the products. There is always the risk that we find the wrong product and base advice on that.

1 Like

Yes, that is the shield

No, its not a soldering issue, did a continuity test on every pin while stacked all showing correct voltage

Extra note*

the reset button on the shield is functional and communicating with the UNO board I can push it and i see the L-LED do its reboot flashes also, i have attached the error code message for review

Arduino: 1.8.18 (Windows 10), Board: "Arduino Uno"

Sketch uses 3472 bytes (10%) of program storage space. Maximum is 32256 bytes.

Global variables use 321 bytes (15%) of dynamic memory, leaving 1727 bytes for local variables. Maximum is 2048 bytes.

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

avrdude: stk500_recv(): programmer is not responding

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

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

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

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

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

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

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

Problem uploading to board.  See https://support.arduino.cc/hc/en-us/sections/360003198300 for suggestions.



This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

I don't think that I can't help you further as I do not have the board; sorry.

Continuity tests are not done with "voltage" :wink: They are done by measuring resistance.

Continuity tests are done by passing low "voltage" through a circuit and measuring resistance. And thanks for your time