Wish List 0

Analog Sound Sensor Microphone Module For Arduino

Rs. 70.00 Rs. 80.00

-This is an Analog Sound Sensor Microphone Module for Arduino.
-Some Applications like interactive voice transfer and loudness stage indicator may be very applicable for this module.

Features :
-Detectable sound signal length
-Built-in filter out-rectifier circuit, DC signal output
-Good sensitivity, integrated amplifier circuit, adjustable gain
-Voltage signal for sound depth can be acquired by using AD conversion
-Analog voltage signal output, signal amplitude VCC/2
-Compatible for Arduino sensor interface."

SPECIFICATIONS:
IC Chip                   LM386
Operating Voltage (VDC)   5
Signal Amplitude          Vcc/2

OVERVIEW:

-Detectable sound signal size

-Built-in filter-rectifier circuit, DC signal output

-Good sensitivity, built-in amplifier circuit, adjustable gain

-Voltage signal for sound intensity can be obtained by AD conversion

-Analog voltage signal output, signal amplitude VCC/2

-Compatible for Arduino sensor interface.

PACKAGE INCLUDES:

1 PCS x Sound Sensor Microphone Module For Arduino


//SOURCE CODE TAKEN FORM BELOW LINK

//https://wiki.dfrobot.com/Analog_Sound_Sensor_SKU__DFR0034

void setup()

{

  Serial.begin(9600); // open serial port, set the baud rate to 9600 bps

}

void loop()

{

      int val;

      val=analogRead(0);   //connect mic sensor to Analog 0

      Serial.println(val,DEC);//print the sound value to serial

      delay(100);

}



15 days

Write a review

Please login or register to review