Skip to content

This program will light up a traffic light using corresponding colors of RED, YELLOW, and GREEN for "leaving the station" actions as well as send UDP packets to the "Arduino-Fire-Dept-Traffic-Light-Homeversion" program.

Notifications You must be signed in to change notification settings

Bleschke/Arduino-Fire-Dept-Traffic-Light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Arduino-Fire-Dept-Traffic-Light

Brian Leschke 2016

  • Update 12/8/2011 - Initial release
  • Update 2012-2015 - Unspecified Updates
  • Update 6/19/2016 - "cleaned up", organized, and simplified code.
  • Update 6/19/2016 - ADDED UDP SERVER: This unit will send UDP packets to the receiver box located at my home. This is to make sure that the Traffic Light is working correctly and the network is active.

Overview

This program will light up a traffic light using corresponding colors of RED, YELLOW, and GREEN for "leaving the station" actions as well as send UDP packets to the "Arduino-Fire-Dept-Traffic-Light-Homeversion" program.

Project Breakdown:

  • Traffic Light
    • Displays Alert Countdown status
      • RED - "Get Ready": 0-3 minutes (Flashes 3 times, then solid)
      • YELLOW - "Get Set": 3-5 Minutes (Flashes 3 times, then solid)
      • GREEN - "Go": 5-10 Minutes (Flashes 3 times, then solid)
  • Reset Button
    • Reset Arduino when pressed

Prerequisities

You will need:

  1. Arduino Uno
  2. Sainsmart 4 module high voltage relay
  3. 2 RED, 1 YELLOW, 1 GREEN LED
  4. 1 monentary push button
  5. Arduino programming software
  6. Webserver hosting script.

Usage

In order to use successfully implement this project and its code, you will need to install the Arduino Programming Software.

Uploading

The code can be uploaded by a serial (USB) connection.

About

This program will light up a traffic light using corresponding colors of RED, YELLOW, and GREEN for "leaving the station" actions as well as send UDP packets to the "Arduino-Fire-Dept-Traffic-Light-Homeversion" program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%