Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: German Distant Signal 3D print parts #6769
    R. v/d MeulenR. v/d Meulen
    Participant

    I will definitely give it a try. I was wondering which 3D print method is the best to use and which % filament is the best to choose from between 20% and 100%.

    in reply to: German Distant Signal 3D print parts #6763
    R. v/d MeulenR. v/d Meulen
    Participant

    If I scale the parts with a factor 0.256 i got the following numbers in cm:

    length width height
    Blade 4,0 0,8 0,7
    Upper spectacle holder 3,5 2,1 0,6
    Lower spectacle holder 2,2 2,1 0,6

    in reply to: Lights not working #6280
    R. v/d MeulenR. v/d Meulen
    Participant

    The output is as follows:
    1] Setup: Starting MattzoTrainController for BLE…
    [1] Setup: Loading network configuration…
    Syslog: Server:
    Syslog: Hostname: MTC4BT_1
    Syslog: Appname: MTC4BT_1
    [0000] [1] Logging: Configured.
    [0001] [1] Setup: Loading controller configuration…
    [0002] [1] Config: Read controller name: MTC4BT_1
    [0003] [1] Config: Read ESP pin configuration (0).
    [0004] [1] Config: Read loco configuration (0).
    [0005] [1] CTRL: Local channels initialized.
    [0006] [1] Setup: Initializing BLE…
    [0007] [1] Setup: Controller configuration completed.
    E (3390) wifi_init_default: netstack cb reg failed with 12289
    [1] Wifi: Connecting [1] MQTT: Connecting to
    [0009] [1] Setup: MattzoTrainController for BLE running.
    [0010] [1] Setup: Number of locos to discover hubs for: 0
    [0011] [1] Minutes uptime: 0.00
    [0012] [1] Messages in queue: 0
    [0013] [1] Memory Heap free: 129472 max alloc: 108532 min free: 129048
    [0014] [1] Ticker started
    [0015] [0] Wifi: Connected
    [0016] [0] OTA: Initialized.
    [0017] [0] MQTT: Subscriber configuring last will…
    [ 2626][E][WiFiUdp.cpp:183] endPacket(): could not send data: 12

    It seems that sonmthing goes wrong with the wifi connection.

    Kind regards,

    R. v/d Meulen

    in reply to: Lights not working #6278
    R. v/d MeulenR. v/d Meulen
    Participant

    Hello everbody, I tried to use the the new configuration for the trains including lights. I have put all the information in the controller config file and the lights are working. After exceeding the 4k limit for the files. I tried to put the loco configuration in different files. Controller.config file look like this: {
    “name”: “MTC4BT_1”,
    “pwrIncStep”:10,
    “pwrDecStep”:10,
    “locoConfigs”: [
    “/loco_HEFront.json”
    ]
    }

    And the loco_HEFront file like this:

    {
    “address”:1,
    “name”: “OrangePasFront”,
    “bleHubs”: [
    {
    “type”: “SBrick”,
    “address”: “d0:cf:5e:52:be:3b”,
    “channels”: [
    {
    “channel”: “A”,
    “attachedDevice”: “motor”,
    “direction”: “forward”
    },
    {
    “channel”: “B”,
    “attachedDevice”: “motor”,
    “direction”: “forward”
    },
    {
    “channel”: “C”,
    “attachedDevice”: “light”,
    “direction”: “forward”
    }
    ]
    }],
    “events”: [
    {
    “triggers”: [
    {
    “source”: “rr”,
    “eventType”: “fnchanged”,
    “identifier”: “f1”,
    “value”: “on”
    },
    {
    “source”: “loco”,
    “eventType”: “dirchanged”,
    “value”: “forward”
    },
    {
    “source”: “loco”,
    “eventType”: “dirchanged”,
    “value”: “backward”
    }
    ],
    “actions”: [
    {
    “channel”: “C”,
    “pwrPerc”: 80
    }
    ]
    },
    {
    “triggers”: [
    {
    “source”: “rr”,
    “eventType”: “fnchanged”,
    “identifier”: “f1”,
    “value”: “off”
    },
    {
    “source”: “loco”,
    “eventType”: “dirchanged”,
    “value”: “stopped”
    }
    ],
    “actions”: [
    {
    “channel”: “C”,
    “pwrPerc”: 0
    }
    ]
    }
    ]
    }

    After installing the files on the esp32. I get the message that 0 locos have been discovered. What am I missing?

    R. v/d Meulen

    in reply to: Lights not working #6257
    R. v/d MeulenR. v/d Meulen
    Participant

    Hello everbody,

    I have a problem with the lights of the trains. Light are not working, while using the latest firmware version. Train motors are working well. Trying to use the functions in rocrail for the lights of the train, but aren’t responding. What could be the problem while the lights are configured and also the f2 function is configured for the lights. Is this related with the settings in rocrail or something else. Thanks in advance if someone could help me with it.

    R. v/d Meulen

    Here is a part of my controller_config.json file.
    {
    “name”: “MTC4BT_1”,
    “locos”: [{
    “address”: 1,
    “name”: “OrangePasFront”,
    “bleHubs”: [{
    “type”: “SBrick”,
    “address”: “d0:cf:5e:52:be:3b”,
    “channels”: [{
    “channel”: “A”,
    “attachedDevice”: “motor”,
    “direction”: “forward”
    },
    {
    “channel”: “B”,
    “attachedDevice”: “motor”,
    “direction”: “forward”
    },
    {
    “channel”: “C”,
    “attachedDevice”: “light”
    }
    ]
    }
    ]
    },
    {
    “address”: 2,
    “name”: “OrangePasBack”,
    “bleHubs”: [{
    “type”: “SBrick”,
    “address”: “d0:cf:5e:53:99:e0”,
    “channels”: [{
    “channel”: “A”,
    “attachedDevice”: “motor”,
    “direction”: “backward”
    },
    {
    “channel”: “B”,
    “attachedDevice”: “motor”,
    “direction”: “backward”
    },
    {
    “channel”: “C”,
    “ättachedDdevice”: “light”
    }
    ]
    }],
    “fn”: [{
    “name”: “f2”,
    “device”: “bleHub”,
    “address”: “d0:cf:5e:53:99:e0”,
    “channel”: “C”
    }]
    },
    {
    “address”: 3,
    “name”: “GreenPasFront”,
    “bleHubs”: [{
    “type”: “SBrick”,
    “address”: “68:0a:e2:af:1b:8d”,
    “channels”: [{
    “channel”: “B”,
    “attachedDevice”: “motor”,
    “direction”: “forward”
    },
    {
    “channel”: “C”,
    “attachedDevice”: “light”,
    “direction”: “forward”
    }
    ]
    }]

    },
    {
    “address”: 4,
    “name”: “GreenPasBack”,
    “bleHubs”: [{
    “type”: “SBrick”,
    “address”: “d0:cf:5e:52:b7:f9”,
    “channels”: [{
    “channel”: “B”,
    “attachedDevice”: “motor”,
    “direction”: “backward”
    },
    {
    “channel”: “D”,
    “attachedDevice”: “light”,
    “direction”: “forward”
    }
    ]
    }]

    },
    {
    “address”: 5,
    “name”: “Maersk”,
    “bleHubs”: [{
    “type”: “SBrick”,
    “address”: “d0:cf:5e:52:be:70”,
    “channels”: [{
    “channel”: “A”,
    “attachedDevice”: “motor”,
    “direction”: “forward”
    },
    {
    “channel”: “C”,
    “attachedDevice”: “motor”,
    “direction”: “backward”
    }
    ]
    }]

    }
    ]
    }

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