pregleda

Zvučni senzor-modul


Cena:
300 din
Želi ovaj predmet: 3
Stanje: Nekorišćen
Garancija: Ne
Isporuka: Pošta
Post Express
Lično preuzimanje
Plaćanje: Tekući račun (pre slanja)
Pouzećem
Lično
Grad: Vršac,
Vršac
Prodavac

djuka76 (1192)

100% pozitivnih ocena

Pozitivne: 2168

  Pošalji poruku

Svi predmeti člana


Kupindo zaštita

Proizvedeno u : Aziji

P09
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
Digital Output:
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
{
digitalWrite(Led,LOW)
}
}
2.Analog Output:
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);
}

VAŽNO!!!
1.ZA SLANJE PREPORUČENOG PISMA I CC POŠILJKE(PAKET)POTREBNO JE UNAPRED UPLATITI NOVAC!
2.NE ŠALJEM U INOSTRANSTVO!
3.NA KOSOVO I METOHIJU ŠALJEM SAMO POSTEXPESS-OM!
4.ZAMOLIO BIH POTENCIJALNE KUPCE DA PRE OBAVLJENE KUPOVINE BUDU SIGURNI DA IM PREDMET TREBA I DA ĆE GA PLATITI.ZBOG POVRAĆAJA PROVIZIJE,MORAĆU DA DAJEM NEGATIVNE OCENE!
5.UKOLIKO ČLAN KUPINDA IMA MANJE OD 10 POZITIVNIH OCENA OBAVEZNA JE UPLATA PRE SLANJA ROBE.
6.UKOLIKO ČLAN KUPINDA IMA NEGATIVNE OCENE OBAVEZNA JE UPLATA PRE SLANJA ROBE.

Predmet: 37940863
P09
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
Digital Output:
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
{
digitalWrite(Led,LOW)
}
}
2.Analog Output:
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);
}
37940863 Zvučni senzor-modul

LimundoGrad koristi kolačiće u statističke i marketinške svrhe. Nastavkom korišćenja sajta smatramo da ste pristali na upotrebu kolačića. Više informacija.