Microduino-MIC is sound detection sensor module.
Electret microphone is composed of sound electric conversion and impedance conversion. The key component of sound electric conversion is electret diaphragm, which is a slice of thin plastic film of which one side is steamed with a layer of metal film, and after the electret by high voltage field, the two sides respectively has opposite charges, the steamed gold face of the diaphragm is outward, and is connected with the metal case. In the electret microphone, there is a field effect tube to do pre amplifier, so a certain blas voltage is needed when the electret microphone is working normally, which is generally not greater than 10v.
Instruction of Sensor Pin
|
- Pins of the sensor:
- PIN1: GND
- PIN2: VCC
- General signal pins:
- PIN3(IO1): digital/analog signal
- PIN4(IO2): NC(null)
- Special signal pins:
- If it is IIC: IO1/IO2 are respectively SDA/SCL.
- If it is soft serial port: IO1/IO2 are respectively tx/rx.
|
Microduino sensor can communicate with core module through the connection with Microduino-Module Sensor Hub.
|
Features
- Capacitive sound detection component
Specification
- Electric specification
- Working voltage: 3.3V~5V
- Input device
- Technical parameters
- Measurement voltage: 0~5V(the measurement frequency range is 100Hz~4000Hz);
- Measurement sound intensity: 45~120dB;
- Accuracy: ±1%
- Size
- Size of the sensor: 5mm*5mm
- Size of the board: 20mm*20mm
- 1.27mm-spacing 4Pin interface
- Connection
- Output: 0~5V analog signal
- Instruction of pins: GND, VCC, signal output, NC(null), this signal is analog signal, so you need to use analog interface (A0~A7)to detect it. The corresponding pins are A6, A2, and A0 which can be connected to Sensor-hub.
Document
Development
Preparation
- Make sure that you have set up the development environment of Microduino, otherwise, please refer to: Microduino Getting started
- Core choose
Program
- Open the program "AnalogInput" in the library.
- Int sensorPin = A0; Define the input pin is the analog pin A0.
- SensorValue = analogRead(sensorPin); To read the value of the pin.
Hardware Setup
- Stack all modules together, and then insert Sound sensor to the A0 slot of Microduino-Sensorhub with cable.
You can refer to : Microduino-Sensorhub
You can refer to: mCookie-Hub
- Connect the core , Sensorhub, and Sound, and connect them to the computer with USB cable.
- Select the right board card and COM port, and download directly after compiling. You can refer to AVR Core: Getting Started
- After compiling, you can select the right port in Tools→Serial Port of Arduino IDE, and then download the program directly.
- After download, you can open the serial monitor, and the displayed value indicates the current intensity of the sound detected by the sensor.
Application
It can be used to collect sound or detect the sound shaking.
Project
Purchase
History
Gallery
|