Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

FSM based home security system

Status
Not open for further replies.

BAT_MAN

Member level 5
Joined
Oct 9, 2006
Messages
90
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,845
I am woking on 2 bit home security system with following inputs.

2 bit passwords
1 bit from door sensor on and off
1 bit switch monitor or not to monitor

outputs

led1 act as alarm when door is opened witout entering correct passwords i.e door sensor is set to 1

led2 will glow after 10 sec timer if correct password has not been entered .

Please help me in defining states.
 

Re: FSL based home security system

Let me understand the problem.
If you open the door without entering a password, alarm1 will activate.
If after 10 seconds a valid password hasn't been set, alarm2 will activate also.
Is that correct?

What board are you using?
 

Yes that is what i want to implement.

I am implementating it on spartian II fpga
 

why do you need Spartan II for it? Yoy can use simple PIC MCU
 

It is a part of project and i am using fpga as i have to integrate various features
 

I have written some code but i am confused in two thinks how to synchornized with clock ie that my state changes on every posedge of clock and second how to reset by password to 00 on every state.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top