Verfasste Forenbeiträge
-
AutorBeiträge
-
Matthias Runte
AdministratorWas für einen ESP-32 Controller-Typ habt Ihr verwendet?
-
Diese Antwort wurde vor 4 Jahren, 5 Monaten von
Matthias Runte geändert.
Matthias Runte
AdministratorI added download links for older firmware versions on the firmware page.
Matthias Runte
AdministratorIch lade die alten Versionen demnächst mal hoch und baue ein Archiv auf. Meine Behauptung wäre jedoch, dass die 0.4.1 besser ist als die 0.3.
Was mir noch eingefallen ist: als Ihr das Update heruntergeladen habt, habt Ihr da auch die Datei MattzoController_Library.h im Arduino-Library Verzeichnis aktualisiert? Da waren auch Änderungen drin.
Matthias Runte
AdministratorReset button should do, powering the unit off for 20+ seconds might help in severe crash situations.
Matthias Runte
AdministratorHmm, good question. Sure you try to connect to a 2.4 GHz network? ESP32s can not connect to 5 GHz networks.
Matthias Runte
AdministratorHi Chris,
I have my roots in the golden 12V age as well.We have experienced a couple of problems on ESP32 boards when trying to connect to connect to WiFi and Bluetooth concurrently. Usually it helps to reboot the controller a couple of times.
Please make sure you are using Firmware 0.4 or above – we have improved the stability of the connection procedere with 0.4. WiFi connectivity should be working now without a problem. The controller will now establish the WiFi connection at first and only thereafter start to connect to Bluetooth devices. This seems to work more reliably on most boards.
We are actively working on improving to control bluetooth devices. The next version of the MTC4PU will likely also connect to SBricks and is (hopefully) going to work significantly better in terms of reliability and stability.
Cheers,
MattzeMatthias Runte
AdministratorSuper, freut mich. Bin gespannt auf die neuen Boards!
März 14, 2021 um 09:51 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2749Matthias Runte
AdministratorHallo Herbert,
ich habe nachgesehen und erstaunt festgestellt, dass ich die Steuerung mehrerer Züge über Infrarot mit einem einzigen MTC4PF tatsächlich nicht realisiert hatte. Liegt daran, dass ich selbst den MTC4PF immer in den Zug eingebaut hatte und das Multitrain-Setup selbst nicht getestet hatte. Ich nehme das mit auf die Liste. Bis dahin bitte einen Controller je IR-Empfänger verwenden.Gruß,
MattzeMatthias Runte
AdministratorGreat work!
Matthias Runte
AdministratorGreat work!
Matthias Runte
AdministratorConfiguration looks okay, the debug message from the controller as well.
What IR LEDs did you use? I used these ones here:
Worked perfectly.
-
Diese Antwort wurde vor 4 Jahren, 6 Monaten von
Matthias Runte geändert.
-
Diese Antwort wurde vor 4 Jahren, 6 Monaten von
Matthias Runte geändert.
Matthias Runte
AdministratorSuper! Sieht wirklich toll aus. Wir sprechen!
Februar 22, 2021 um 09:08 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2462Matthias Runte
Administrator1023
Februar 21, 2021 um 09:37 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2454Matthias Runte
AdministratorKlar, MIN_ARDUINO_POWER kannst Du anpassen. Wenn notwendig, kannst Du den Wert sogar auf 0 setzen.
Februar 19, 2021 um 20:40 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2444Matthias Runte
AdministratorIn Rocrail musst Du für Richtungswechsel die logische Fahrtrichtung ändern.
Matthias Runte
AdministratorDas sieht ja toll aus! Check your e-mail… 🙂
Februar 19, 2021 um 19:53 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2439Matthias Runte
AdministratorSieht so aus als würden Rocrail und der Controller alles richtig machen. Wenn die Lok trotzdem immer vorwärts fährt, ist möglicherweise das Motor Shield falsch angeschlossen. Check doch mal, ob Du mit einem einfachen Motorshield Sketch aus der Beispiel-Bibliothek der Arduino IDE der Motor überhaupt andersherum gedreht bekommst. Ansonsten würde mich Deine MattzoController Konfigurationsdatei (MTC4PF_Configuration.h) interessieren.
Februar 19, 2021 um 13:00 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2431Matthias Runte
AdministratorPoste bitte mal die MQTT loco messages und welche Richtung du jeweils erwartest. Auch die Serial Logs vom MattzoTrainController wären hilfreich.
Matthias Runte
AdministratorHallo allerseits,
könnt Ihr mal probieren, auf dem verdächtigen Controller das ganz einfache Beispiel-Sketch laufen zu lassen und einfach den Servo ein bisschen zu drehen? Vorsicht mit dem zulässigen Winkelbereich, zerschießt Euch nicht die Weichenmotoren. Danke!Nur der MTC4PU braucht bislang einen ESP-32, alle anderen Controller benötigen einen ESP12 / ESP8266.
Gruß,
MattzeFebruar 14, 2021 um 11:40 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2388Matthias Runte
AdministratorThe code is on GitHub, but it’s not public. We have plans to set the repository to public at a later stage.
-
Diese Antwort wurde vor 4 Jahren, 7 Monaten von
Matthias Runte geändert.
Matthias Runte
AdministratorSection “emergency brake”.
Februar 10, 2021 um 10:58 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2320Matthias Runte
AdministratorHappy to hear that.
And here is your chance for compensation: 🙂
– If you build a beautiful LEGO train layout, send me the track plan and media like photos and videos, so that I can publish it in the projects section on the website! My e-mail address can be found in the imprint (Impressum) section.Thanks!
Februar 10, 2021 um 00:28 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2316Matthias Runte
AdministratorThe last part of the lightEvent() function should be changed like this:
case LightEventType::REVERSE: mcLog("Light event reverse"); // UPDATE THIS CODE SO THAT IT FITS YOUR NEEDS! functionCommand[i] = ((i == 0) || (i == 3)); break; } } } }
Let me know if it works.
We have plans to make the light configuration both simpler and more powerful in the future.
Februar 9, 2021 um 17:29 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2295Matthias Runte
AdministratorIf you could post:
1. the relevant sections of the config file (MTC4PF_Configuration.h or similar),
2. your lightEvent() function in MTC4PF.ino,
then I could try to comment on that.Thanks!
Februar 8, 2021 um 08:37 Uhr als Antwort auf: MTC4PF – MattzoTrainController for Power Functions #2286Matthias Runte
AdministratorHello Herbert,
welcome! At present, we have no plans to support the old RC Infrared prototcol, though I am aware that people have reengineered it and replaced the infrared remote control with their own devices. So it should theoretically be possible to do that.The MattzoLayoutController will be based on the ESP8266 as well. You may order some PCA9685 port extenders as well if you’re planning larger layouts.
Cheers,
Mattze-
Diese Antwort wurde vor 4 Jahren, 7 Monaten von
Matthias Runte geändert.
-
Diese Antwort wurde vor 4 Jahren, 5 Monaten von
-
AutorBeiträge