Arduino microcontrollers are a great addition to model railroading, especially when dealing with automation. Here is a simple and easy way to get started with model railroad automation with Arduino.
So, without any further ado, let's get started!
Step 1: Watch the VideoStep 2: Get All the Stuff
Here is the list of all the parts and components required for this project:
- An Arduino microcontroller
- An L293N motor driver module
- A 'sensored' track
- A 12-volt DC power source with a current capacity of at least 1A(1000mA)
- 6 male to female jumper wires (3 to connect the motor driver's signal inputs to the output pins of the Arduino board and the other 3 to connect the 'sensored' track's terminals to the Arduino board.)
- 4 male to male jumper wires(2 to connect the motor driver board to power and the other two to connect the motor drive's outputs to track power.)
- A crosshead screwdriver
- A computer(obviously ; )
- A suitable USB cable to connect the Arduino board to the computer
Make sure to go through the program carefully to understand how it works, later it will be fun to tweak it and make your own modifications.
Step 4: Set Up the Layout
Make an oval loop of track as shown in the picture.
Step 5: Make Wiring Connections to the Motor DriverRemove the jumper connector from the pin marked 'ENB'.
Make the following connections:
- Connect the 'ENB' pin to pin D10 of the Arduino board.
- Connect the 'IN 3' pin to the pin D8 of the Arduino board.
- Connect the 'IN 4' pin to the pin D9 of the Arduino board.
Connect the output terminal's wires to the power feeder connector.
Step 7: Connect the 'sensored' Track to the Arduino board
Make the following wiring connections:
- Connect the VCC pin to +5-volt pin of the Arduino board.
- Connect the GND pin to the GND pin of the Arduino board.
- Connect the OUT pin to the A0 pin of the Arduino board.
Use a re-railer to make sure that the wheels of the train sit perfectly well on the tracks.
Step 9: Connect to Power and Turn It On
Make sure no wiring connections are loose. Connect the Arduino boards power input to the power supply and turn it on.
Step 10: Sit Back and Watch Your Train Running
Comments
Please log in or sign up to comment.