Page 1 of 1

Sound sensor

Posted: Mon Sep 10, 2012 6:59 pm
by Moskus
I need a sound sensor. Something that detects that a sound in a room is higher than a given level (adjustable by potmeter?) and then triggers a DS10 for example.
Is there such a thing available?

The idea is that when my little baby girl starts crying, I can have HomeSeer turn on monitors and show me her camera. That way I can see if we need to go upstairs, or it was a "false alarm". ;)

Re: Sound sensor

Posted: Tue Sep 11, 2012 11:13 am
by Moskus
Mrhappy at homeseer gave me a tip about this:
http://www.quasarelectronics.co.uk/3126 ... switch.htm

Re: Sound sensor

Posted: Tue Nov 27, 2012 10:58 pm
by soitjes
I solved this in a cheap way, although you must have a server running in your house. With exactly the same purpose : react when the baby is crying, although in my case it's a boy :)

I use a cheap microphone (like this one : http://dx.com/p/multimedia-microphone-w ... mount-2717) and I have written an xPL application which triggers an xPL message when a certain threshold is reached for a number of seconds (xPLSound can be found here : http://www.digitalhomeserver.net/blog/?p=131).

Soitjes.

Re: Sound sensor

Posted: Wed Nov 28, 2012 1:25 pm
by Henk
zie http://www.conrad.nl/ce/nl/product/0726 ... 0&ref=list

it may work but risk it may not ..... you may train your baby to clap his hands ...

Re: Sound sensor

Posted: Thu Nov 29, 2012 9:44 am
by Moskus
Oh, I really, really wish I knew more about xPL. But it seems very hard to set up...

Re: Sound sensor

Posted: Mon Dec 10, 2012 6:10 pm
by soitjes
I admit that I had a lot of trouble understanding xPL myself. Mainly because it's somewhat cumbersome and not so well documented. A good tutorial would do miracles. As for the hard setup : there is light at the end of the tunnel : http://domoticaforum.eu/viewtopic.php?f=17&t=6210. You will no longer need xPLHal (which is outdated anyway) nor the xPL hub. Should make the xPL life much easier.

Soitjes.

Re: Sound sensor

Posted: Tue Dec 11, 2012 4:20 pm
by Meinaart
What kind of camera do you have?

There are some models that have a a/d input that you could probably use in conjunction with a electret microphone. Some webcam models have a micrphone built in.

Re: Sound sensor

Posted: Wed Dec 12, 2012 10:35 am
by Moskus
In the end I went for the relay in post 2. Works great!

If I were to use a microphone, either analog or digital I still had to write the trigger software myself. With an analog microphone I would need a spare mic input in the vicinity of the crib. With the digital route I would have to figure out a way of of grabbing the audio stream.

If you have some tips here, I'd love to hear it! I have both analog and digital (wifi) cameras.