Install a simple indicator which will alert you if you've left the garage door open. Total cost is less than $30-$40, and you can determine exactly where the indicator will be located.
What you'll need:
Components:
-A 24 volt doorbell transformer
-1 push button "normally open/momentarily closed" switch
-1 red LED - 2.8 volts
-1 4.7k-Ohm resistor (specific part numbers for the electrical components are provided in Step 2)
-2 strand bell wire
-Electrical tape and/or heat shrink tubing
Tools:
-Wire strippers
-Soldering iron + solder
-Electric drill
-Misc. hand tools - wrenches, etc. - depending upon the specifics of your installation
Let's get started...
Remove these ads by
Signing UpStep 1: Identify a switch location
When I looked at my garage door, I noticed that a piece of galvanized trim on the top of the door stopped right next to the angle iron used to hang the door tracks when the door was in the fully opened position.
I bought a simple corner or "L" bracket and mounted it from the bolt that connected the wheel track of the door to the vertical angle iron bracket. A simple Radio Shack "normally open/momentary close" push button then mounted on the other side of the corner bracket, with the switch of course facing the top of the door.
By bending the bracket slightly, I was able to ensure that the switch was fully depressed every time the door was fully opened.
This arrangement might work for you, or you might have to improvise a bit. You of course want to mount the switch in a manner that it's in the "closed" position when the door is open.
NOTE: in the image below, I stopped the door's movement before it reached the fully open position so you could see the orientation of the switch in relation to the top of the door. When the door is fully open, the red push button is fully depressed, and the circuit is closed. (See 2nd picture below.)





































Visit Our Store »
Go Pro Today »




I notice you say "You need a transformer that produces 24 volts." Is this to overcome the resistance in the wire over the long distance to the garage door? I found the 3V from the batteries works fine on mine, and the wire goes for about 20m (60ft). I think there is a loss over that distance but the LED draws so little current that it doesn't matter.
Great instructable, kjc2010. We're obviously thinking along the same lines!
Couldn't you wire this thing to power the transformer only when the door is open? The simplest way might require passing 120v thru your switch.
- This project appears to address a garage door being in the "fully open" position rather than indicating that the door is "closed" (completely shut and secure).
- The use of a push-button switch would lend itself over a period of time to be pushed out of range should the door or the switch be moved or otherwise become misaligned.
- Use of a "leather finger" (mentioned earlier in the thread) might address the above alignment issue, however it might be subject to temperature or other physical factors requiring additional maintenance.
- This solution might not address multiple garage doors that are more common place in today's homes. Likely this requires a slight modification to the project to address this situation.
- This solution requires running wire back to the interior of the house (e.g. master bedroom)
Having just begun tinkering with Arduino platform, I might suggest an alternative approach that might address these issues:- Single Arduino microprocessor plugged into garage wall-outlet and mounted near garage doors
- Each garage door to be outfitted with window security-type magnets near top of interior door frame
- Install sensor (Hall-Effect or Reed) aligned to magnets when door is in a fully-closed position
- Each sensor is hard-wired to (separate pins of) the Arduino microprocessor
- Appropriate Arduino code/logic is uploaded to monitor state of each sensor
Once the Arduino remote monitoring device is installed, additional Arduino communication "shields" (extensions) could be installed to advise the homeowner on the current/changed state of each individual garage doors.My current thoughts include the following scenarios to exploit the logic programming and features of Arduino:
- Wireless Ethernet to send email or SMS when a door is opened/closed during unscheduled period (e.g. work hours)
- Update a website status when door is opened/closed (e.g. Ethernet wirshield)
- Allow your cell to communicate back to Arduino for further action (e.g. close door)
- Sound chime in house when doors are open longer than X minutes (use Arduino logic)
- Sound alarm in house when doors are opened anytime from 12AM to 7AM (use Arduino logic)
- Implement X-10 interface to light up a lamp or chime an alarm (alternative to tie into X10 automation)
- Install RFID sensor on exterior of garage wall to allow for kids to use RFID style key-fob to enter house via garage.
- Maintain a log of all openings/closings over period of time (e.g. write to internal or external log file)
-
While not all of the above scenarios will be adopted by the reader, it just shows that you are only limited by your imaginations. I hope to begin work on this project and will promise to share/post my results in this forum.My wife is always concerned that she may have left the garage door open when she leaves and now she only needs to look at her mobile phone.
I agree, bypassing a transformer (especially a $15 one) would be the most efficient.
http://led.linear1.org/1led.wiz <- should help with other voltages.
Of course, the property that lets AC travel long distances with minimal loss is the high voltage, not the type of current. AC is easy to step up and down using transformers, which is why it is used. Edison's DC system needed a power plant every mile.
Since you only need say 30 millawatts for one led, I don't think the voltage drop is really that bad. Maybe a few ohms at most depending on gauge.
bud-d