Sicherungsverteiler Pro (221): Sketch lädt nicht auf den Nano Thema ist als GELÖST markiert
-
- Beiträge: 10
- Registriert: Do 17. Apr 2025, 18:08
- Hat sich bedankt: 20 mal
- Wurde bedankt: 25 mal
Sicherungsverteiler Pro (221): Sketch lädt nicht auf den Nano
Hallo,
ich habe Probleme mit dem Hochladen des Sketches, welches in der Anleitung verlinkt ist.
Es gibt diese Fehlermeldung:
C:\Users\Tobias\Documents\ACS712-Display\ACS712-Display.ino: In function 'void setup()':
C:\Users\Tobias\Documents\ACS712-Display\ACS712-Display.ino:154:28: warning: pointer to a function used in arithmetic [-Wpointer-arith]
read_zeroCurrentValue[0];
^
C:\Users\Tobias\Documents\ACS712-Display\ACS712-Display.ino: In function 'void loop()':
C:\Users\Tobias\Documents\ACS712-Display\ACS712-Display.ino:210:30: warning: pointer to a function used in arithmetic [-Wpointer-arith]
read_zeroCurrentValue[0];
^
Der Sketch verwendet 20920 Bytes (68%) des Programmspeicherplatzes. Das Maximum sind 30720 Bytes.
Globale Variablen verwenden 752 Bytes (36%) des dynamischen Speichers, 1296 Bytes für lokale Variablen verbleiben. Das Maximum sind 2048 Bytes.
Beim Hochladen des Sketches ist ein Fehler aufgetreten
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x4c
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x45
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x44
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x73
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x5f
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x41
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x75
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x74
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x6f
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x50
Alle Bibliotheken sind aktuell, außer FastLED, da nutze ich die 3.9.12 von Joueff.
Die Arduino Version ist 1.8.19
Was mache ich falsch?
Vielen Dank für Eure Hilfe.
Viele Grüße
Tobias
ich habe Probleme mit dem Hochladen des Sketches, welches in der Anleitung verlinkt ist.
Es gibt diese Fehlermeldung:
C:\Users\Tobias\Documents\ACS712-Display\ACS712-Display.ino: In function 'void setup()':
C:\Users\Tobias\Documents\ACS712-Display\ACS712-Display.ino:154:28: warning: pointer to a function used in arithmetic [-Wpointer-arith]
read_zeroCurrentValue[0];
^
C:\Users\Tobias\Documents\ACS712-Display\ACS712-Display.ino: In function 'void loop()':
C:\Users\Tobias\Documents\ACS712-Display\ACS712-Display.ino:210:30: warning: pointer to a function used in arithmetic [-Wpointer-arith]
read_zeroCurrentValue[0];
^
Der Sketch verwendet 20920 Bytes (68%) des Programmspeicherplatzes. Das Maximum sind 30720 Bytes.
Globale Variablen verwenden 752 Bytes (36%) des dynamischen Speichers, 1296 Bytes für lokale Variablen verbleiben. Das Maximum sind 2048 Bytes.
Beim Hochladen des Sketches ist ein Fehler aufgetreten
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x4c
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x45
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x44
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x73
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x5f
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x41
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x75
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x74
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x6f
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x50
Alle Bibliotheken sind aktuell, außer FastLED, da nutze ich die 3.9.12 von Joueff.
Die Arduino Version ist 1.8.19
Was mache ich falsch?
Vielen Dank für Eure Hilfe.
Viele Grüße
Tobias
-
- Beiträge: 5
- Registriert: Di 15. Apr 2025, 14:53
- Wohnort: Dresden
- Hat sich bedankt: 14 mal
- Wurde bedankt: 8 mal
Re: Sicherungsverteiler Pro (221): Sketch lädt nicht auf den Nano
Hallo Tobias,
hast du in der Arduino-IDE den richtigen COM-Port, Typ Nano, old Bootloader eingestellt?
Letztere Option war bei mir der Grund, warum ich ähnliche Fehlermeldungen hatte.
Viele Grüße
Sven
hast du in der Arduino-IDE den richtigen COM-Port, Typ Nano, old Bootloader eingestellt?
Letztere Option war bei mir der Grund, warum ich ähnliche Fehlermeldungen hatte.
Viele Grüße
Sven
-
- Beiträge: 10
- Registriert: Do 17. Apr 2025, 18:08
- Hat sich bedankt: 20 mal
- Wurde bedankt: 25 mal
Re: Sicherungsverteiler Pro (221): Sketch lädt nicht auf den Nano
Hallo Sven,
danke für Deine Antwort.
Wo stelle ich old Bootloader ein?
Ich finde nur den Typ Nano.
Der COM Port stimmt.
Viele Grüße
Tobias
danke für Deine Antwort.
Wo stelle ich old Bootloader ein?
Ich finde nur den Typ Nano.
Der COM Port stimmt.
Viele Grüße
Tobias
-
- Beiträge: 10
- Registriert: Do 17. Apr 2025, 18:08
- Hat sich bedankt: 20 mal
- Wurde bedankt: 25 mal
Re: Sicherungsverteiler Pro (221): Sketch lädt nicht auf den Nano
Hallo Sven,
ich habs gefunden
Und siehe da, es hat geklappt.
Besten Dank!
Viele Grüße
Tobias
ich habs gefunden
Und siehe da, es hat geklappt.

Besten Dank!
Viele Grüße
Tobias
- jpj61 Verified
- Anonymer Lichttechniker
- Beiträge: 71
- Registriert: Fr 18. Apr 2025, 07:14
- Wohnort: Brombachtal
- Hat sich bedankt: 100 mal
- Wurde bedankt: 173 mal
Re: Sicherungsverteiler Pro (221): Sketch lädt nicht auf den Nano
Hallo Tobias,
Habe gerade das selbe Problem.
Gruß Jan
Wäre nett, wenn Du uns teilhaben lässt an dem Lösungsweg.system47 hat geschrieben: Do 8. Mai 2025, 17:11...
ich habs gefunden
Und siehe da, es hat geklappt.![]()
...
Habe gerade das selbe Problem.
Gruß Jan
Intellibox 1(Software 2.xx), Uhlenbrock USB-LocoNet-Interface 63120, Tams S88-N-Update 1, Digikeijs DR4088CS, Viessmann 5280, Digikeijs DR4018, mktw Multidecoder 16x, Arduino, Win10 Pro, Mobaledlib Hauptplatine 101, Verteiler 201, Conector 521DE, Sicherungsverteiler 221DE
- marcosmoba Verified
- Kerzenanzünder
- Beiträge: 49
- Registriert: Di 15. Apr 2025, 14:30
- Wohnort: Lauda-Königshofen
- Hat sich bedankt: 241 mal
- Wurde bedankt: 134 mal
- Kontaktdaten:
Re: Sicherungsverteiler Pro (221): Sketch lädt nicht auf den Nano
Hallo Jan,
hoffe das Bild hilft Dir weiter...
hoffe das Bild hilft Dir weiter...
Viele Grüße Marco 

-
- Beiträge: 10
- Registriert: Do 17. Apr 2025, 18:08
- Hat sich bedankt: 20 mal
- Wurde bedankt: 25 mal
Re: Sicherungsverteiler Pro (221): Sketch lädt nicht auf den Nano
Hallo Jan,
in der Arduino IDE unter dem Menu Werkzeuge zu spät
in der Arduino IDE unter dem Menu Werkzeuge zu spät

Viele Grüße aus dem "wilden" Süden
Tobias
Tobias
-
- Vergleichbare Themen
- Antworten
- Zugriffe
- Letzter Beitrag