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.

Help me design an alarm system

Status
Not open for further replies.

ieda

Newbie level 3
Joined
Aug 18, 2008
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,312
alarm system

hi! can someone help me....
i try to make the alarm circuit.... this is how it work: i want to set certain number for exampe 80 (display using LCD @ 7segment display), so when my system exceed 80, the alarm will activate...

i still not decide whether i want to use speaker or just the LED as the alarm output...

can someone help me.....
 

alarm system

use one 8 bit controller say 8051. the timer can be uesd for the time count. the count can be set permanently in the program or can be changed by a keypad/ dip switch if required. u can use led/ buzzer/speaker or all of them as outputs.. thats your choice..
 

Re: alarm system

as joby said use 8051 controller, use timer to generate the required delay, use matrix keypad to change the time and display it either on LCD or 7-segment display for which you will have to use multiplexing techniques

here are links that will help you with the code and interfacing for all the features that u require(lcd/7 seg interfacing, matrix keyoad interfacing and using timer):
https://www.dnatechindia.com/index.php/Code-Library/
https://www.dnatechindia.com/index.php/Tutorials/
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top