The Motorcycle Alarm By Matt Hawkins Vermont Technical College Electrical Projects.

Slides:



Advertisements
Similar presentations
Measurment project Seven Segment Counter Display Circuit
Advertisements

Indian Institute of Technology Hyderabad CONTROLLING HOME APPLIANCES USING REMOTE Submitted by J Shravani (ES12B1009) Harshwardhan Mourya (ME12B1019) K.
Indian Institute of Technology Hyderabad Anti sleep Alarm for Students M. Rohit Reddy- cs12b1022 Soumith Raju K – cs12b1037 T Rohit Reddy – ee12b1035.
By: Alex Sowa Electrical Projects April 10 th, 2013.
555 Timer ©Paul Godin Updated February Oscillators ◊We have looked at simple oscillator designs using an inverter, and had a brief look at crystal.
Fair Use Building and Research Labs Presents
1 Electronics and Control Technology. 2 Electronics and Control The 555 timer is an 8-Pin D.I.L. Integrated Circuit or ‘chip’ What it looks like Notch.
Indian Institute of Technology Hyderabad Laser Door Alarm By By- Sagar Adhikari Ved Prakash.
Embedded Programming and Robotics Lesson 1 Basic Electricity and Electronics Transistor Basics Lesson 1 -- Basic Electricity1.
Presented by Tim Surtell in association with
The All IC’s are usually set up in a DIL (Dual In Line) configuration, this is where there are two sets of parallel connections (the pins). As you can.
M.S.P.V.L. Polytechnic College, Pavoorchatram
Chapter 1 Quick review over Electronics and Electric Components Prepared By : Elec Solv.
Electronic Components
Chapter 12 Electronics.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 4P. 1Winter Quarter Analog Electronics Lab 4.
Systems Approach Burglar Alarm Project PROBLEM SITUATION DESIGN
1 Computer Power Supply Amateur Radio Conversion For Cheap +12 vdc Power March 17, 2003.
Ch4 Electronic Components Circuit/Schematic Symbols.
Tower Light Show Power Supply Team Members: Jesse Walson Jake Wagner Dave Miller Sponsor: Robert Rinker Team Advisor: Touraj Assefi.
1 Applied Control Systems Technology. 2 Pin configuration Applied Control Systems.
Digital LAB Lab 2. 2 The 555 timer is an 8-Pin D.I.L. Integrated Circuit or ‘chip’ What it looks like Notch Pin 1.
Electricity Define Electricity: Electrons: Short Circuit: Current: Battery: Voltage:
Instrumental Analysis Electrical Components and Circuits.
Twenty Questions Electronics. Twenty Questions
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lab 3P. 1Winter Quarter Analog Electronics Lab.
1 Basic Electronics Voltage (V or E): Potential difference between 2 points. Volts. (+) - A lack of electrons (-) – A surplus of electrons When a circuit.
Electronic Products. Objectives Learn what a 555 timer is and what it can be used for Learn how to connect a 555 timer up as a monostable Understand how.
Experiments Day 1 & 2 Resistors, Potentiometers and Photocells.
SCR (Silicon-Controlled Rectifier) Foundations of Technology SCR (Silicon-Controlled Rectifier) © 2013 International Technology and Engineering Educators.
Electronic Components. Battery A portable power source that has a positive and negative. Electronics works on Direct Current (DC) where electrons flow.
Physics 2225: Working With Electronic Equipment Purpose  Learn how to use basic electronic equipment: Digital multi meter Oscilloscope Function generator.
Electronic Parts.
ME456: Mechatronics Systems Design Lecture 3 Chapter 2: Lights On –Lights Off Prof. Clark J. Radcliffe Mechanical Engineering Michigan State University.
How an NPN Transistor Works
Electronics Speaker Project Mr Sanders.
1 Electrical Fundamentals We need some understanding of electrical fundamentals to do the lab exercises. Electric Circuit Consists of: –Power Source: Battery,
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
Objective: 1.You will build a simple circuit - two transistor audio oscillator that will generate an audio tone in a speaker.
Resistors Foundations of Technology Resistors © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™
Electronic Piano G H Patel College of Engineering & Technology G H Patel College of Engineering & Technology Prepared by Sanjay Hadiyal ( )
PROJECT TITLE METRO TRAIN PROTOTYPE USING 8051 MICROCONTROLLER By-RAVI MUNDRA.
Auto turn off battery charger Auto turn off battery charger.
6.2 ELECTRONICS. CAPACITOR An electrical device used to store electrical charge.
Praxis I 13 Oct Outline Component & Device Measurement and Instrument Datasheet How to build circuit using breadboard.
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.
Diode Foundations of Technology Diode © 2013 International Technology and Engineering Educators Association, STEM  Center for Teaching and Learning™ Foundations.
BASICS OF ELECTRONICS.
Clock Signals: 555 Timer 555 Timer Digital Electronics TM
THREE PHASE FAULT ANALYSIS WITH AUTO RESET ON TEMPORARY FAULT AND PERMANENT TRIP OTHERWISE Submitted by:
Circuit Simulation Training
Project Title EVM IN 8051 Under the Guidance of Submitted by.
3 PHASE SEQUENCE CHECKER BY LED INDICATION
Block Diagram Transmitter Receiver × 2 Transmitter Power Supply ADC
Project of Linear Circuit Analysis
Schematic diagram of part of a house wiring system
Simple LED circuit.
QUIZ COMPETITION SENSOR FOR FASTEST FINGER PRESS
Administrative stuff Turn in your HW #3!
Project of Linear Circuit Analysis
How to avoid catching things on fire.
Electronic Education Kits
Components and Schematics
555 Timer 555 Timer Digital Electronics TM 1.2 Introduction to Analog
Electromagnetic Relay
555 Timer 555 Timer Digital Electronics TM 1.2 Introduction to Analog
PHASE SEQUENCE CHECKER
How an NPN Transistor Works
What IS Relay?.
Presentation transcript:

