Model Railway Layout With Automated Passing Siding (V2.0)

This project is an update of one of the previous model railroad automation projects, The Model Railway Layout with Automated Siding. This version adds the feature of coupling and decoupling of the locomotive with the rolling stock. The operation of the railway layout is as follows:

  • The locomotive will start from the mainline and proceed into the siding to couple with the rolling stock.
  • The locomotive will couple and take the train out of the siding on to the mainline.
  • The train will start to move, speed up, take a couple of loops around the layout and slow down.
  • The locomotive will take the train back to the siding in the final loop where it will decouple from the rolling stock and proceed further.
  • The locomotive will make one loop around the track, slow down and stop where it started from in the beginning.
  • The locomotive will wait for a set amount of time and the whole operation will be repeated again.

So without further ado, let’s get started!

Step 1: Watch the Video

Watch the video to get a complete idea of how the entire railroad operation explained in the previous step takes place.

Step 2: Get All the Parts and Components

So now you know how stuff is going to go, so get all of the parts and components listed below to get started!

  • An Arduino microcontroller(Any Arduino board can be used but take care of pin connections.)
  • An L298N motor driver module(This type of motor driver is recommended, regarding its capacity and price.)
  • 5 male to female jumper wires(To connect the motor driver’s input pins to the digital output pins of the Arduino board.)
  • Set of 3 male to female jumper wires, a total of 6(To connect the sensors to the Arduino board.)
  • 6 breadboard jumper wires(Two to connect track power to one output of the motor driver and four to connect two turnouts of the siding to the other output of the motor driver.)
  • Two ‘sensored’ tracks.
  • A 12-volt power supply(Current capacity of at least 1A.)
  • An appropriate USB cable to connect the Arduino board to a computer(For programming).
  • A computer(Obviously : )
  • Tracks to make the layout.

Step 3: Upload the Arduino Program to the Arduino Microcontroller

Get the Arduino IDE from here. Go through the code to understand how the operation will work.

Step 4: Make the Layout

The layout will contain a passing siding with a magnetic uncoupler track at the exit of the siding to let the locomotive uncouple from the rolling stock before leaving the siding. A ‘sensored’ track will be installed just after the siding to let the microcontroller know when the locomotive leaves the siding or crosses that particular section of the track.

Another ‘sensored’ track will be installed before the siding such that the length of track between this ‘sensored’ track and the siding with respect to the train’s direction of movement is greater than the length of the train.

After setting up the layout, make sure the track rails are clean to ensure the smooth running of the train.

Step 5: Connect the Turnouts to the Motor Driver

Connect both the turnouts in parallel(+ve and -ve of one to the +ve and -ve of the other respectively). Connect the parallel wired turnouts to the output pins of the motor driver module marked ‘OUT1’ and ‘OUT2’. You might need to reverse the turnout connection to the motor driver’s output if they switch to the wrong direction after powering up the setup.

Step 6: Connect the Motor Driver to the Track Power Feeder

Connect the track power feeder’s wires to the output pins of the motor driver marked ‘OUT3’ and ‘OUT4’. You might need to reverse the polarity of the wiring connection if the locomotive starts to move in the wrong direction after powering up the setup.

Source: Model Railway Layout With Automated Passing Siding (V2.0)


About The Author

Muhammad Bilal

I am a highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top