FPGA BASED ALARM SYSTEM
Budget: €8 – €30 EUR
I have created the following project below. However it is too basic for a final year project, I need a larger scope for this project. Please provide any help .
The alarm system is to be applied on 3 windows and a door. Each window and the door has a sensor (switch) such that when it is opened, it will give logic level 1. There is an on/off switch for the alarm which will be represented by the variable Y . If we want to turn on the alarm, the switch will give logic level 1. Otherwise, it will give logic level 0.
The alarm system will be using a 7 segment display. When the system is active, the display will show character A. When it is closed , the display will show character 0.
The switches below will be connected to each sensor output.
• sw[0] – window 0
• sw[1] – window 1
• sw[2] – window 2
• sw[3] – door
sw[4] (Variable Y) will be the on/off switch and it will used to activate the alarm system.
The variable A is defined as the output. This variable will have logic level 1 when a burglar triggers the alarm otherwise the output will be at logic level 0.
The project should work as follows:
• Before any switch is turned on, the 7 segment display should display the character 0.
• When sw[4] is turned on, the 7 segment display should display the character A.
• When the alarm is on, and if any of the following switches is turned on, sw[0], sw[1], sw[2] and sw[3], the LED light should turn on.
• The project will not involve any alarm buzzer to alert the user but rather it will only turn the LED light.
The alarm system is to be applied on 3 windows and a door. Each window and the door has a sensor (switch) such that when it is opened, it will give logic level 1. There is an on/off switch for the alarm which will be represented by the variable Y . If we want to turn on the alarm, the switch will give logic level 1. Otherwise, it will give logic level 0.
The alarm system will be using a 7 segment display. When the system is active, the display will show character A. When it is closed , the display will show character 0.
The switches below will be connected to each sensor output.
• sw[0] – window 0
• sw[1] – window 1
• sw[2] – window 2
• sw[3] – door
sw[4] (Variable Y) will be the on/off switch and it will used to activate the alarm system.
The variable A is defined as the output. This variable will have logic level 1 when a burglar triggers the alarm otherwise the output will be at logic level 0.
The project should work as follows:
• Before any switch is turned on, the 7 segment display should display the character 0.
• When sw[4] is turned on, the 7 segment display should display the character A.
• When the alarm is on, and if any of the following switches is turned on, sw[0], sw[1], sw[2] and sw[3], the LED light should turn on.
• The project will not involve any alarm buzzer to alert the user but rather it will only turn the LED light.