Driveway bell

I live at the end of a long driveway and decided it would be nice to know if someone is driving up my driveway.

If you remember the bell that goes off when you used to drive into a full-service gas station, or I suppose if you live in New Jersey or Oregon, well, I've got one. With far more technology.

I'm pretty sure the bell thing works because driving over the rubber tube compresses it, causing the air pressure in the tube to rise and ring the bell. I didn't do that.

I started with a Dakota Alert DCR-2500 driveway alarm. Here's the magnetic sensor before burying a foot into the ground next to my driveway, half way up my driveway and about 300 feet away from my house.

bell1.jpg
And the wireless transmitter unit. It's battery powered.

bell2.jpg
It transmits to this receiver unit in my house. Most normal people would stop here, because the unit can make a beep sound or doorbell chimes when a vehicle passes by. I did not stop there.

bell4.jpg
I connected it to my environmental monitoring unit. It's a Phidgets 8/8/8 analog input, digital input and digital output unit. It's connected by long-range USB-over-Cat.5 to a server in my house.

bell3.jpg
The Phidget server is written in Java, running in Apache Tomcat. It communicates over a HTTP-JSON interface to the another webapp that monitors all of the systems in my house. It generates alerts and daily reports of the comings and goings at my house.

I wrote a Mac app that pretty much just embeds a web browser that displays my alarm status. It uses async Javascript JSON requests and jquery to get status in real-time since the server will hold the requests in limbo until something actually happens, so there's no polling delay.

bell6.jpg
The client-side Javascript examines the status events to look for vehicle in driveway events. It uses SoundManager2 to play the sound asynchronously in the background. The embedded Webkit browser in my status app supports HTML5 audio, so that's used, though SoundManager2 can fall back to Flash on older browsers. It provides a much more convenient API than the native HTML5 audio API, regardless.

I purchased (quite inexpensively, I might add) the gas station bell sound.

The color scheme is white on black because the app is displayed on the monitor that is mostly dedicated to TweetDeck, so I wanted to match the style.



About this Entry

This page contains a single entry by Rick Kasguma published on October 18, 2012 6:47 PM.

Fake UPS Quantum View notifications was the previous entry in this blog.

Offline maps for iOS is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Categories

Pages