PDA

View Full Version : Creating a 'Fridge alarm'



Jack6114
02-11-2009, 07:21 PM
Hey Guys, First off I would like to say that if this thread is in the wrong place, could you please move it to the correct section? :)


Anyway, I'm a student studying and for a 'quick' project I plan on creating a fridge alarm, and I would like some advice on some certain areas, Anyway, I've outlined my plans below.

I plan on creating a fridge alarm, which will indicate when the door is left open for roughly two minutes and thirty seconds, to do this I plan on using a LDR to detect the light and have two 1uf capacitors and 1M variable resistor to charge, the let off a buzzing sound, Basically, it is the circuit below; (please change the 'xx' to 'tt', as I can't post links yet)

hxxp://i38.photobucket.com/albums/e149/Jack6194/Other/LDRCIR.png

Could you see any problems, or how to get a better time delay?

Brian_UK
02-11-2009, 07:38 PM
Jack's circuit

http://i38.photobucket.com/albums/e149/Jack6194/Other/LDRCIR.png

The circuit is, I'm sure, operational and would work.

One potential problem is what happens if the fridge lamp fails?

Why not just sense, or take power, from the door switch?

Also it is possible to buy ready made delay timers.

http://uk.rs-online.com/web/search/searchBrowseAction.html?method=retrieveTfg&binCount=747&Ne=4294957561&Ntt=delay+timer&Ntk=I18NAll&Nr=AND%28avl%3auk%2csearchDiscon_uk%3aN%29&Ntx=mode%2bmatchallpartial&N=4294954690&Nty=1

Sorry, forgot to say, welcome to the forum and enjoy your studies.

Jack6114
02-11-2009, 07:54 PM
Jack's circuit
<cut picture>

The circuit is, I'm sure, operational and would work.

One potential problem is what happens if the fridge lamp fails?

Why not just sense, or take power, from the door switch?

Also it is possible to buy ready made delay timers.

<cut URL>

Sorry, forgot to say, welcome to the forum and enjoy your studies.

Thanks Brian :)

.. and I have thinking about 'what happens when the lamp goes' and it could work to my advantage when I have to do a revaluation at the end of the project.

Unfortunately, I actually receive a grade from this project, and unfortunately(again) I have a few guidelines to follow, and the item has to be portable and be power from battery :mad:

Thank you for the welcome also :D

frank
02-11-2009, 07:55 PM
....or you could glue a small reed switch near the door seal and let the door seal magnet do the switching.....

Jack6114
02-11-2009, 08:03 PM
....or you could glue a small reed switch near the door seal and let the door seal magnet do the switching.....

mm, good point, could do.

Quality
02-11-2009, 09:19 PM
Reed switch is a good idea but I think an alarm type door contact would be better the glue

frank
03-11-2009, 08:19 PM
Reed switch is a good idea but I think an alarm type door contact would be better the glue
I think that you will find that the Alarm Type door contacts have Reed Switches inside them ;)

lowcool
04-11-2009, 12:52 PM
reed switch!
enjoy your refreshment frank
bottoms up buddy cheers

frank
04-11-2009, 08:35 PM
For all those not familiar with a Reed Switch~

http://en.wikipedia.org/wiki/Reed_switch

Chef
05-11-2009, 05:41 AM
I plan on creating a fridge alarm, which will indicate when the door is left open for roughly two minutes and thirty seconds, to do this I plan on using a LDR to detect the light and have two 1uf capacitors and 1M variable resistor to charge, the let off a buzzing sound, Basically, it is the circuit below

Could you see any problems, or how to get a better time delay?

Jack - In your diagram R1 and R2 are shown as 10K but you may consider setting these to 100K each to reduce the power drain on the battery.

IC1 T1 and R3 could be replaced by a comparator to save on components and R4 could then be set to 10k again reducing current draw.

Also you may need to consider AC coupling the trigger (pin 2) to ensure the timer does not run forever. Normally a 0.001uF cap with a pull up of 33K would suffice.

The output from the timer is held high during timing so this means your alarm will sound during the period when C2 is charging.

You may need to look at some logic for the alarm portion.

Chef