Forum Replies Created

Viewing 25 posts - 251 through 275 (of 283 total)
  • Author
    Posts
  • in reply to: MTC4PU – MattzoTrainController for Powered Up #2282
    Matthias RunteMatthias Runte
    Keymaster

    Hi everybody,
    for your information: we put some substantial work into the bugfix for the MTC4PU, but we did not eliminate the problems completely yet.

    We are actively working on it and hope to find and eliminate the root cause soon.

    Cheers,
    Mattze

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2277
    Matthias RunteMatthias Runte
    Keymaster

    Thanks!

    in reply to: MattzoSwitchController #2275
    Matthias RunteMatthias Runte
    Keymaster

    But you need to send me pictures, track plans and videos for the “Projects” section. 🙂

    in reply to: MattzoSwitchController #2272
    Matthias RunteMatthias Runte
    Keymaster

    Ha ha, permission granted. 🙂

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2261
    Matthias RunteMatthias Runte
    Keymaster

    I would recommend to wait a bit. We are not finally decided on unifying the MattzoTrainControllers yet. The ESP8266 based controllers work absolutely stable and without any problems. As you know, we are still struggeling a bit with the stability of the ESP32. Before we haven’t sorted out all problems, I am not willing to give up the ESP-8266 yet. Anyways, you can always use your ESP8266 for building layout controllers (sensors, switches, signals…).

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2260
    Matthias RunteMatthias Runte
    Keymaster

    I didn’t try this yet. At least the i2c connectivity will require some code changes, I suppose.

    Be careful that your Wemos D1 mini doesn’t smoke off when you connect it to power. It does not cope with 9V. You need a step-down module between the battery and the microcontroller.

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2253
    Matthias RunteMatthias Runte
    Keymaster
    in reply to: MTC4PF – MattzoTrainController for Power Functions #2249
    Matthias RunteMatthias Runte
    Keymaster

    That’s a little bug in Firmware 0.3. Change it to L9110 and you’ll be fine. Will be fixed with the bugfix release 0.3.1 (presently scheduled for Sunday or next week).

    in reply to: MattzoSwitchController #2241
    Matthias RunteMatthias Runte
    Keymaster

    Congratulations!

    in reply to: MTC4PU – MattzoTrainController for Powered Up #2232
    Matthias RunteMatthias Runte
    Keymaster

    Oops, my bad. The topics should no be visible in the forum.

    in reply to: MattzoSwitchController #2227
    Matthias RunteMatthias Runte
    Keymaster

    Excellent, good luck! 🙂

    in reply to: MTC4PU – MattzoTrainController for Powered Up #2224
    Matthias RunteMatthias Runte
    Keymaster

    Nikos, thanks for sharing your findings! This is indeed very helpful. We are interested in more feedback from the user base, so we are keen to hear more results from others as well.

    Henk from the core developer team has pretty much nailed down the problem, we just need some more empirical basis for issueing the fix for the firmware.

    Thank you all!

    in reply to: MattzoSwitchController #2220
    Matthias RunteMatthias Runte
    Keymaster

    I suggest to read the documentation first:

    MattzoSwitchController

    Or for the other MattzoControllers:

    Controllers

    Wiring diagrams are included.

    Nevertheless I agree that some basic knowledge about microcontrollers, networking and IT is helpful when building MattzoControllers. I had no clue at least about microcontrollers a short while ago, but buying an Arduino starter set and watching some Arduino youtube tutorial videos helped me a lot.

    You may start a topic in the forum for beginners yourself. Why don’t you call it “MattzoBricks Train Automation for Beginners” or something similar?

    in reply to: MattzoSwitchController #2200
    Matthias RunteMatthias Runte
    Keymaster

    Don’t forgot to take the servo motors out of the casing first, else they could be damage with this test script. Safe angles are usually between 70 and 80 degrees for Trixbrix servos. After calibration, you usually end-up between ca. 60 and 90 degrees (depends on the specific servo, must be checked for every single servo).

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2163
    Matthias RunteMatthias Runte
    Keymaster

    Hi Lucas,
    the IR LED is not connected to D5 and 3.3V, it’s connected to D5 and GND. I will compile an exact list of the components that I used. So far, I didn’t burn any of the controllers or IR LEDs in that setup, and it ran over several weeks. Overstressing components is not good, but the infrared pulses are extremely short, which may help a bit to protect the LED even if overpowered.

    Cheers,
    Mattze

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2162
    Matthias RunteMatthias Runte
    Keymaster

    That might be because the Lego Infrared Receiver has only 7 power levels. That makes accelerating and braking and bit less smooth.

    in reply to: MattzoSwitchController #2094
    Matthias RunteMatthias Runte
    Keymaster

    Arduino IDE has some built-in example sketches for servos. But be careful not to break your switch motors. It might be a good idea to take the servo out of the casing before testing with the standard sketches.

    in reply to: MTC4PU – MattzoTrainController for Powered Up #2093
    Matthias RunteMatthias Runte
    Keymaster

    No, that is not problem at all. It even has the advantage that you can put the controller on the train and connect some nice LEDs as train lights to it!

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2068
    Matthias RunteMatthias Runte
    Keymaster

    Wiring diagram for MTC4PF with infrared added to the documentation.

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2056
    Matthias RunteMatthias Runte
    Keymaster

    Hi clyss,
    your question is pretty good. Indeed I didn’t have time to add a dedicated wiring diagram for the MTC4PF with the infrared option yet. I will do that soon to make things a bit clearer.

    In the meantime some help for you: an infrared LED is nothing else than a LED, just that the emitted light is in the infrared spectrum and can not be seen by the human eye. That means: connect the longer leg of the LEDs to e.g. the i/o pin (e.g. D5 as in the standard configuration), and connect GND to the shorter leg. That is really all you need to do. Configure the firmware, upload it, power the controller up, and here you go.

    Good luck!

    Cheers,
    Mattze

    in reply to: MattzoSwitchController #2049
    Matthias RunteMatthias Runte
    Keymaster

    Happy to hear that! Good luck with the rest!

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2047
    Matthias RunteMatthias Runte
    Keymaster

    Using the inner Power Function wires is correct.

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2046
    Matthias RunteMatthias Runte
    Keymaster

    Hi Achim,
    first of all: I like your WiFi SSID. According to the log, the controller did not connect to the WiFi correctly. Did you install a status LED on pin D8? That’s sometimes quite helpful. Flashing means: no wifi connection. Blinking means: no mqtt connection.

    Good luck!

    Cheers,
    Mattze

    in reply to: MTC4PF – MattzoTrainController for Power Functions #2045
    Matthias RunteMatthias Runte
    Keymaster

    Hi Ulrich, thanks for the heads up. I fixed that in the wiring diagram. Now it should be at least a bit easier to get going without the need if understanding every little detail in the code and configuration.

    Cheers,
    Mattze

    in reply to: MTC4PU – MattzoTrainController for Powered Up #2038
    Matthias RunteMatthias Runte
    Keymaster

    Your observation is correct. The Powered Up hubs must be connected in exactly the order they are listed in the configuration. The reason for this are technical limitations in the Powered Up and Bluetooth libraries that we use to connect to the Powered Up hubs.

    I am quite positive that we will find a better for this in the future.

    Cheers,
    Mattze

Viewing 25 posts - 251 through 275 (of 283 total)