Sump Pump Monitor Emails And Raises Alarm If Water Rises

sump_pump_overview

[Matt] literally finds himself in a sticky situation. There’s an oil slick in his sump well. These wells work in conjunction with drain tiles to pump water away from the foundation of a house. Unfortunately the tar that was used to waterproof the outside of his foundation is also washing into the sump and gumming up the works. The system he built will sound an audio alarm and send an email if something goes wrong with the sump pump.

He’s monitoring for two different issues. One technique uses a float valve to sense if the water is too high, signalling that the mechanism controlling the pump has malfunctioned. The other is a current monitor that senses if the sump pump has been running too long (caused by the sump’s water sensor getting stuck in the on position). The one thing he didn’t want to do is control the pump directly as a bug in his code will easily result in a flooded basement. We have the same concerns when considering building a DIY thermostat (an error there could mean frozen water pipes leading to flooding).

Sunrise Alarm Clock Uses DCF77 For Perfect Time

sunrise-alarm-clock-dcf77

Here’s a sunrise alarm clock that keeps perfect time. It was designed and built by [Renaud Schleck] who also published a post detailing the process.

As you can see, a series of white LEDs inside of the transparent case which provide the simulated sunrise. As the days get short and the nights longer we do see the benefit of having your clock brighten the room before it jolts you out of your slumber. Speaking of, that alarm sound seems to be the weak link in his design. He’s using a square wave smoothed with capacitors to drive a speaker at either end of the case. We didn’t hear an example but we imagine this not the most gentle of sounds.

The rest of the design is quite well done. He’s using a 4×20 Character LCD display and adjusts the backlight using PWM. A DCF77 radio feeds data from an atomic clock signal to the MSP430 chip which runs the clock. There’s even a battery backup in case the power goes out.

We just saw a project yesterday that aims to improve signal quality with a DCF77 radio.

[via Reddit]

Beefing Up A Smoke Alarm System With Video, Temperature, And Connectivity

Here’s a little smoke detector hack which [Ivan] has been working on. He wanted to extend the functionality of a standard detector and we’re happy to see that he’s doing it with as little alteration to the original equipment as possible (this is a life-saving device after all). He sent all the build images for the project to our tips line. You’ll find the assembly photos and schematic in the gallery after the break.

As you can see his entry point is the piezo element which generates the shrill sound when smoke as been detected. He connected this to his own hardware using an optoisolator. This allows him to monitor the state of the smoke alarm on his server. It then takes over, providing a webpage that display’s the board’s temperature sensor value and streams video from an infrared camera.

Of course this is of limited value. We’ve always made sure that our home was equipped with smoke detectors but the only time they’ve ever gone off was from normal cooking smoke or after an extremely steamy shower. But still, it’s a fun project to learn from and we’ve actually got several of the older 9V battery type of detectors sitting in our junk bin.

Continue reading “Beefing Up A Smoke Alarm System With Video, Temperature, And Connectivity”

Directing An Alarm System Straight To The Internet

[Scott] has a pretty nice alarm system at his house – it will give the operator at his alarm company enough information to determine if it’s a fire alarm, burglary, or just a cat walking in front of a sensor. [Scott] wanted to cut out the middle man and receive notifications from his alarm system on his phone. He did just that, with the help of a trusty Arduino and the very cool Electric Imp.

[Scott]’s build began with an Arduino attach to a Raspi to monitor state changes in the alarm system. Because the designers of the alarm system included a very helpful four-wire bus between the alarm panels and the part connected to the phone line, [Scott] found it fairly easy to tap into these lines and read the current alarm status.

Dedicating a Raspberry Pi to the simple task of polling a few pins and sending data out over WiFi is a bit overkill, so [Scott] picked up an Electric Imp Arduino shield to transmit data over WiFi. We’ve played around with the Imp before, and [Scott] would be hard pressed to come up with a cleaner solution to putting his alarm monitor on the Internet.

Now [Scott] has a very tidy alarm monitor that sends updates straight to his cell phone, no middle man required. A very neat build, and an excellent use of a very cool WiFi device.

Self Monitoring A Home Alarm System

[Lior] wanted to cancel the monitoring system for his home’s alarm, but he didn’t want to stop using the alarm all together. The trick is to rig up some way to monitor it himself. It would have been simple to have it just call him instead of the alarm company since the system just uses a telephone connection. But this would require that he have a land line for it to connect to, and when it calls him he would have no idea what part of the system had been set off. He developed a way to have the system text message him with all of the available details.

An Arduino controls the system, with a SIM900 GSM shield to hand the cell side of things. The board to the left emulates the standard telephone line, with an M8870 DTMF touch tone decoder to figure out what the alarm system is telling him. He also needed to implement touch tone generation to talk back to the system. His write-up includes links to other articles he posted about hardware, software, and protocol specifics.

Alarm System Makes Sure Your Moving Truck Doesn’t Get Raided

When you move you generally load up everything you own into one truck. If your entire life is ever going to get ripped off, this is probably when it’s going to happen. To guard against the threat [Tim Flint] built his own alarm for a moving truck. If someone opens the door on the truck it’ll alert him via text message. Hopefully he’s got an annoying notification sound that will wake him up in time to catch them red-handed.

The setup is simple and shouldn’t distract you too much from your packing and loading. [Tim] connected a proximity sensor to an Arduino board which has its own WiFi module. The entire thing is housed in the black project box seen above and the proximity sensor is pointed at the moving truck door. When the door is opened the Arduino pushes an alert to Twilio which is configured to send him text messages.

The alarm system doesn’t protect from someone stealing the entire truck… that kind of system is an entirely different project.

Donation Meter Raises Alarm When Not Plugged With Coins

This is something of a mandatory donation meter. If you don’t feed it with coins it sounds a very loud alarm continuously.

[Piet De Vaere] built the device for a free festival in Ghent, Belgium. The intent is to help raise awareness that although free of an admission price, the success of the event depends on donations. It works much like a parking meter. When you feed it coins time is added to the meter. When it runs all the way down that large loudspeaker on the right side of the case sounds the alarm.

In the video after the break [Piet] walks us through a demonstration, followed by a tour of the hardware. The pointer on the meter is a piece of cardboard connected to a servo. An Arduino board controls the servo, adding time in two-minute intervals whenever a coin enters the chute and passes by an optical sensor. There is no distinction between types of coins.

The use of a pizza box as a prototyping board shows that you don’t have to be fancy to build something neat.

Continue reading “Donation Meter Raises Alarm When Not Plugged With Coins”