Arduino Traffic Light Controller with Remote Control

I had a traffic light that I was refinishing.  The only thing left to do was to build the controller for the light’s signal patterns.  To give it a twist I incorporated a remote control.  This was also the perfect opportunity for me to try out an Arduino.  I wanted to use the Arduino becuase it was easy to use on both MAC and Windows.

Arduino Traffic Light Controller

Step 1: Define the Project

To start an electronics design project first define the parameters of it functionality.
This project is defined as:

Control 3 outputs
Read 4 inputs
Read 1 interupt

Features:
3 outputs are sequenced in multiple modes
-Standard Traffic Light pattern
-Reversed Pattern
-Steady on each output
-Blink each output
-Turn off
Increment and decrement sequence speed
Modify saved timing parameters using remote control

and most important; Execute in a realtime manor.

Step 2: Prototype the circuit

Use prototype methods to test the circuit.

I used the Arduino Duemilanov.  I attached 3 LED’s , 4 switches and began to write the code.  The Arduino IDE (which is FREE!!) uses a syntax that is very similar to good old fashioned ANSI C.  I started with the modes of signal patterns.  I used a case statement to modularize my code.  I the added the code for the buttons.  The buttons control mode UP/DN and speed UP/DN.

 

Step 3: Write the code

Once I got the basics down I moved on to the add-ons.  I wired the remote control receiver to the Arduino making sure to connect the signal received line to my interrupt pin.   I also buffered my Arduino’s output pins using switching transistors that drive 5 volt relays.
Arduino Traffic Light Controller PCB

Step 4: TEST TEST TEST TEST

Test your circuit and code thoroughly.
The Arduino allows for field program ability, but that is no excuse for not testing.
After adding the remote control I had alot of code changes in order to operate the code.
This version has usable code for the remote’s receiver but it breaks the ability to reprogram the timing and default flash pattern and speed at power up.

Step 5: Electronic Schematic Design

Use a design program to model the electronic schematic

Create each component and connect their pins together

TrafficLightSch.pdf(612×792) 28 KB

[box color=”#985D00″ bg=”#FFF8CB” font=”verdana” fontsize=”14 ” radius=”20 ” border=”#985D12″ float=”right” head=”Major Components in Project” headbg=”#FFEB70″ headcolor=”#985D00″]Arduino Duemilanov

3 LED’s

[/box]

 

For more detail: Arduino Traffic Light Controller with Remote Control


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

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

Scroll to Top