Multitool Alarm System

Here’s a way to make sure you don’t leave your Leatherman multitool somewhere. It’s an alarm system that will start a timer when the tool is removed from the holster. After five minutes the module beeps to remind you to put the tool back where it belongs. Annoying? Possibly, but if you’re not done with your work just press the reed leaf switch on the module to reset the timer. A PIC 12F683 handles the timing and generates the waveform for the piezo buzzer. Perhaps this could have been accomplished with a dual 555 chip like the LM556 (one timer for the countdown and another for the piezo waveform) but the PIC has power-down modes available that should make the button batteries last a long time.

Edison Clock Uses Ammeter Plus Bulbs To Set Alarm

This is the Edison clock, designed by [David Krawczyk]. It shows time in the same way as the multimeter clock, regulating power to two analog needle meters. The feature that makes this one a bit different is the alarm. You can see the series of holes on the front of the base. These have a small light bulb socked in each, and correspond to hours and 5-minute increments. Insert two bulbs to set the alarm time, and make sure that the alarm knob points to ‘on’. As you can see above, the alarm has been set to 8:15. Hidden on the last image of the article above is a PDF with just a bit more explanation. Still, much has been left out so if you replicate this clock we want to hear about it.

[via Gizmodo and Walyou]

Alarm And Wake Up Light

On the shortest day of the year wouldn’t it be nice to wake up to a bright room? This alarm clock with an integrated wake-up light is one way to do just that. It has some nice features, like a wood veneer that allows the seven-segment display to shine through, but hides it when the display is turned off. There’s also a feature to adjust the color based on ambient room temperature (another way to dwell on how cold it is in your bedroom).

A CC1101 RF chip came to the party, but we can’t figure out what it’s purpose is in this circuit. If you can shed some light on its involvement please do so in the comments.

[Thanks Eric]

Alarm Clock Learns New Trick, Opening Doors

Waking up at 5:30 in the morning. [Mark Stead] didn’t like the idea either when his chickens started crying to be let out. One simple solution obviously is to eat the chickens build an automatic door opener. The mechanism starts out with an old style mechanical alarm clock, add a geared motor with some creative switch work to pull open the door, weather proof the entire thing, and done. [Mark] even modified the setup later to work with vertical doors. No MCU required for either.

Pair this with an automated feeder system, egg gathering and cooking setup, and you’re half way to having your breakfast ready for you when you wake up in the morning – around noon like the rest of us.

[Thanks MS3FGX]

Burglar Alarm In A Zippo Lighter

surprisingly awesome

[Madmanmoe64] has really done a fantastic job with this burglar alarm built into a zippo.  He crammed a picaxe microcontroller, some IR LEDs, an IR sensor, a battery and various switches in there quite well. It almost closes perfectly, something we think he could remedy if it really bugged him that much.

It has several modes, all initiated by a different sequence of button presses. There is the proximity alarm, which sounds when something moves very close. The reverse proximity alarm which sounds when you remove something from its immediate vicinity.  A doorbell mode, and a silent alarm mode. Check out the video after the break to see it in action.

Continue reading “Burglar Alarm In A Zippo Lighter”

Modem Used In An Alarm System

This alarm system senses motion and then alerts you by phone. [Oscar] had an old external modem sitting around and, with some wise hardware choices, he came up with a simple circuit to use it. First up is the PIC 16F628A chosen because it doesn’t require an external crystal. This connects with the modem via a DS275 RS232 transceiver because it requires no external parts for connection. The final portion of the puzzle is a PIR sensor that triggers a pin interrupt in the sleeping PIC, which then dials your number to alert you. It doesn’t look like anything happens other than your phone ringing, but that’s enough for a simple system. We’re just happy to see how easy it was to use that modem… time to go hunting for one in dreaded junk trunk. Don’t miss the clip after the break.

Continue reading “Modem Used In An Alarm System”

Lolo’s (perfect Moment) Alarm Clock

[youtube http://www.youtube.com/watch?v=CphsgESZGcE&feature=player_embedded%5D

It seems everybody has a different interpretation of the perfect alarm clock. [Loic Royer’s] alarm clock is not the loudest, or the smartest, but does have some interesting features. By monitoring several environmental factors like temperature, air quality, humidity, dew point, and your own sleep patterns, this alarm clock can determine the best moment in the morning to wake you up.

The main sensor is a wireless accelerometer with the theory being: the more you move in your sleep, the closer you are to a conscious state. The other sensors assist in picking the perfect moment, and awaken you with the sound of birds chirping.

For now all we have is the source code and the list of hardware, but for anyone wanting to try, a circuit diagram wouldn’t be too hard to figure out on your own. Check after the rift for some more videos. Continue reading “Lolo’s (perfect Moment) Alarm Clock”