Forum Replies Created

Viewing 25 posts - 151 through 175 (of 283 total)
  • Author
    Posts
  • in reply to: Magnetkupplung mit Strom ein/ausschalten #5784
    Matthias RunteMatthias Runte
    Keymaster

    Klingt interessant. Das sehen wir uns bei Gelegenheit mal an.

    in reply to: Train Sounds #5776
    Matthias RunteMatthias Runte
    Keymaster

    Thank you, we are giving our best.

    As you said, you need a memory card and a speaker for train sounds. We are going to implement that one day. Until then, you can use the built-in sounds in Rocrail, if that’s a possible interim solution for you.

    in reply to: Neulig braucht Hilfe beim einrichten #5772
    Matthias RunteMatthias Runte
    Keymaster

    Na ja, kann man so machen. Idee war eigentlich, das in der MotorShield Configuration zu machen. Aber was läuft das läuft. 🙂

    in reply to: Neulig braucht Hilfe beim einrichten #5763
    Matthias RunteMatthias Runte
    Keymaster

    Visual Studio Code, um genau zu sein. Schau Dir mal die Doku von platform.io an, dort wirst Du fündig (platform.io serial monitor). Unten in der Symbolleiste den kleinen Stecker klicken.

    in reply to: Neulig braucht Hilfe beim einrichten #5761
    Matthias RunteMatthias Runte
    Keymaster

    Schau doch mal in den seriellen Monitor. Das sieht dann in etwa so aus:

    MattzoController booting…
    Loaded mattzoControllerId from EEPROM: 52708
    Connecting as MLC-SignalOvershoot-52708 to Wifi Railnet
    .
    MattzoController setup completed.
    Wifi connected. My IP address is 192.168.178.49.

    in reply to: Neulig braucht Hilfe beim einrichten #5759
    Matthias RunteMatthias Runte
    Keymaster

    Das Verzeichnis der WLAN-Geräte im lokalen Netzwerk kann meist im Router aufgelistet werden. Bei der Fritzbox geht dies z.B. über Heimnetz/Netzwerk.

    Aber wozu brauchst Du das? Für OTA?

    Matthias RunteMatthias Runte
    Keymaster

    Just released firmware V1.0.1.

    in reply to: Anleitung #5745
    Matthias RunteMatthias Runte
    Keymaster

    Ich hoffe die Bilder, die ich Dir per E-Mail gesendet hatte, haben ein bisschen geholfen.

    Ich habe in den letzten Tagen ein paar Regressionstests gemacht und bin auf einen witzigen Bug in der Firmware gestoßen, der in speziellen Konfigurationssituationen auftreten kann. Dieser ist mit Release V1.0.1 behoben. Bitte Firmware updaten, falls Du auch die orangenen Servo-Motoren für die Brücke verwendest.

    Matthias RunteMatthias Runte
    Keymaster

    Happy to hear that. I have reviewed all of the MLC example files. There will be a lot of changes, updates and improvements in firmware version 1.0.1.

    Matthias RunteMatthias Runte
    Keymaster

    Jepp, it’s the bug introduced by the MLC example configuration files in the bascule bridge configuration.

    You need to do two things:

    1.
    Please remove these lines (in the bascule bridge configuration section):

    //Must be defined, but are zero
    #define NUM_SIGNAL_ASPECTS 0
    #define NUM_SIGNAL_LEDS 0
    #define NUM_SIGNAL_SERVOS 0

    2.
    Please change (in the signal configuration section):

    >>
    // Number of signals
    const int NUM_SIGNALS = 8;
    // Maximum number of signal aspects (e.g. red, green, yellow)
    const int NUM_SIGNAL_ASPECTS = 3;
    // Number of signal LEDs (usually equal to NUM_SIGNAL_ASPECTS)
    const int NUM_SIGNAL_LEDS = 3;
    << into // Number of signals #define NUM_SIGNALS 8 // Maximum number of signal aspects (e.g. red, green, yellow) #define NUM_SIGNAL_ASPECTS 3 // Number of signal LEDs (usually equal to NUM_SIGNAL_ASPECTS) #define NUM_SIGNAL_LEDS 3 << Then it should be working. Cheers, Mattze

    Matthias RunteMatthias Runte
    Keymaster

    Meanwhile, could you check if you still have the following code in your controller_config.h in the level crossing section?

    // BASCULE BRIDGE CONFIGURATION
    // General switch for bascule bridge (false = no bridge connected; true = bridge connected)
    bool BASCULE_BRIDGE_CONNECTED = false;
    // Must be defined, but are zero
    #define NUM_SIGNAL_ASPECTS 0
    #define NUM_SIGNAL_LEDS 0
    #define NUM_SIGNAL_SERVOS 0

    This was the problem that I fixed yesterday. You need to delete these defines from your configuration, as these values override the mentioned parameters by accident.

    Matthias RunteMatthias Runte
    Keymaster

    Could you send or paste your complete conf/my/controller_config.h file, please?

    Matthias RunteMatthias Runte
    Keymaster

    Thanks. 🙂 Let me know how it worked out.

    Matthias RunteMatthias Runte
    Keymaster

    Hi Fabian,
    you are doing everything fine. There is a bug in the example files for the MLC in release V1.0. This is the reason why the light signals do not work. I just found bug myself this evening while uploading the firmware to one of the “MLC megas” that I am presently building.

    I just fixed the bug and pushed the bugfix it to the development branch. The fix will be included in the next release 1.0.1, which we are going to release soon.

    If you know how to check out the development branch, just go for it. If not, drop me a message, then I will help you.

    But thanks for your feedback anyways!

    Cheers,
    Mattze

    in reply to: Anleitung #5719
    Matthias RunteMatthias Runte
    Keymaster

    Eine IO-Datei habe ich leider nicht. Von dem Prototypen gibt nur die Bilder auf der Website und das Video.

    Wenn ich Zeit und Lust habe, baue ich aber noch eine anständige Brücke auf Basis der Trixbrix-Brückenelemente, die voraussichtlich 6 oder 8 Standard-Geraden lang sein wird. Vielleicht mache ich dazu eine IO-Datei.

    Matthias RunteMatthias Runte
    Keymaster

    Wenn da Lampen blinken, nimmt der MLC ja zumindest schon mal Kommandos von Rocrail an. Das ist schon mal sehr gut und 90% der Miete. Funktionieren die Weichenmotoren denn am MLC ohne Port Extender?

    in reply to: Battery status #5605
    Matthias RunteMatthias Runte
    Keymaster

    We have already done some preparations for that, also on the hardware level. We are planning to work on this matter in the future.

    in reply to: Slow response of controller #5604
    Matthias RunteMatthias Runte
    Keymaster

    Happy to hear that. Somewhere on the website there are some tipps for improving performance of the automation. Did you find that?

    May I also propose to shift the discussion to the MTC4BT topic? This is the MTC4PU forum. 🙂

    Thanks!

    in reply to: Slow response of controller #5599
    Matthias RunteMatthias Runte
    Keymaster

    We have optimized some internal settings within MTC4BT to speed up processing. We will publish a new release soon and also plan to open up the git repository to the public. Stay tuned…

    in reply to: Need a little BIG help.. #5576
    Matthias RunteMatthias Runte
    Keymaster

    Released V0.6.1 with a bugfix for the MTC4BT. Hope it helps.

    in reply to: Battery Level Indicator #5561
    Matthias RunteMatthias Runte
    Keymaster

    We are working on that for both MTC4BT and MTC4PF. The aim is to correct the train speed for decreasing battery power as long as possible.

    in reply to: Cant upload firmware #5471
    Matthias RunteMatthias Runte
    Keymaster

    Happy to hear that. Thank you for the feedback.

    in reply to: MLC – Fehler beim Kompilieren #5462
    Matthias RunteMatthias Runte
    Keymaster

    Hallo Volkmar,
    wir haben das Problem identifiziert und mit der neuen Firmware 0.6 hoffentlich auch gelöst. Hintergrund war, dass abs() keine unsigned integers schluckt (eigentlich logisch), und daher bei einigen Compilern Fehler wirft.

    Schau mal, ob es jetzt funktioniert, falls das Problem noch aktuell ist.

    Gruß,
    Mattze

    in reply to: error by verifying #5461
    Matthias RunteMatthias Runte
    Keymaster

    Andrew, did it work?

    in reply to: Cant upload firmware #5460
    Matthias RunteMatthias Runte
    Keymaster

    Hello Karoly,
    we investigated the abs() problem again and we found the solution for it (or Hilbert did, to be precisely).

    I have just released firmware 0.6. The problem should be fixed now.

    Cheers,
    Mattze

Viewing 25 posts - 151 through 175 (of 283 total)