ROSANNAPAPINI.IT ≡ Accessories Circuitoimpreso Kits Educativos Amplifier
  • Sound

  • Analog Sound Sensor module

Analog Sound Sensor module

$26.1 $41.5
Sen­si­tive Micro­phone Sen­sor Mod­ule with Ana­log and Digital/Comparator Out­puts. Can be used with Arduino Uno/Due/Mega/Leonardo and with oth­er micro­con­trollers and embed­ded boards.PinoutsAO : ana­log out­put, real-time out­put volt­age sig­nal of the micro­phoneG : Pow­er Ground : Pos­i­tive VCC (3V‑5.5V Nom­i­nal : 3.0V – 5.0V)DO : Out­put High Log­ic when the sound inten­si­ty reach­es a thresh­old set by poten­tiome­terFeaturesA mount­ing screw hole 3mmMod­ule uses 5v DC pow­er sup­plyAna­log out­putA poten­tiome­ter that adjusts thresh­old for dig­i­tal out­puthigh sen­si­tive micro­phoneA Pow­er indi­ca­tor LEDAn LED Sig­nal Detect LEDExample code: Digital outputArduino int Led = 13 ;// define LED Interface int buttonpin = 3; // define D0 Sensor Interface int val = 0;// define numeric variables val void setup () { pinMode (Led, OUTPUT) ;// define LED as output interface pinMode (buttonpin, INPUT) ;// output interface D0 is defined sensor } void loop () { val = digitalRead(buttonpin);// digital interface will be assigned a value of pin 3 to read val if (val == HIGH) // When the sound detection module detects a signal, LED flashes { digitalWrite (Led, HIGH); } else { digitalWrite (Led, LOW); } }12345678910111213141516171819202122int Led = 13 ;// define LED Inter­faceint but­ton­pin = 3; // define D0 Sen­sor Inter­faceint val = 0;// define numer­ic vari­ables val void set­up (){  pin­Mode (Led, OUTPUT) ;// define LED as out­put inter­face  pin­Mode (but­ton­pin, INPUT) ;// out­put inter­face D0 is defined sen­sor} void loop (){  val = dig­i­tal­Read(but­ton­pin);// dig­i­tal inter­face will be assigned a val­ue of pin 3 to read val  if (val == HIGH) // When the sound detec­tion mod­ule detects a sig­nal, LED flash­es  {    dig­i­tal­Write (Led, HIGH);  }  else  {    dig­i­tal­Write (Led, LOW);  }} Example Code : analog outputs Arduino int sensorPin = A0; // 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); }12345678910111213141516171819int sen­sor­Pin = A0; // select the input pin for the poten­tiome­terint led­Pin = 13; // select the pin for the LEDint sen­sor­Val­ue = 0; // vari­able to store the val­ue com­ing from the sen­sor void set­up () {  pin­Mode (led­Pin, OUTPUT);  Ser­i­al.begin (9600);} void loop () {  sen­sor­Val­ue = analo­gRead (sen­sor­Pin);  dig­i­tal­Write (led­Pin, HIGH);  delay (sen­sor­Val­ue);  dig­i­tal­Write (led­Pin, LOW);  delay (sen­sor­Val­ue);  Ser­i­al.print­ln (sen­sor­Val­ue, DEC);}
Sound

Sound

  • SparkFun Electret Microphone Breakout
    $48.6 $95.74
  • Voice Recognition Sensor — Offline Language Learning — Gravity
    $46.77 $69.69
  • KY-038 Microphone Sound Amplifier Sensor Module
    $29.17 $46.09
  • Electret Microphone Amplifier — MAX9814 with Auto Gain Control
    $40.5 $78.57
  • Analog Sound Sensor module
    $26.1 $41.5
  • Milesight WS302 LoRaWAN Sound Level Sensor
    $69.8 $114.47
  • Knock Sensor Module
    $11.7 $15.44
  • NMP441 MEMS High Precision Omnidirectional Microphone
    $26.1 $39.67
  • Analog Sound Level meter
    $61.2 $105.26
  • Electret Microphone Amplifier — MAX4466 with Adjustable Gain
    $40.5 $68.85

© 2026 - ROSANNAPAPINI.IT