Automated train station. Introduction My project is about a automated railway system.The basic idea is to use the Grove kit to determine the time,to play.

Slides:



Advertisements
Similar presentations
Light Led Panel Esraa Nassar Mona Amer Supervisor : Dr.Ashraf Armoush.
Advertisements

Dr. Ashraf Armoush Supervisor Oday Jihad IbrahimTariq Ziad Yameen.
IR Object Detection living with the lab IR light from LED IR light reflected off object IR LED IR receiver Infrared (IR) light leaving an LED reflects.
Embedded Programming and Robotics
Introduction.
Energy Smart Room GROUP 9 PRESENTERS DEMO DATE SPECIAL THANKS TO ADVISOR PRESENTERS Thursday April 19, 2007 Department of Electrical and Systems Engineering.
USER INTERFACE CONTROL MODULE S ECURE IT : Automated Laptop Security System University of Pennsylvania School of Engineering and Applied Science Electrical.
PIR MOTION SENSOR Mohammed Muhid Ahmed S Checked By: Uzair Aakhoon.
3X3X3 LED CUBE By JASON WU CET4711 FINAL PROJECT.
PIR MOTION SENSOR Created by: Zaryab Altaf S
Graphic Equalizer Table By Jose Lerma. Main Idea The main idea of this table is to display the frequencies of any sound or audio input, either by microphone.
AUTOMATIC RAILWAY GATE CONTROL SYSTEM
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
Introduction to Arduino Chris Meyer Enlight Tech Talk
Parking Monitoring System Prepared by: Ali Al Misbah Salman Al-Belaihi Muneer Al-Hashem Mustafa Al-Qurain
Controlling the Outside World
Unleash Your Inner Inventor Using the Arduino Microcontroller For More Than You Would Expect.
ANDREW SIX EASTERN KENTUCKY UNIVERSITY RED Rover.
The green light means it’s working!!!. We wanted to make something… Practical – something you could actually sell Unique – won’t find this on google,
Team 7 Trevor Emerick| Lauren Poole| Jazmine Gaymon| Bingyang Wu Sponsored by ArcelorMittal Dr. Nihar R. Mahapatra Cliff Barnett Smart Gate Security Final.
AUTOMATIC RAILWAY GATE CONTROLLING AND TRACK SWITCHING
1 - Remove LED from 13 and GND - Bring out your breadboard from HW#4 Arduino Overview:
+ Dancing Lights Areej and Aljoharah. + Contents Introduction Objective Approach Progress Implementation Future Works.
Basic Stamp OEM module By Wilmer Arellano. 2  The BASIC Stamp 2 OEM is a discreet component version of the BS2 which may be purchased in kit form. 
Project Lux Andante The light that moves with you Utilizing LED technology and sensors Pedro Guerreiro MEEA
Microcontroller Hands-on Workshop #2 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers October 31, 2009.
IMDL Robot Presentation EEL5666 Robert Hartwell 31 Jan 2012.
SUBMITTED BY LENIN C INTRODUCTION Railways - cheapest mode of transportation. Aims to avoid accidents. Using simple electronic components- automate.
Scrumm meeting. Mechanical Done. Designed the top part Working on encoders Working on documentation What to do? Work on the top part Finish encoders.
Final Term Project Hi-Tek Smoke Detektor By: Rohan Sharma.
SHADOW FAN Lalit Damodaran Mrudula Vaidya Pratyush Bangera.
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
CONTROL ANY CIRCUIT WITH A TV REMOTE DSD PROJECT OVERVIEW.
Introduction to Arduino A very basic intro to Arduino, the IDE and the Servos class.
Electronic Instrumentation Project 204 Project Name: Light Level Monitor Student #1: Name ID Student #2: Name ID Student #3: Name ID.
Electronic Instrumentation Project 202 Project Name: Differential Thermometer Student #1: Name ID Student #2: Name ID Student #3: Name ID.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
SMART HOME SYSTEM. Group Members Shakib Muazzam (CSE) Jamil Arifin (EEE) Azima Islam Fariha (CSE) Abed Al Shihab
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
 Introduction  Problem  Solution  Future work.
Smart Parking System (SPS) Prepared by: Ma’ali Hasan. Noora Dmedi.
ARDUINO UNO The Arduino uno is a microcontroller board based on the ATmega328. It has 14 digital Input / Output pins (of which 6 can be used as PWM outputs),
Having fun with code, using Arduino in a middle school CS classroom
Arduino - Introduction
Microcontrollers A microcontroller is a small computer which interacts with its environment, e.g switches, sensors, lights, motors It does not have.
Introduction In this lab , we will learn
Smart Parking Application
Assist. Prof. Rassim Suliyev - SDU 2017
Home automation using Arduino & ‘PIR sensor’
Introduction to the Arduino
CMS:Children Monitoring System
Arduino Development for Beginners
Arduino - Introduction
Assist. Prof. Rassim Suliyev - SDU 2017
Arduino and Grove LET’S START.
Introduction to Arduinos
All you wanted to know about Arduino (and somethings you didn’t)
R F I G : RFID + Geometry Photosensing Wireless Tags for Precise Location and Complex Geometric Procedures Ramesh Raskar, Paul Dietz, Paul Beardsley,
Game Controller Introduction.
The RGB LED.
Team 9 - myRoom Customizable control system
Input-Output-Process Demo
Sensors and actuators Sensors Resistive sensors
CTY SAR FCPS Shawn Lupoli, Elliot Tan
Having fun with Arduino
Arduino and Grove LET’S START.
Introduction to Arduinos
Interface ckt for demo Outputs Inputs V PIN 0 10K PIN 4 GND GND
Grade 3 Lesson 5 Smart Doorbell.
Year 4 Lesson 5 Smart Doorbell.
Presentation transcript:

Automated train station

Introduction My project is about a automated railway system.The basic idea is to use the Grove kit to determine the time,to play the corresponding sound when a train reaches the station, and to know when the train reaches the crossover.

Parts used from Grove kit: – Seeedduino v.2.21(Atmega 168p) – Stem Base shield – Twig OLED display – Twig RTC – Twig Sound recorder – Twig sound sensor – Twig RGB LED – Twig buzzer – Twig motion sensor – Universal 4 pin cable other parts: – 125KHz RFID reader v0.9b from seeedstudio – 2x RF tags – breadboard – servo motor – train kit

Top view

The crossover(1): The PIR motion sensor detects the train, sends this information to the arduino and the microcontroller activates the red light on the LED, starts the buzzer and lets the barrier down with the help of the servo motor

The crossover(2): When there is no motion the led is green, the buzzer is off and the barrier is up. The demo code will be in crossover.txt

RF ID This part is used to identify the trains. Because there are 2 trains there was a need to add something unique to each train. I used 2 rf tags on the train and in the station an RF ID. When the tag changes the sound recorder will know and play a different message in the station. Demo code will be in rfid.txt

Time and date: The most important element in a station is of course the time. The RTC is providing this information to the OLED. Demo code in rtc_oled.txt