|
When I had the house and garages built, I ran a conduit from my mailbox to the house to allow the future addition of a wired mail box monitor. I finally decided that the time had come! I often make a number of trips out to the mailbox to get my mail, only to find it has not yet come. A friend of mine bought a wireless monitor which sounds a musical alarm when it detects a certain level of vibration in the mailbox. This is good, but has some limitations. It sometimes sets off the alarm when a neighbor opens or closes their box. (They have an area box with multiple boxes on one stand.). Also, sometimes it fails to sound when there truly is a delivery to the box. I believe they have an indicator that shows if the alarm has sounded, so if they do not hear it, they can still tell if it activated. I wanted at least the reliable equivalent of this. For my alarm, I thought of a variety of ways to detect the mail's arrival:
Several were:
There were several other more off-the-wall ideas also. I decided that to start, the most practical system would be to sense when the door was opened. After evaluating several techniques to sense the position of the door, I bought a door/ window alarm sensor switch from Radio Shack. This consists of a powerfull magnet in a plastic housing, and a reed switch in another plastic housing. When the gap between the properly aligned sensors is less than an inch, the circuit is closed. When the gap is greater than that, it is open. I initially discovered that mounting the magnet and switch directly
to my steel mailbox and door reduced the sensitivity to less than 1/4 inch,
so I re-mounted the magnet on a small piece of 3/8 thick aluminum and mounted
that to the door. This isolated the magnet from the door steel, and
also allowed me to align it with the reed switch better.
I did not remember whether I had merely run the conduit before the driveway
was poured, or whether I had been smart and also run the wire in it.
Of course I found I had only run the conduit. Actually the "conduit"
I had run was really a length of 1/2 inch plastic drip irrigation feed
hose, and of course it had kinked somewhat in a couple of locations.
After fussing with my electrician' fish tape and the wire for well over
an hour, and making numerous crawling trips under the house to where the
conduit came out, I had a wire run from the mailbox to my patch panel in
the garage where I connect all my computer network, TV, and telephone wires.
I plugged this cable into my network panel connection to the utility room
and verified my connection there. All was OK. Now I had a make
or break circuit located where I want the alarm to be, that tells me if
my mailbox door is open or closed. All I have to do now is design
and build a quality alarm.
I decided to use another LCDX module like I used for my motorhome tank level monitor. This is a 4 line LCD display with a BasicX microprocessor, RAM, EEPROM, and a number of inputs and outputs. It is a bit of over-kill for this project, but at $80 it saves me a LOT of custom building. I added a jumper that converted one of the voltage inputs into a 0 to 10,000 ohm resistance input and I connected my switch there. If the resistance is at or over 250 ohms, the door is read as open, if less than 250 ohms, it is closed. So far, my implementation is in the form of my LCDX breadboard setup. This is an LCDX panel monuted to a board with a keypad, and terminal strips for all the input/output connections. After complete checkout I will mount my other LCDX panel in a small case which mounts on my cabinets. I then proceeded to write a program that woud use the time the door was opened and display it as how long ago it was last opened. I started with my tank level monitor program, kept the menu structure and a few utility routines and deleted the rest of the code. I then wrote the code needed to time and display the duration since the last door closed-to-open transition. I initially had a little trouble with the timing routines which used
year, month, day, hour, minute, and second, and eventually re-wrote it
to use the seconds since midnight timer. When I see that the timer
has reset to a low number (midnight), I add 24 hours to the total time.
This seems to work, and with the variable types I have selected should
give me a maximum duration of just over 22 days. I hope I never skip
my mail for that long!
During the course of developement, I added several additional functions: If I hit the DOWN arrow key, it displays the times since the 2nd, 3rd, 4th, and 5th last times the door was open. Of course the main display shows the time to the most recent opening. These extra times help assure me that no one has opened the box other than the mailman. or at least that the box was only opened once since I last accessed it. New menu items let me look at the raw minutes in this history log, and to set the running timer to 10 times real time. This helps me troubleshoot various functions without having to wait nearly as long. I also added an audible alarm that gives a warbeling tone for several
seconds when the door is first opened. There is a menu item to turn
this on or off.
So far, the alarm has functioned flawlessly. It has always properly shown me how long it is since the door was last opened, and I have yet to make an unnecessary trip to the mailbox. Update of 9/20/07
I used one of the interim oak mounting frames I had made for the motorhome tank monitor project. This was a double frame which I sawed down to a single frame. I then did the cardinal sin of cabinet making: I painted my beautiful oak frame! I made an aluminum front panel similar to, but less complex than my motorhome tank monitor. After making another push button circuit board, again like the one in the tank monitor, and painting the front panel, It all went together quite easily. I printed a front panel on white paper, laminated it in plastic, and
attached it to the front panel with double sided tape. That completed
my monitor.
|
||||||||||||
|
Dick Mason, Prescott, AZ 8/31/06
|