[SOLVED] Can't send code to UNO when Braccio Shield v4 is mounted

Hi and hello
Information about Arduino board and the shield.:
Board: Arduino UNO R3 (without WIFI function)
Shield: Braccio Shield V4

The Uno alone with different code works fine, although when I stick it together with the shield. But when it'S togehter it is not possible to reprogramm it. Maybe something with the serial port, but I didn't understand that really.

The error message:
Code: [Select]

Arduino: 1.8.12 (Linux), Board: "Arduino Uno"

Der Sketch verwendet 4612 Bytes (14%) des Programmspeicherplatzes. Das Maximum sind 32256 Bytes.
Globale Variablen verwenden 418 Bytes (20%) des dynamischen Speichers, 1630 Bytes für lokale Variablen verbleiben. Das Maximum sind 2048 Bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Problem beim Hochladen auf das Board. Hilfestellung dazu unter http://www.arduino.cc/en/Guide/Troubleshooting#upload.

Dieser Bericht wäre detaillierter, wenn die Option
"Ausführliche Ausgabe während der Kompilierung"
in Datei -> Voreinstellungen aktiviert wäre.

I tested it with to different UNOs and two different Computers. Always the same.

The Uno and the braccio is sold as a bundle:

Couldn'T believe that there is no work around or solution.

Best regards

p.s.: Requested also in Robo Section of the forum but thats not that frequented.

What do you have plugged into the shield, and where?

missdrew:
What do you have plugged into the shield, and where?

I plugged in the Braccio.

I know that! What else do you have plugged in?

missdrew:
I know that! What else do you have plugged in?

I connected my pc to the Arduino UNO via USB. On the UNO ist the Braccio motor shield. To the shield is the braccio arm connected and the respective power supply for the shield. Nothing else.

Is there anything on the yellow connector?

missdrew:
Is there anything on the yellow connector?

No there wasn't anything connected.
But after that hint I checked the backside of the shield if there is something. On the first view I didn't find anything but I watched again (I don't know why :wink: ) and then I saw a small band auf solder that connected the two pins in the middle. After removing that connection it worked all fine.

Thanks for your hint, it put me on the right path to search for.
https://ibb.co/G02Hjnd

Is there a solution to put this topic on solved?

Edit your first post and add [SOLVED] to the title.

Glad you got it working.

thank's a lot again.

Best regards

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.