-40%
3pin/4pin Electronic Brick Sound Sensor Microphone Mic Module for Arduino NEW
$ 1.05
- Description
- Size Guide
Description
HomeArduino
Module
Sensor
Chips
About Us
Descriptions:
This module can be connected to the analog I / O port,
when speaking to the microphone, the analog value will be changed.
A recorder can be made by reading and saving the analog value.
Specifications:
Brick Type
Sensor Brick
Brick Interface
3PIN
Brick Power Supply
5V
Board Size
33 × 14 × 1.6mm
Parameter
Min.
Typical
Max.
Unit
Working voltage
4.5
5
5.5
VDC
Digital output voltage(VCC=5V)
0
-
5
V
Working current(5V)
-
260
-
uA
Frequency range
100
-
10000
Hz
Sensitivity
-
-50
-
dB
DEMO:
Connect S port of electronic brick of microphone to A0 port of Arduino, and we will use the
following program to read the analog value. When the value exceeds the threshold, the LED
indicator will flash.
1
const int ledPin = 13; // the number of the LED pin
2
const int thresholdvalue=400; //The threshold to turn the led on
3
void setup() {
4
pinMode(ledPin, OUTPUT);
5
}
6
void loop() {
7 int sensorValue = analogRead(A0); //use A0 to read the electrical signal
8 if(sensorValue>thresholdvalue)
9
digitalWrite(ledPin,HIGH); //if the value read from A0 is larger than 400,then light the LED
10 delay(200);
11 digitalWrite(ledPin,LOW);
12
}
Package Included:
1 x NEW 3pin/4pin Electronic Brick Sound Sensor Microphone Mic Module for Arduino
Payment
Shipping
Refund
Payment
We accept PayPal only.
But we only
Accept
your
Ebay Address
,Please Make sure it's 100% right.
Payment must be received in 5 business days of auction closing.
Please leave note for your special request (e.g. Colors or Size) in PayPal when you pay the order.
Any special request cannot be accepted after 24 hours of payment, because most of orders will be processed instantly and same day dispatched.
Shipping
Fill your shipping info
Refund
All package need to
wait 30 days
(US only n
eed 7-10 days)
,
Please take care it.Less than 30 days,we can't take a refund
.
If the item is defect when you receive it or you are not satisfied with it, please return it within 14 days for a replacement or money back. But the items must be back in factory condition. Please contact us and double check the return address before you return it.
If is item is defective in 12 months, you can return it to us. We will send you a new replacement after receiving the defective item.