ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า
Sound Sensor Detection Module LM393 เซ็นเซอร์ตรวจวัดเสียง

ใช้สำหรับตรวจวัดระดับเสียงดัง ถ้ามีเสียงดังเกินกว่าที่กำหนด  OUTPUT จะได้ HIGH 
Working voltage: DC 3.3-5V.
IC Chip: LM393
Signal output indication.
The output is digital.
Single channel signal output.
With the retaining bolt hole, convenient installation.
Output low level and the signal light when there is sound




/*
 * Rui Santos 
 * Complete Project Details https://randomnerdtutorials.com
*/
 
int ledPin=13;
int sensorPin=7;
boolean val =0;
 
void setup(){
  pinMode(ledPin, OUTPUT);
  pinMode(sensorPin, INPUT);
  Serial.begin (9600);
}
  
void loop (){
  val =digitalRead(sensorPin);
  Serial.println (val);
  // when the sensor detects a signal above the threshold value, LED flashes
  if (val==HIGH) {
    digitalWrite(ledPin, HIGH);
  }
  else {
    digitalWrite(ledPin, LOW);
  }
}
Sound Sensor Detection Module LM393 เซ็นเซอร์ตรวจวัดเสียง
Sound Sensor Detection Module LM393 เซ็นเซอร์ตรวจวัดเสียง
Sound Sensor Detection Module LM393 เซ็นเซอร์ตรวจวัดเสียง
Sound Sensor Detection Module LM393 เซ็นเซอร์ตรวจวัดเสียง
Sound Sensor Detection Module LM393 เซ็นเซอร์ตรวจวัดเสียง
Sound Sensor Detection Module LM393 เซ็นเซอร์ตรวจวัดเสียง
เงื่อนไขอื่นๆ
Tags

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

บมจ. ธนาคารกรุงไทย สาขาโรงไฟฟ้าบางปะกง ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
บมจ. ธนาคารกรุงไทย สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
พร้อมเพย์ สาขา- -
Scan this!
สนธยา ใจผ่อง
063-xxxxxx-8
Accept All Banks | รับเงินได้จากทุกธนาคาร
พูดคุย-สอบถาม