Fehler beim Kompilieren 2023

Hallo,

ich versuche gerade die Firmware aufzuspielen. Aber bekomme es nicht hin.
Die Software meldet: „Fehler beim Kompilieren für das Board Arduino Nano“.

Was kann ich tun?

Arduino IDE auf 2.0.4 aktualisiert
Habe die anderen Beiträge durchgesucht und die * DFPlayer Mini Mp3 by Makuna auf die Version 1.0.7 geändert.

In file included from C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:1:0:
c:\Users\Maik\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h: In instantiation of 'uint16_t DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD>::listenForReply(uint8_t) [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; uint16_t = unsigned int; uint8_t = unsigned char]':
c:\Users\Maik\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:105:27:   required from 'void DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD>::loop() [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify]'
C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:231:14:   required from here
c:\Users\Maik\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:511:62: error: no matching function for call to 'Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t&)'
                         T_NOTIFICATION_METHOD::OnPlayFinished(DfMp3_PlaySources_Usb, replyArg);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:41:15: note: candidate: static void Mp3Notify::OnPlayFinished(uint16_t)
   static void OnPlayFinished(uint16_t track) {
               ^~~~~~~~~~~~~~
C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:41:15: note:   candidate expects 1 argument, 2 provided
In file included from C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:1:0:
c:\Users\Maik\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:515:62: error: no matching function for call to 'Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t&)'
                         T_NOTIFICATION_METHOD::OnPlayFinished(DfMp3_PlaySources_Sd, replyArg);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:41:15: note: candidate: static void Mp3Notify::OnPlayFinished(uint16_t)
   static void OnPlayFinished(uint16_t track) {
               ^~~~~~~~~~~~~~
C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:41:15: note:   candidate expects 1 argument, 2 provided
In file included from C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:1:0:
c:\Users\Maik\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:519:62: error: no matching function for call to 'Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t&)'
                         T_NOTIFICATION_METHOD::OnPlayFinished(DfMp3_PlaySources_Flash, replyArg);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:41:15: note: candidate: static void Mp3Notify::OnPlayFinished(uint16_t)
   static void OnPlayFinished(uint16_t track) {
               ^~~~~~~~~~~~~~
C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:41:15: note:   candidate expects 1 argument, 2 provided
In file included from C:\Users\Maik\Documents\Arduino\Tonuino\Tonuino.ino:1:0:
c:\Users\Maik\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:524:66: error: 'OnPlaySourceOnline' is not a member of 'Mp3Notify'
                         T_NOTIFICATION_METHOD::OnPlaySourceOnline(static_cast<DfMp3_PlaySources>(replyArg));
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\Users\Maik\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:529:68: error: 'OnPlaySourceInserted' is not a member of 'Mp3Notify'
                         T_NOTIFICATION_METHOD::OnPlaySourceInserted(static_cast<DfMp3_PlaySources>(replyArg));
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\Users\Maik\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:534:67: error: 'OnPlaySourceRemoved' is not a member of 'Mp3Notify'
                         T_NOTIFICATION_METHOD::OnPlaySourceRemoved(static_cast<DfMp3_PlaySources>(replyArg));
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

exit status 1

Compilation error: exit status 1

Danke für die Unterstützung
Gruß Maik

Du musst DFPlayer Mini Mp3 by Makuna Version 1.1.0 verwenden (so sehe ich das aus den Compiler Fehlern)
Welche TonUINO Software verwendest du denn?
Edit
Oh nein, 1.0.7 war richtig, nur du hast die 1.1.0 installiert

Selber Fehler

Habe die Bibliothek deinstalliert und die ver. 1.0.7 installiert?

Ich habe mal die Versionen ausprobiert. 1.0.5 Kompeliert und wird Hochgeladen. Ab Version 1.0.6 kommt der Fehler.

Ich Probiere Morgen mal ob die Box damit läuft. Bin heute beruflich unterwegs.
Gruß Maik

Darauf hast du noch nicht geantwortet.
Die Anpassungen an die Version 1.0.6 der DFPlayer Bibliothek wurden in der Standardsoftware ja bereits 2020 gemacht.

Hallo Gute_Laune,

ich habe auf GitHub Master ausgewählt und die aktuelle Version 2.1 heruntergeladen.

Gibt es dafür einen bestimmten Grund? Ich würde dir auf jeden Fall die DEV-Version empfehlen. Da sind ja doch einige Feature mehr dabei umlnd wird hier seit 3 Jahren als Standard empfohlen. Deshalb ist sie auf Github voreingestellt und alle Tipps und Beschreibungen hier im Forum daran angepasst.

Im der FAQ wird bei Problemen beim Kompilieren ja auch darauf hingewiesen, dass man die aktuelle Software verwenden soll.

Allerdings ist das Problem am meinem Rechner immer noch das selbe auch mit der aktuellen DEV Version

So nochmal die aktuelle Dev Version heruntergeladen und bei der * DFPlayer Mini Mp3 by Makuna neu installiert und nach vielen wechselversuchen nochmal die 1.0.7 probiert … kompilieren und Hochladen am TestBoard klappt. Ich werde es morgen an der Box testen.
Danke für die Geduld und Unterstützung

1 „Gefällt mir“

Moin,

ich hab eine ähnliches Problem. Ich bekomme die Software einfach nicht auf den Arduino. Habe schon sämtliche Versionen des DFPlayers versucht…ohne Erfolg. Bei den älteren Versionen wird nur die Fehlermeldung kürzer (80% des Speichers belegt). Kann mir jemand weiterhelfen? Habe hier zwei Arduinos und auch schon bei de probiert, aber es klappt nicht. Treiber habe ich von des chinesischen Seite extra noch einmal heruntergeladen. Arduino blinkt auch rot, wenn ich ihn am Rechner habe.

Vielen Dank schon mal für die Hilfe!

Viele Grüße
René

Mein Fehlercode sieht so aus:

In file included from E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:1:0:
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h: In instantiation of 'DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT>::reply_t DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT>::retryCommand(uint8_t, uint8_t, uint16_t, bool) [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal; uint8_t = unsigned char; uint16_t = unsigned int]':
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:575:21:   required from 'void DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT>::setCommand(uint8_t, uint16_t) [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal; uint8_t = unsigned char; uint16_t = unsigned int]'
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:272:19:   required from 'void DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT>::pause() [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal]'
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:271:19:   required from here
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:561:43: error: no matching function for call to 'Mp3Notify::OnError(DFMiniMp3<SoftwareSerial, Mp3Notify>&, uint16_t&)'
             T_NOTIFICATION_METHOD::OnError(*this, reply.arg);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:88:17: note: candidate: static void Mp3Notify::OnError(uint16_t)
     static void OnError(uint16_t errorCode) {
                 ^~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:88:17: note:   candidate expects 1 argument, 2 provided
In file included from E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:1:0:
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h: In instantiation of 'void DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT>::callNotification(DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT>::reply_t) [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal]':
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:392:29:   required from 'bool DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT>::abateNotification() [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal]'
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:71:33:   required from 'void DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT>::loop() [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal]'
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:713:14:   required from here
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:403:50: error: no matching function for call to 'Mp3Notify::OnPlayFinished(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources, uint16_t&)'
             T_NOTIFICATION_METHOD::OnPlayFinished(*this, DfMp3_PlaySources_Usb, reply.arg);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:100:17: note: candidate: static void Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t)
     static void OnPlayFinished(DfMp3_PlaySources source, uint16_t track) {
                 ^~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:100:17: note:   candidate expects 2 arguments, 3 provided
In file included from E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:1:0:
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:407:50: error: no matching function for call to 'Mp3Notify::OnPlayFinished(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources, uint16_t&)'
             T_NOTIFICATION_METHOD::OnPlayFinished(*this, DfMp3_PlaySources_Sd, reply.arg);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:100:17: note: candidate: static void Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t)
     static void OnPlayFinished(DfMp3_PlaySources source, uint16_t track) {
                 ^~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:100:17: note:   candidate expects 2 arguments, 3 provided
In file included from E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:1:0:
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:411:50: error: no matching function for call to 'Mp3Notify::OnPlayFinished(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources, uint16_t&)'
             T_NOTIFICATION_METHOD::OnPlayFinished(*this, DfMp3_PlaySources_Flash, reply.arg);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:100:17: note: candidate: static void Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t)
     static void OnPlayFinished(DfMp3_PlaySources source, uint16_t track) {
                 ^~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:100:17: note:   candidate expects 2 arguments, 3 provided
In file included from E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:1:0:
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:415:54: error: no matching function for call to 'Mp3Notify::OnPlaySourceOnline(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources)'
             T_NOTIFICATION_METHOD::OnPlaySourceOnline(*this, static_cast<DfMp3_PlaySources>(reply.arg));
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:106:17: note: candidate: static void Mp3Notify::OnPlaySourceOnline(DfMp3_PlaySources)
     static void OnPlaySourceOnline(DfMp3_PlaySources source) {
                 ^~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:106:17: note:   candidate expects 1 argument, 2 provided
In file included from E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:1:0:
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:419:56: error: no matching function for call to 'Mp3Notify::OnPlaySourceInserted(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources)'
             T_NOTIFICATION_METHOD::OnPlaySourceInserted(*this, static_cast<DfMp3_PlaySources>(reply.arg));
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:109:17: note: candidate: static void Mp3Notify::OnPlaySourceInserted(DfMp3_PlaySources)
     static void OnPlaySourceInserted(DfMp3_PlaySources source) {
                 ^~~~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:109:17: note:   candidate expects 1 argument, 2 provided
In file included from E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:1:0:
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:423:55: error: no matching function for call to 'Mp3Notify::OnPlaySourceRemoved(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources)'
             T_NOTIFICATION_METHOD::OnPlaySourceRemoved(*this, static_cast<DfMp3_PlaySources>(reply.arg));
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:112:17: note: candidate: static void Mp3Notify::OnPlaySourceRemoved(DfMp3_PlaySources)
     static void OnPlaySourceRemoved(DfMp3_PlaySources source) {
                 ^~~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:112:17: note:   candidate expects 1 argument, 2 provided
In file included from E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:1:0:
C:\Users\renek\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:427:43: error: no matching function for call to 'Mp3Notify::OnError(DFMiniMp3<SoftwareSerial, Mp3Notify>&, uint16_t&)'
             T_NOTIFICATION_METHOD::OnError(*this, reply.arg);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:88:17: note: candidate: static void Mp3Notify::OnError(uint16_t)
     static void OnError(uint16_t errorCode) {
                 ^~~~~~~
E:\TonUINO-DEV\TonUINO-DEV\Tonuino\Tonuino.ino:88:17: note:   candidate expects 1 argument, 2 provided

exit status 1

Compilation error: exit status 1

Das mit der kürzeren Fehlermeldung klingt auf jeden Fall besser. Wie sah denn dann die Fehlermeldung aus?

Um die Fehlermeldung so zu formatieren, wie ich das eben für dich gemacht habe kannst du </> aus der Formatierungsleiste verwenden.

Das ist in deinem Schritt jetzt völlig unwichtig.
Gerne kannst du auch den Arduino völlig ohne andere Hardware erstmal versuchen zu programmieren

Ich glaub es ging um die Library und nicht den Player an sich. Denn das passt dazu, dass in dem geteilten Output die typischen Fehler der falschen DFPlayer Library sind, aber @Kortez anscheinend auch schon ohne Fehlermeldung kompilieren konnte, da ja der Teil mit 80% Speicherauslastung kam.

Ich meinte auch die Library…sorry. Bei der Version 1.06 hatte ich die Meldung mit den 80%. wenn ich nur den Arduino dran habe, geht’s auch nicht. Witzigerweise leuchtet der eine rot und der andere Arduino rot :thinking:

Wie gesagt dann hattest du bis dahin auch keinen Fehler und wenn es danach beim Upload keinen gab/gibt hat alles geklappt. Ansonsten brauchen wir die Fehlermeldung um weiterhelfen zu können.
Also am besten wie in der FAQ beschrieben die Version 1.0.7 der DFPlayer Library installieren und dann schauen was passiert.

Oder alternativ das online-update versuchen

Danke für die schnelle Hilfe erstmal :blush:.

Ich hatte oben einfach das ganze Skript gepostet in dem Gedanken, dass der Fehler dort ersichtlich ist😅…kenne mich damit leider gar nicht aus.

Der Fehler der angezeigt wird ist „compilation error: exit status 1„.

Wenn der Code aber korrekt ist, muss ja die Hardware eine Macke haben…ich teste das nachher nochmal mit einer funktionierenden Box.

Ist er auch. Da ist es auf jeden Fall die falsche Version der Bibliothek.

Also nicht an der Hardware zweifeln, die ist derzeit nicht das Problem.

Aber du hast in deinem ersten Post geschrieben, dass du mit einer Version der Bibliothek die Anzeige mit 80% Speicherauslastung hattest. Das war die richtige Version der Bibliothek. Wenn du da wieder bist, funktioniert der Upload oder wir brauchen davon die Fehlermeldung. Denn dann ist das Problem ein anderes.

Also kurzes Update: einer von beiden TonUINO läuft…Version 1.06 in der Library hat es behoben.

Der zweite will nicht, obwohl der direkt danach geflasht wurde. Der Arduino ist nun auch bestimmt zwei Jahre neuer…den anderen hatte ich noch…das Projekt war schön länger geplant :sweat_smile:

Ich weiß nicht ob das war verändert wurde am Gerät selbst. Nach dem Kompilieren bekomme ich diese Meldung:

Der Sketch verwendet 24626 Bytes (80%) des Programmspeicherplatzes. Das Maximum sind 30720 Bytes.
Globale Variablen verwenden 1005 Bytes (49%) des dynamischen Speichers, 1043 Bytes für lokale Variablen verbleiben. Das Maximum sind 2048 Bytes.
avrdude: ser_open(): can't set com-state for "\\.\COM5"
Fehlgeschlagenes Hochladen: Hochladefehler: exit status 1

Wie oben schon mal beschrieben blinkt die „L“ Diode rot.

Viele Grüße

Im der Einstellung der IDE kannst du mal „old bootloader“ versuchen

Hab alles gegeben. Mit dem alten Bootloader arbeite ich schon die ganze Zeit…hatte da alternativ aber auch den „neuen“ versucht - ohne Erfolg.

Das Update konnte nicht ausgeführt werden, da bekomme ich auch eine Fehlermeldung.

image

Ich denke ich werde das Set zurückschicken und Ersatz anfordern, es sei denn, jemandem fällt noch etwas ein.

Vielen Dank aber für die ganze Hilfe.