Reddit Reddit reviews DAOKI 5PCS High Sensitivity Sound Microphone Sensor Detection Module for Arduino AVR PIC

We found 3 Reddit comments about DAOKI 5PCS High Sensitivity Sound Microphone Sensor Detection Module for Arduino AVR PIC. Here are the top ones, ranked by their Reddit score.

Electronics
Security & Surveillance Equipment
DAOKI 5PCS High Sensitivity Sound Microphone Sensor Detection Module for Arduino AVR PIC
There is a mounting screw hole 3mm.Use 5v DC power supplyThere are threshold level output flip.Real-time output of the microphone voltage signal / DO. when the sound intensity reaches a thresholdThe output high and low signal threshold - Sensitivity potentiometer adjustmen. Application:Microphone sound detection
Check price on Amazon

3 Reddit comments about DAOKI 5PCS High Sensitivity Sound Microphone Sensor Detection Module for Arduino AVR PIC:

u/dtizzlenizzle · 5 pointsr/raspberry_pi

DAOKI 5PCS High Sensitivity Sound Microphone Sensor Detection Module For Arduino AVR PIC https://www.amazon.com/dp/B00XT0PH10/ref=cm_sw_r_cp_api_QkqPBb6XR81E1

u/crydrk · 3 pointsr/escaperooms

https://www.amazon.com/DAOKI-Sensitivity-Microphone-Detection-Arduino/dp/B00XT0PH10/ref=sr_1_3?ie=UTF8&qid=1498683713&sr=8-3&keywords=arduino+sound+sensor

Looks like this chip simply picks up volume. If it's installed within the metronome, the ticking would probably be the most prominent noise. (so other noises couldn't accidentally trigger it) Then measure the timing between peaks. And maybe have the code wait for x amount of ticks to make sure it's not triggered simply by scrolling through speeds.

And then just trigger a relay with the elecromagnet.

u/r-NBK · 2 pointsr/homeautomation

I just wired up an ESP8266 with a https://www.amazon.com/gp/product/B00XT0PH10/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 sound detector. This is currently taped to my wireless doorbell chime. When the bell rings, the ESP8266 publishes to an MQTT topic. Node Red is subbed to that topic and fires an HTTP request (GET) to MotionEye running in a docker container. This grabs the most recent snapshot image from an IP cam on the front porch and attached it to an email sent to me.