Arduino nano every- Fehler beim Sketch-Upload

Hallo,
ich kämpfe gerade als Anfänger mit einem Arduino nano every (Original).
Ich habe die IDE2.3.2 und das Teil hängt an Com6.
Board-Info lässt sich abrufen.
Als Prozessor ist ATMega 328P und als Programmer Arduino as ISP eingestellt.
Auf dem Board scheint schon ein Sketch drauf zu sein, die gelbe LED blinkt.

Beim Hochladen kommt folgende Fehlermeldung:
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\larib\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=0x30
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x30
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x30
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x30
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x30
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x30
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x30
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x30
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x30
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x30

avrdude done. Thank you.

Fehlgeschlagenes Hochladen: Hochladefehler: exit status 1

Kann mir wer nen Tipp geben woran das liegen kann?

Danke und Gruß
Micha

Willkommen im Forum.
Wen mich nicht irre Arduino Nano Every hat ATMega4809, also ATMega 328P ist falsch.

Danke.
Hast Recht, hab gerade mal mit der Lupe nachgeschaut.
Den ATMega4809 habe ich aber in der IDE nicht zur Auswahl...

:wink: habe auch gerade geschaut der ist als 328 im Boardverwalter.
Stelle die IDE so ein

ich nutze nur die 1.8.19, aber die Einstellung sollte bei Dir auch sein.

Musste erst noch das entsprechend Package installieren.
Jetzt kann ich es so wie von dir beschrieben einstellen.
Und es funktioniert.....

Danke nochmal für die Hilfe

Dann solltest du doch besser den Beitrag #4 von @fony als Lösung markieren.
Letztendlich war der dir hilfreich.