Fail to upload anything

Hi, i try to setup my brand new Uno Wifi Rev.2 with new Braccio but i'm not able to upload. I followed the Guide and tried:

-checked port
-checked Board
-Reinstalled Drivers
-try uploading blank sketch
-try blink preset

  • dif usb ports
  • dif usb cable
    -dif computer
  • Reset before and after pressing upload in div time frames
  • disconnecting all BT or Wifi sticks
  • deinstalling older Adeept related IDE
  • Reinstalling Arduino IDE

What am i missing here? I'm completely new to this so it's prob my fault...

please help

Sofie

My Setup:

  • Uno Wifi Rev.2
    Connected via usb cable

  • Win 10 Pro 64 20H2
    Build:19042.804

(i never was able to upload to this Uno)

Der Sketch verwendet 924 Bytes (2%) des Programmspeicherplatzes. Das Maximum sind 32256 Bytes.
Globale Variablen verwenden 9 Bytes (0%) des dynamischen Speichers, 2039 Bytes für lokale Variablen verbleiben. Das Maximum sind 2048 Bytes.

C:\Users\sofie\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude -CC:\Users\sofie\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf -v -patmega328p -carduino -PCOM6 -b115200 -D -Uflash:w:C:\Users\sofie\AppData\Local\Temp\arduino_build_867742/Blink.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:\Users\sofie\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"

Using Port : COM6
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=0xf9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xf9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xf9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xf9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xf9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xf9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xf9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xf9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xf9
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xf9

avrdude done. Thank you.

Problem beim Hochladen auf das Board. Hilfestellung dazu unter http://www.arduino.cc/en/Guide/Troubleshooting#upload.

The problem is you have the wrong board selected. Despite the similar names, the Uno and Uno WiFi are very different from the Uno WiFi Rev2, and have a different upload procedure. This is the cause of the error you're getting. You need to install a special boards package and then select the right board:

  • Tools > Board > Boards Manager
  • Wait for the update to finish.
  • From the list of available boards packages, click on "Arduino megaAVR Boards".
  • Click the "Install" button.
  • Wait for the installation to finish.
  • Click the "Close" button.
  • Tools > Board > Arduino megaAVR Boards > Arduino Uno WiFi Rev2

Now try uploading again.

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