Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Microprocessor for alarm system

1 view
Skip to first unread message

Myauk

unread,
Jun 26, 2007, 9:02:21 PM6/26/07
to
Hello,
I am going to design an alarm system including smoke, gas alarm and
buzzer.
I am asked to use the microprocessor for it.
Using a microprocessor, I think I can add more features to the alarm
system yet I do not know what are the availble features of such
systems.
Can anybody suggest the suitable microprocessor for it?I don't want to
use the old intel 8085 for it.
Regards

JeffM

unread,
Jun 26, 2007, 9:26:39 PM6/26/07
to

Myauk

unread,
Jun 26, 2007, 9:33:16 PM6/26/07
to
On Jun 27, 9:26 am, JeffM <jef...@email.com> wrote:
> Myauk wrote:
> >Can anybody suggest the suitable microprocessor
>
> http://www.google.com/search?q=cache:J4NMFTEexmkJ:en.wikipedia.org/wi...

I am now reading the notes from wikipedia.
But still I need some suggestion from practical people
Regards

David L. Jones

unread,
Jun 26, 2007, 10:27:52 PM6/26/07
to

First of all, why bother?
There are plenty of fully built and fully debugged alarm systems on
the market, they can be configured to do anything you want.
The last thing you want with an alarm system is for it to be
unreliable in either hardware or software. Someone else has already
spent years debugging the hardware and firmware to make them reliable.
You'll be starting from scratch.
That might be fine for just an intruder alarm, but when you start
talking smoke and gas sensors, you are talking about people's lives
here, so don't muck around and try to do it yourself.

But if you *really* want to do it, practically any 8bit micro will do
the job, it's just I/O, nothing fancy required on the micro side. All
the input protection/windowing and output drivers are all still done
in discrete hardware.

Or is this an assignment?

Dave.

JeffM

unread,
Jun 26, 2007, 10:35:26 PM6/26/07
to

Eeyore

unread,
Jun 26, 2007, 10:44:31 PM6/26/07
to

Myauk wrote:

You need a *microcontroller*.

If you're familiar with Intel products, check out the 8051 family and its
varaints from many many vendors.

Graham

Eeyore

unread,
Jun 26, 2007, 10:45:52 PM6/26/07
to

Myauk wrote:

How much more work do you expect to get done for free ?

You need to start by writing (or just thinking through) a system specification.

Graham

mpm

unread,
Jun 26, 2007, 11:31:57 PM6/26/07
to
On Jun 26, 9:02?pm, Myauk <aungkokot...@gmail.com> wrote:
> Hello,
> I am going to design an alarm system including smoke, gas alarm and

Many residential / commercial burglar & fire alarms have the following
general characteristics:

1 - Output relays (usually several, and each is programmable by
event)
2 - A secure communications protocol to contact the authorities
(monitoring station)
3 - A secure communication bus to "talk" to user keypads
(alphanumeric, numeric-only, even key switches, etc...)
4 - Support for multi-zone operation. (Some areas can be secured,
while others remain off. etc..)
5 - Power limited circuits for fire protection devices
6 - Integrated siren driver circuits, perhaps with different sounds
for different types of alarms.
7 - Automatic low-battery cut-off circuits (to avoid damaging backup
battery during prolonged outages)
8 - Switched power supply (to reset certain commercial smoke
detectors)
9 - Wireless sensor compatability, though this is usually done as an
add-on.
10 - A "Panic" feature (duress) which makes the panel behave as if
it's been deactivated correctly, when in fact it is calling the
police.
11 - Various door access controls (using same keypad as arm/disarm),
but can be used when the alarm panel is not secured (armed). For
example, to open a gate or door.
12 - A "chime" function, to announce arrivals when the system is
disarmed.
13 - An alarm printer port (for hard copy printout)
14 - Various "zone extenders", to minimize wiring in larger
installations.
15 - Output controls to operate video recorders (during an alarm
event).

This should get you started.
Oh, I fogot an important one: Support for both slow and fast loop
response.
Some sensors work better when they are looked at slowly over time,
whereas others can be so quick (like piezoelectric), that you need to
"stretch" their pulse out to a reasonable length in order for the
panel to "see" them correctly. This stretching is often done in the
alarm panel, though it can also be accomplished with external
circuitry.

Many alarms were built around the Z-80 (8085), though you will
probably find a lot of circuits using 8051's and derivatives.

-mpm

Jan Panteltje

unread,
Jun 27, 2007, 6:30:50 AM6/27/07
to
On a sunny day (Tue, 26 Jun 2007 18:02:21 -0700) it happened Myauk
<aungko...@gmail.com> wrote in
<1182906141.5...@c77g2000hse.googlegroups.com>:

Use some PIC.
NO I WILL NOT WRITE EXAMPLE CDE.
LOL

delo

unread,
Jun 27, 2007, 9:17:28 AM6/27/07
to
try this link:
http://www.mediagab.it/hardware/didattica/antifurto/antifurto.html
it's in italian language...

bye
delo


"Myauk" <aungko...@gmail.com> ha scritto nel messaggio
news:1182906141.5...@c77g2000hse.googlegroups.com...

Nico Coesel

unread,
Jun 27, 2007, 12:11:52 PM6/27/07
to
Myauk <aungko...@gmail.com> wrote:

These days ARM7TDMI based microcontrollers are easy to get your hands
on. They work very fast and are quite cheap.

--
Reply to nico@nctdevpuntnl (punt=.)
Bedrijven en winkels vindt U op www.adresboekje.nl

Joe G (Home)

unread,
Jun 28, 2007, 6:47:04 AM6/28/07
to
If you alarm is going to be a comercial product then for get doing anything.

If this is your first project you should

"BEGIN WITH THE END GOAL IN MIND"

Define exactly what you want to do

- how many sensors,
- what type od sensors
- how are they connected
- what voltage and power is required
- how will they signal back to the main unit?
- how will you turn the alarm on / off..

Basically look at other alarm specifications to make your own.

Once you have this info.... you can start breaking down the design in to
little bits... and work on one at a time.

Joe

"Myauk" <aungko...@gmail.com> wrote in message
news:1182906141.5...@c77g2000hse.googlegroups.com...

Myauk

unread,
Jun 28, 2007, 10:33:50 PM6/28/07
to
Thank you so much for your suggestions
Regards


0 new messages