The Motorcycle Alarm By Matt Hawkins Vermont Technical College Electrical Projects

Project Description  The original circuit used a 555 timer and a variety of capacitors and transistors

Project Description  I changed the idea of the circuit to use our micro controller and the use of a multi color LED as an indicator.  For controlling the alarm system I will use two switches, one will be hidden somewhere on the bike which will act as the activation switch and the other will be located on the kick stand mount which is what will set the alarm off.

Project Description  I will use 12 volts to supply the siren and also use a 7805 to step the voltage down for the micro controller and the multi color LED  I used a dual coil relay so that continuous power to the relay was not necessary only pulses from the micro controller are necessary to switch the relay. This will save power making the system more efficient.

Project Description  I am using a Piezo buzzer which is a 12 volt DC siren that has an output of 105 dB and a frequency range from Hz  I'm using a multi-color LED from best Hong Kong electronics, There common anode and have a maximum current rating of 25 mA

Project Schematic

Circuit Description OFF Blue LED on Siren off ARMED Green LED on Siren Off PB1 Closed PB1 Open TRIGGERED Red LED on Siren On! PB2 Closed TRIPPED Red LED on Siren Off PB2 Open PB1 Open

Circuit Design  To determine the values of resistance for maximum brightness to the LED i set up a circuit and tested values.  I determined that I would use 100 ohm resistors for the blue and green LED and I would use a 200 ohm resistor

PCB board Layout

Programming Using states make the code quite simple. This is my main loop that controls my main program. I created sub routines for each of the states.

Problems  I originally had two voltage regulators one for 5 volts and one for 3.3 volts  I had to use a 20 pin MC9SO8SH8 because freescale did not offer a 16 pin PDIP for a 5 volt application although I didn’t need any where near 20 pins

Problems Cont.  I was stuck on my schematic for a long time with connection  Like an idiot for some reason I forgot to put base resistors on the transistors that operate the LED.

Q & A