Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Firmware Upload Issues #2216
    Harald WiedemannHarald Wiedemann
    Participant

    Hi Zoltan,
    sieht so aus als “sitzen wir im gleichen Boot”…
    To your first question: Not sure about the language. Me personally I don’t mind writing in English and the advantage is definitely that you will reach more reader and probably more “colleagues” who are able to help you with your problem.
    Well, as said – looks like that we have the same setup and also our “problems” are similar: I´m also trying to upload the firmware for my MTC4PU with “ESP32 NodeMcu WiFi CP2102”. Till now I have used the “NodeMCU-32S” (see also my error messages above). I’ve experienced various errors already which I was able to solve partly but not completely. Maybe the problem lies in the board which I have chosen in Arduino – no clue.
    I hope to get an answer in this forum.

    Have fun!
    Harald

    in reply to: Firmware Upload Issues #2212
    Harald WiedemannHarald Wiedemann
    Participant

    ok – this could be an issue as well. But at the moment I’m programming the microprocessor for the PoweredUp controller – it’s a ESP 32.
    But I have changed the board-setting according your suggestions now – and I still get the same error message (with the Syslog Library).
    This is all “Chinese” for me or a German would say “ich verstehe nur Bahnhof…” – I have really no experience with all this. But yes, I’m willing to learn!
    Maybe the big “master” Matthias will log in later on and has something to say about it. In the meanwhile I’m doing a break and come back in a few hours.

    Thanks for your help so far, Piet. Much appreciated!

    in reply to: Firmware Upload Issues #2210
    Harald WiedemannHarald Wiedemann
    Participant

    wow – now it gets really complicated for my non-existent electronic knowledge about microprocessors or Arduino. 🙁
    I have now found the “tinyxml2.h” file on this GitHub-website and could move it to the TinyXML-library. It seems to work.

    But now I have the next error-message:

    Multiple libraries were found for “WiFi.h”
    Used: /Users/hwiedemann/Library/Arduino15/packages/esp32/hardware/esp32/1.0.4/libraries/WiFi
    In file included from /Users/hwiedemann/Documents/_MattzoController/Firmware_MattzoController_V0/MTC4PU/MTC4PU.ino:64:0:
    Not used: /Applications/Arduino.app/Contents/Java/libraries/WiFi
    /Users/hwiedemann/Documents/Arduino/libraries/MattzoBricks/MattzoController_Library.h:52:39: fatal error: Syslog.h: No such file or directory
    #include <Syslog.h> // Syslog library
    ^
    compilation terminated.
    exit status 1
    Error compiling for board NodeMCU-32S.

    Sorry to bother you with this…

    in reply to: Firmware Upload Issues #2208
    Harald WiedemannHarald Wiedemann
    Participant

    Yes, I have tried to insert a photo/screenshot… didn’t work…
    Anyway – thanks for your reply.
    I have checked your suggestion but this seems not to be the problem.

    And yes, I cannot find “tinyxml2.h” in the library – but there is “tinyxml.h”.

    is it the one which is required?

    in reply to: Firmware Upload Issues #2203
    Harald WiedemannHarald Wiedemann
    Participant

    Hi all,
    the first steps are done – I have bought all required material to set up some automation for my LEGO tracks.
    Now I need to upload the required firmware (MTC4PU) to the micro controller. And guess why I’m here now? Problems… 🙁
    I have followed all required steps following the “general section” and also the section for the “MTC4PU” on the website. During the “Verify”-process on Arduino IDE I have encountered already various issues in regards to missing libraries but I could solve all by myself.
    But now I’m kind of stucked with this error message:

      Multiple libraries were found for “WiFi.h”
      Used: /Users/hwiedemann/Library/Arduino15/packages/esp32/hardware/esp32/1.0.4/libraries/WiFi
      In file included from /Users/hwiedemann/Documents/_MattzoController/Firmware_MattzoController_V0/MTC4PU/MTC4PU.ino:64:0:
      Not used: /Applications/Arduino.app/Contents/Java/libraries/WiFi
      /Users/hwiedemann/Documents/Arduino/libraries/MattzoBricks/MattzoController_Library.h:44:22: fatal error: tinyxml2.h: No such file or directory
      #include <tinyxml2.h>
      ^
      compilation terminated.
      exit status 1
      Error compiling for board NodeMCU-32S.

    It looks like that the file “tinyxmlz.h” is missing or cannot be found. But I have installed the library “TinyXML” on my system – so this should not be any problem.

    Anyone could help?

    Thanks in advance!
    Harald

Viewing 5 posts - 1 through 5 (of 5 total)