Homebrew Security Systems?
So I've been tossing around this idea for a while now. Our house is pretty big, and basically no one is downstairs at night once the last person is done watching TV, and the doors downstairs aren't exactly the greatest in security (someone with simple tools could easily pry them open).
So I've been thinking about trying to get a security system from a yard sale or whatever and installing it, but the problem is that I can't find any. Then there's the fact that most alarm systems probably won't do entirely what I want to anyway, and in true hungry hacker fashion I've been jotting down notes to try and build my own.
I don't have an oscilloscope any more, and I haven't done any research into the way that motion sensors and whatnot communicate with the control module - I think they're just either normally open or normally closed, and that's all there is to it. So I'm toying with the idea of writing a controller using an MSP430, and coming up with some kind of a concentrator system to allow me to fix many different detectors to a simple bus.
I think the cool thing about building my own would be that I don't always want the alarm to sound if something happens. For instance, it might be nice just to have the system beep if the door opens during the day, or what have you. Rolling my own system would let me figure out all the things I want to do. I could even build an intercom and doorbell system into it as well, and have the whole thing have different operating modes for when people are here and/or asleep.
The possibilities associated with this project are pretty exciting, and I think I can build the whole thing much cheaper than going and buying a system. I smell an article coming in the future, hehe. ![]()

Add those barking menaces to a wonderfully safe neighborhood, and we've got no worries.
Heck, even set up a script to send you a txt when it sees motion
KrAzE: I've thought about doing that as well but one of the purposes for thinking up this scheme is to find a project to do MSP430 development (since I hit a road block in my paintball trigger board project, I need another excuse).
I was thinking about setting up some webcams for things like keeping an eye on my wife's grandfather, and I could tie this in to that system though.
I just need to find some webcams that I can make play nice with FreeBSD.