High Sensitivity Sound Microphone Sensor Detection Module For AVR PIC KY-037 ไมโครโฟน

High Sensitivity Sound Microphone Sensor Detection Module For AVR PIC KY-037 ไมโครโฟน
High Sensitivity Sound Microphone Sensor Detection Module For AVR PIC KY-037 ไมโครโฟนHigh Sensitivity Sound Microphone Sensor Detection Module For AVR PIC KY-037 ไมโครโฟน
รหัสสินค้า M723
หมวดหมู่ MIC Buzeer ลำโพง
ราคา 25.00 บาท
น้ำหนัก 10 กรัม
ลงสินค้า 23 ก.ค. 2559
อัพเดทล่าสุด 18 ก.ย. 2567
ขออภัย สินค้าหมด
บัตรประชาชน
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay

High Sensitivity Sound Microphone Sensor Detection Module For AVR PIC KY-037

KY-037


Description:

 

For sound detection module has two outputs:

1. AO, analog output, real-time output voltage signal of the microphone

2. DO, when the sound intensity reaches a certain threshold, the output high and low signal

 

Module features:

1. there is a mounting screw hole 3mm

2. the use 5v DC power supply

3. with analog output

4. there are threshold level output flip

5. high sensitive microphone and high sensitivity.

6. a power indicator light

7. the comparator output is light

 



http://henrysbench.capnfatz.com/henrys-bench/arduino-sensors-and-input/keyes-ky-040-arduino-rotary-encoder-user-manual/

Arduino Sound Detection Sensor Tutorial Connect the Sound Sensor Module to your Arduino

/Henry's Bench
//Arduino Sound Detection Sensor Module

int soundDetectedPin = 10; // Use Pin 10 as our Input
int soundDetectedVal = HIGH; // This is where we record our Sound Measurement
boolean bAlarm = false;

unsigned long lastSoundDetectTime; // Record the time that we measured a sound


int soundAlarmTime = 500; // Number of milli seconds to keep the sound alarm high


void setup ()
{
  Serial.begin(9600);
  pinMode (soundDetectedPin, INPUT) ; // input from the Sound Detection Module
}
void loop ()
{
  soundDetectedVal = digitalRead (soundDetectedPin) ; // read the sound alarm time
  
  if (soundDetectedVal == LOW) // If we hear a sound
  {
  
    lastSoundDetectTime = millis(); // record the time of the sound alarm
    // The following is so you don't scroll on the output screen
    if (!bAlarm){
      Serial.println("LOUD, LOUD");
      bAlarm = true;
    }
  }
  else
  {
    if( (millis()-lastSoundDetectTime) > soundAlarmTime && bAlarm){
      Serial.println("quiet");
      bAlarm = false;
    }
  }
}
 

วิธีการชำระเงิน

ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาบิ๊กซี รามคำแหง สะสมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาคลองจั่น ออมทรัพย์
บมจ. ธนาคารกรุงไทย สาขาเดอะมอลล์บางกะปิ ออมทรัพย์
บมจ. ธนาคารกสิกรไทย สาขาโลตัส บางกะปิ ออมทรัพย์
พร้อมเพย์ สาขา- mobile
Scan this!
กิตติ แซ่เอี้ยว
096-xxxxxx-3
Accept All Banks | รับเงินได้จากทุกธนาคาร
  • ค่าธรรมเนียม 3.9% + 11 THB
  • การชำระผ่าน PayPal คุณไม่จำเป็นต้องแจ้งชำระเงิน เนื่องจากระบบจะจัดการให้คุณทันที ที่คุณชำระเงินเสร็จสมบูรณ์

CATEGORY

TRACKCODE

  • ค้นหา
*ใส่ เบอร์มือถือ หรือ email ที่ใช้ในการสั่งซื้อ

CONTACT US

096-898-2243

STATISTICS

หน้าที่เข้าชม5,184,012 ครั้ง
ผู้ชมทั้งหมด1,583,352 ครั้ง
ร้านค้าอัพเดท2 พ.ย. 2568

MEMBER

Join เป็นสมาชิกร้านค้า

ร้านmcucity
ร้านmcucity
/www.mcucity.com/
Join เป็นสมาชิกร้าน
818
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ
ติดตามร้านของเราผ่านแอพได้แล้ววันนี้
  • พิมพ์ “mcucity” ในช่อง Search
  • หรือเข้าจากรายการร้านค้าโปรดของฉัน
พูดคุย-สอบถาม