TinyCircuits Forum

General Category => New Product Ideas => Topic started by: Ron Phillips on February 23, 2017, 08:54:42 AM

Title: Listeners for doorbells, dryer chimes, oven buzzers.
Post by: Ron Phillips on February 23, 2017, 08:54:42 AM
I am developing an alerting device for hearing-disabled people. I have a mild hearing loss myself, and I cannot hear

   
The concept is a small battery-powered device to be mounted at a sound source and trained to detect its sound (doorbell, teakettle, etc.) When the sound is detected, an SMS will be sent to the user (e.g. "Doorbell", "Teakettle", etc.)

Using one device near the source for every sound limits noise and simplifies the User Interface. The user just clicks "Listen for" and plays the reference sound. The device then starts compares incoming sounds to the reference sound. If the two are sufficiently similar, it sends the SMS.

I did a software demo at Akron Makerspace on my 10 year old MBP. I can't find a way to fool it. Putting the mic right down the throat of the source means the inverse square law eliminates spurious signals, and the frequency detection just ices the cake!

Other alerting devices typically use one expensive processor per multi-source space instead of a cheap processor at every source. That's why they have to be wired in, or plugged in, or have a single-purpose notifier the user has to lug around, or are a chore to program and adjust -- because the device isn't right at the source.


Ron Phillips

https://www.linkedin.com/in/rwphillips (https://www.linkedin.com/in/rwphillips)
Title: Re: Listeners for doorbells, dryer chimes, oven buzzers.
Post by: lfreed on February 24, 2017, 04:13:32 PM
This is a really interesting idea. I'm thinking you could make a Bluetooth Low Energy or WiFi node network, have the network report to a central processor or computer that could send the SMS. Set each of the nodes to listen for a different sound. Could allow for better portability and flexibility for a user. Love the Akron creativity here. :)
Title: Re: Listeners for doorbells, dryer chimes, oven buzzers.
Post by: Ron Phillips on February 24, 2017, 06:02:08 PM
Could BLE range be an issue? I like the network idea, because apparently WiFi really pulls a lot of power, so a central unit that could be plugged in might save the nodes' battery life.
Title: Re: Listeners for doorbells, dryer chimes, oven buzzers.
Post by: lfreed on February 24, 2017, 06:49:41 PM
It certainly could, but if the nodes are strategically placed and can handle master/slave mode simultaneously, I imagine it could be possible bounce a signal from node to node until it hits a node within range of a device that's currently scanning for advertising peripherals. (Let me know if that's worded confusingly.) It's sort of like a mesh network, replacing WiFi with Bluetooth connectivity. As long as one node is in range of another, they can talk to each other and find someone who can talk to you.
Title: Re: Listeners for doorbells, dryer chimes, oven buzzers.
Post by: Ron Phillips on February 25, 2017, 07:11:00 AM
I was thinking of developing on the ESP8266, since it has such low current requirements, especially with the WiFi shut off. The WiFi could be shut off unless the device was sending an alert.

There's no need for the device to listen or download from WiFi unless the user is setting the reference sound. Since they have to be at the device to set the reference sound, I was thinking of leaving the incoming WiFi off unless the user pressed a "Setup" button on the device.

Now, if Expressif delivers that new module with both WiFi and BLE . . .
Title: Re: Listeners for doorbells, dryer chimes, oven buzzers.
Post by: Ron Phillips on February 28, 2017, 07:18:36 AM
Or maybe the new Pi Zero W, since it has WiFi and Bluetooth built right in. I'll have to look at the power consumption, and how to "sleep" the wireless.
Title: Re: Listeners for doorbells, dryer chimes, oven buzzers.
Post by: Ron Phillips on March 06, 2017, 05:45:45 AM
Connecting Smart Hearing Aids to the Internet via IFTTT (http://www.hearingreview.com/2017/02/connecting-smart-hearing-aids-internet-via-ifttt/) has an interesting take on the problem. They're thinking of providing IFTTT prompts aurally through Bluetooth-enabled hearing aids via the smartphone linked to the aids.

That would let the user set the phone down within BLE range and get auditory notifications without touching the phone. I think.