Reference: RBD-2343
Banner

A sound sensor is defined as a module that detects sound waves through its intensity and converting it to electrical signals. Featured By RoboticsBD.
Product Images are shown for illustrative purposes only and may differ from the actual product.
Note: Product images/ Components brand may vary from actual product as our stock rotates.
Note: PCB might be different from the picture as per stock
| General Specification | |
| Color | Red |
| Operating Voltage | 5 |
| Size | 35 x 15 x 14 mm |
| Weight | 3 g |
| Shipment Weight | 0.005 kg |
| Shipment Dimensions | 12 × 8 × 2.5 cm |
Please allow 5% measuring deviation due to manual measurement.
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)}
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);}
1 x Big Microphone Sound Sensor Module
Specific References
Your review appreciation cannot be sent
Report comment
Report sent
Your report cannot be sent
Write your review
Review sent
Your review cannot be sent
Reference: RBD-2343
Reference: RBD-1671
Reference: RBD-1022
Reference: RBD-0321
We'll slide into your inbox when the product is back in stock.
Reference: RBD-1541
Reference: RBD-2846
Reference: RBD-0686
Reference: RBD-3731
We'll slide into your inbox when the product is back in stock.
Reference: RBD-0569
Reference: RBd-2402
Brand: Hi-Link
Reference: RBD-3218
Brand: Hi-Link
Reference: RBD-2087
Reference: RBD-1645
Reference: RBD-2152
Brand: Hi-Link
Reference: RBD-0429
Reference: RBD-3849
Reference: RBD-0768
Reference: 0245
Reference: RBD-0133
Reference: RBD-0022
Reference: RBD-2639
Reference: RBD-0020
Reference: RBD-0685
Reference: RBD-2098
Reference: RBD-1022
Reference: RBD-2097
Reference: RBD-0291
check_circle
check_circle