Fehlermeldung beim Upload Versuch

In file included from C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:1:0:
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h: In instantiation of 'DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT, C_ACK_TIMEOUT>::reply_t DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT, C_ACK_TIMEOUT>::retryCommand(uint8_t, uint8_t, uint16_t, bool) [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal; long unsigned int C_ACK_TIMEOUT = 900; uint8_t = unsigned char; uint16_t = unsigned int]':
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:599:21:   required from 'void DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT, C_ACK_TIMEOUT>::setCommand(uint8_t, uint16_t) [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal; long unsigned int C_ACK_TIMEOUT = 900; uint8_t = unsigned char; uint16_t = unsigned int]'
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:275:19:   required from 'void DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT, C_ACK_TIMEOUT>::pause() [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal; long unsigned int C_ACK_TIMEOUT = 900]'
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:271:19:   required from here
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:585:43: error: no matching function for call to 'Mp3Notify::OnError(DFMiniMp3<SoftwareSerial, Mp3Notify>&, uint16_t&)'
             T_NOTIFICATION_METHOD::OnError(*this, reply.arg);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:88:17: note: candidate: static void Mp3Notify::OnError(uint16_t)
     static void OnError(uint16_t errorCode) {
                 ^~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:88:17: note:   candidate expects 1 argument, 2 provided
In file included from C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:1:0:
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h: In instantiation of 'void DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT, C_ACK_TIMEOUT>::callNotification(DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT, C_ACK_TIMEOUT>::reply_t) [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal; long unsigned int C_ACK_TIMEOUT = 900]':
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:403:29:   required from 'bool DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT, C_ACK_TIMEOUT>::abateNotification() [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal; long unsigned int C_ACK_TIMEOUT = 900]'
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:70:33:   required from 'void DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT, C_ACK_TIMEOUT>::loop() [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal; long unsigned int C_ACK_TIMEOUT = 900]'
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:713:14:   required from here
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:414: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);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:100:17: note: candidate: static void Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t)
     static void OnPlayFinished(DfMp3_PlaySources source, uint16_t track) {
                 ^~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:100:17: note:   candidate expects 2 arguments, 3 provided
In file included from C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:1:0:
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:418: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);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:100:17: note: candidate: static void Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t)
     static void OnPlayFinished(DfMp3_PlaySources source, uint16_t track) {
                 ^~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:100:17: note:   candidate expects 2 arguments, 3 provided
In file included from C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:1:0:
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:422: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);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:100:17: note: candidate: static void Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t)
     static void OnPlayFinished(DfMp3_PlaySources source, uint16_t track) {
                 ^~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:100:17: note:   candidate expects 2 arguments, 3 provided
In file included from C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:1:0:
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:426: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));
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:106:17: note: candidate: static void Mp3Notify::OnPlaySourceOnline(DfMp3_PlaySources)
     static void OnPlaySourceOnline(DfMp3_PlaySources source) {
                 ^~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:106:17: note:   candidate expects 1 argument, 2 provided
In file included from C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:1:0:
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:430: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));
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:109:17: note: candidate: static void Mp3Notify::OnPlaySourceInserted(DfMp3_PlaySources)
     static void OnPlaySourceInserted(DfMp3_PlaySources source) {
                 ^~~~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:109:17: note:   candidate expects 1 argument, 2 provided
In file included from C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:1:0:
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:434: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));
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:112:17: note: candidate: static void Mp3Notify::OnPlaySourceRemoved(DfMp3_PlaySources)
     static void OnPlaySourceRemoved(DfMp3_PlaySources source) {
                 ^~~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:112:17: note:   candidate expects 1 argument, 2 provided
In file included from C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:1:0:
c:\Users\RUALB\OneDrive\Dokumente\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:438:43: error: no matching function for call to 'Mp3Notify::OnError(DFMiniMp3<SoftwareSerial, Mp3Notify>&, uint16_t&)'
             T_NOTIFICATION_METHOD::OnError(*this, reply.arg);
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:88:17: note: candidate: static void Mp3Notify::OnError(uint16_t)
     static void OnError(uint16_t errorCode) {
                 ^~~~~~~
C:\Users\RUALB\Desktop\Tonuino\Tonuino.ino:88:17: note:   candidate expects 1 argument, 2 provided

exit status 1

Compilation error: exit status 1

Ich verstehe nur Bahnhof bitte um Hilfe

Du hast eine veraltete DFPlayer Library installiert. Es muss genau die Version 1.2.3. installiert sein. Schau mal ins Readme

@Boerge1

Ich meine genau diese geladen zu haben

Danke Gruss Opa Dodo

Du arbeitest anscheinend mit der Arduino IDE.
Da solltest Du im „Bibliotheksverwalter“ prüfen, ob tatsächlich die richtige Lib für den DF-Player installiert ist:
DF_Library

Ich bin etwas irritiert, dass Deine Arduino IDE in einem OneDrive-Verzeichnis zu laufen scheint. Ich persönlich mißtraue solchen Laufwerken die mit einer Cloud zusammen hängen, da mir dabei schon öfters versteckte Sicherheitseinstellungen (Firewall und Trust Center) von Microsoft einen Streich gespielt haben.

Wenn Du die Standardvariaqnte baust (davon gehe ich nach einem anderen Post von Dir aus), kannst Du auch sehr gut den Online-Upload von @Boerge1 verwenden. Da werden die möglichen Konfigurationen der Standardversion angeboten und müssen nicht erst compiliert werden.
Im entsprechenden Thread im Forum erfährt Du mehr.

PS.: Das ist kein Upload-Problem sondern ein Compiler-Problem.
Compilieren, also Übersetzen des Programmcodes in Maschinensprache, kommt VOR dem Upload. Der wird bei Dir aber gar nicht erst versucht, da schon die Übersetzung fehlgeschlagen ist und das Programm abbricht (Compilation error: exit status 1)

Danke für die Info
Kann ich denn das mit Ondrive irgend wo ausschalten

Kann ich Dir leider nicht sagen. Meine Erfahrungen stammen aus anderen Netzwerkanwendungen.
Um Cloud-Speicher mache ich einen großen Bogen - meine Daten gehören nicht in einen nicht greifbaren Internet-Nebel!

Danke für die Info das ist auch meine Meinung
Das muss ich abstellen werde mich im Netz mal schlau machen

Ist schade kriege die Software einfach nicht auf den Nano

Aber danke

Dann nimm das Online-Update, das ich Dir weiter oben empfohlen habe.
Das sollte problemlos funktionieren, wenn Du eine funktionierende Verbindung Arduino ↔ PC hast.

Ansonsten lade ich Dich ein zum Stöbern.

1 „Gefällt mir“

Frage @NoBl

Hat es jetzt so funktioniert ??? (Sorry bin totaler Leihe)

downloaded h…://tonuino.github.io/TonUINO-TNG/TonUINO_Classic_5/firmware.hex to C:\Users\RUALB\AppData\Local\Temp\tmp69hzdeli\firmware.hex

#################################################################################

C:\Users\RUALB\AppData\Local\Temp\_MEI92002\avrdude -patmega328p -carduino -PCOM4 -b115200 -D -Uflash:w:C:\Users\RUALB\AppData\Local\Temp\tmp69hzdeli\firmware.hex:i

#################################################################################

Reading 28760 bytes for flash from input file firmware.hex

Writing 28760 bytes to flash

Writing | ################################################## | 100% 3.97s

Reading | ################################################## | 100% 3.47s

28760 bytes of flash verified

Avrdude done. Thank you.

#################################################################################

Finished success

Sieht doch gut aus :grinning:

Da hast Du ja Verbindung mit Arduino ↔ PC und kannst doch gleich mit der Online-Konsole schauen, was der Arduino macht.

Er sollte sich nun zumindest mit dem stlisierten TonUINO-Logo und einigen weiteren Informationen melden. Siehe dazu auch „Debugging mit der Konsole“ für weitere Infos.

Vielen Dank für die Infos :+1:

Werde ich heute Nachmittag dann ausprobieren

Danke noch einmal für die Hilfe

Opa Dodo

1 „Gefällt mir“