Skip to main content

Mini Traffic Light Arduino




Intro: Mini Traffic Light Arduino

Thetraffic lights are very important in everyday life, especially in driving down the road. Now I will make a small traffic lights (mini traffic light) which will simulate the workings of an actual traffic light. Mini traffic light is made using a microcontroller arduino uno R3.

Step 1: • What Do You Need?

Picture of • What Do You Need?
Picture of • What Do You Need?
Picture of • What Do You Need?
What do you need are:
  1. Arduino uno r3
  2. Breadboard
  3. Jumper cabel (male to male)
  4. Resistor (optional)
  5. LED (Red, Yellow, Green)    

Step 2: Connection

 The components that already exist, then connected in order to be integrated each other. This connection is made in Fritzing software. The following is the diagram on picture.

 

Step 3: Program

 

  Program in Arduino is made using Arduino IDE. The following is a small part of program.

 

Step 4: Application for Android Smartphone

  Applicationfor android smartphone is made using MIT App Inventor 2 by online. The application named “Traffic Light”. The following is screenshots of application.

 

Step 5: Additional

 

 


Picture of Additional
for more information or get sourcode can sen message to power77.tech@gmail.com

 Purchase To Project Components 

 

Comments

Popular posts from this blog

DIGITAL UV-METER, WITH OLED DISPLAY. ARDUINO PROJECT FOR BEGINNERS

DIGITAL UV-METER, WITH OLED DISPLAY. ARDUINO PROJECT FOR BEGINNERS By   techn0man1ac   in   Technology Arduino 4,792 87 13 Featured Download Favorite By   techn0man1ac Techn0man1ac blog Follow About: Techn0man1ac - техноманьяк   More About techn0man1ac » Intro: Digital UV-meter, With OLED Display. Arduino Project for Beginners Video demonstration (English subtitles). Hello,   instructable . Today I will tell you how to make a simple digital VU meter (sound level meter) using Arduino and OLED displays and 2 resistors by yourself (DIY). The device is quite simple, for beginners it will be a rewarding experience. Add Tip Ask Question Comment Download Step 1: Components for This Arduino Project: 3 More Images Arduino Nano V3.0; 0.96 inch IIC I2C 128X64 OLED Display; One 10K, resistor(R1 no scheme); One 10K-100K potentiometer(R2no scheme); Wires. Add Tip Ask Question C...

Ultrasonic Distance Sensor in Arduino With Tinkercad

  Ultrasonic Distance Sensor in Arduino With Tinkercad Let's measure distances with an ultrasonic rangefinder (distance sensor) and Arduino's digital input. We'll connect up a circuit using a breadboard and use some simple Arduino code to control a single LED. You may have already learned to   read a pushbutton   and   PIR motion sensor   with Arduino's digital input, and we'll build on those skills in this lesson. Ultrasonic rangefinders use sound waves to bounce off objects in front of them, much like bats using echolocation to sense their environment. The proximity sensor sends out a signal and measures how long it takes to return. The Arduino program receives this information and calculates the distance between the sensor and object. Find this circuit on Tinkercad Explore the sample circuit embedded here by starting the simulation and clicking on the proximity sensor. This will activate a highlighted area in front of the sensor with a circle ...

Automatic Street Light Controller Circuit Using LDR And 555 Timer IC

Automatic Street Light Controller Circuit Using LDR And 555 Timer IC   We are living in the world where everything goes to be automatic from your washing machine to your ceiling fan. Street lights are one of those   examples   of the automatic world. Automatic street light are those light which needs no manual operation to gets turn ON and turn OFF. Did you ever try to make such kind of street lights that gets turn ON and turns OFF automatically? In this article, we are going to make automatic street light using LDR and 555 timer IC. List of Components   555 Timer IC LDR LED Potentiometer Resistor 1* 1k ohm  Resistor 1* 220 ohm 9V Battery Printed Circuit Board(PCB) Or BreadBoard  Circuit   Diagram A very simple circuit diagram of automatic street light is given below.  Automatic Street Light Controller Circuit Principle and Working of Automatic Street Light Controller 555 Timer IC is the main part of the circuit tha...