





























KY-037 4pin Voice Sound Detection Sensor Module
from
2.90лв
Price in reward points: 290
2 or more 1.90лв
4 or more 1.40лв
10 or more 1.10лв
- Stock: 27
- Brand: OEM
- Reward Points: 9
- Model: 4223-LM393
- Warranty: няма
Products Sold: 15
Product Views: 70
Features:
- For sound detection module has two outputs:
- There is a mounting screw hole 3mm
- The use 5v DC power supply
- With analog output
- High sensitive microphone and high sensitivity
- A power indicator light
- The comparator output is light
Specifications:
int Led=13;//define LED interface
int buttonpin=3 //Define D0 Sensor Interface
int val;//define numeric variables val
void setup()
{pinMode(Led,OUTPUT);// Define LED as output interface
pinMode(buttonpin,INPUT);//Define D0 Sensor as output Interface }
void loop()
{val=digitalRead(buttonpin);//digital interface will be assigned a value of 3 to read val
if(val==HIGH)//When the light sensor detects a signal is interrupted, LED flashes
{digitalWrite(Led,HIGH)}
else
{digital Write(Led,LOW)}}
int sensorPin = A5; // select the input pin for the potentiometer
int ledPin = 13; // select the pin for the LED
int sensorValue = 0; // variable to store the value coming from the sensor
void setup() {pinMode(ledPin, OUTPUT);Serial.begin(9600);}
void loop()
{sensorValue = analogRead(sensorPin);
digitalWrite(ledPin, HIGH);
delay(sensorValue);
digitalWrite(ledPin, LOW);
delay(sensorValue);
Serial.println(sensorValue, DEC); }
- Доставка до адрес: 8 лв.
- Доставка до офис на Еконт: 6 лв.
- Доставка до офис на Спиди: 4 лв.
- Доставка до автомат на Спиди: 3 лв.
- при избор - "плащане при доставка", се добавя 2.00 лв такса наложен платеж.
- За фиксиран час се добавя 3 лв.
- Безплатна доставка при поръчка над 200 лв.
Всички поръчки се изпращат с застраховка и преглед. Моля при получаването на продукта да го прегледате пред куриера за евентуални наранявания при превоза.
Стоката се изпраща до 2 работни дни след направената поръчка. Имате право да върнете стоката в 14 дневен период, като цената на доставката при връщането е за ваша сметка.