#Using Voice PE as a Glass break or beep detection

1 messages · Page 1 of 1 (latest)

strong lily
#

Simple question before i rabbit hole, is it possible to use Voice PE as a beep detection (say an open freezer door beep, or dryer beeping sequence when done), or from a security perspective a glass break detection or sound capture in general?

I have a local Ollama instance running.

jolly orbit
# strong lily Simple question before i rabbit hole, is it possible to use Voice PE as a beep d...

No... not really.

for freezer door you should use a door sensor

for dryer finishing sensor you should use something to track its power usage and then you can trigger when it drops off. (Or a vibration sensor stopping can work too)

As for a glass break sensor. You might in theory be able to attach a separate sensor via the i2c grove port then customise the firmware to use it.
but as for using the stock microphone to do it... probably not (at least not whilst maintaining other functionality).
Specific sensors on the windows is going to be a better option most likely.

strong lily
#

That's unfortunate considering all the work around to do all that could be handled from one device. I mean, alexa devices does these things today.

#

And I'm trying to get rid of all my alexa devices lol

#

I have four VPEs now and would buy 2 more if these features were possible