Microphone 9*7mm

  1. Low noise
  2. Low power consumption
  3. Frequency Range: 50 – 20KHz
  4. Microphone sensitivity 56 – 58DB
  5. Multi-Channel
SKU: EK1426 Categories: , Tags: ,

Apple Shopping Event

Hurry and get discounts on all Apple devices up to 20%

7,00 EGP

2 People watching this product now!

Payment Methods:

Description

Buy the new Voice Microphone online at Robu.in. This Voice microphone is Multi-Channel and is suitable for mobile phones, telephones, tape recorders, voice-activated toys, computers, and other products. The sensitivity is in accordance with the IEC standard, and the sensitivity of “pa” is increased by 20dB, which is the same as the sensitivity of the “Ubar” unit.


Features:

  1. Low noise
  2. Low power consumption
  3. Suitable for a wide variety of Electronic products
  4. Multi-channel
  5. Frequency Range: 50 – 20KHz
  6. Microphone sensitivity 56 – 58DB

Package Includes:

1 x Microphone 9*7mm 

🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
Mic capsule+/-via bias resistor + coupling cap to board analog pin / GND
📟
Microphone 9*7mm
7 Examples • C/C++ | Boards: Arduino Uno, Arduino Nano, Arduino Mega, ESP32, ESP8266, STM32, Raspberry Pi Pico
Microphone 9*7mm - Arduino Uno
Microphone 9*7mm - Arduino Nano
Microphone 9*7mm - Arduino Mega
Microphone 9*7mm - ESP32
Microphone 9*7mm - ESP8266
Microphone 9*7mm - STM32
Microphone 9*7mm - Raspberry Pi Pico
📄 File: microphone_9*7mm_-_arduino_uno.inoArduino Uno
332 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Analog pin A0 on Arduino Uno (via an amplifier stage - a bare capsule's raw signal is too weak/noisy to read directly)
6#define MIC_PIN A0
7
8void setup() {
9 Serial.begin(115200);
10}
11
12void loop() {
13 int level = analogRead(MIC_PIN);
14 Serial.println(level);
15 delay(10);
16}
📄 File: microphone_9*7mm_-_arduino_nano.inoArduino Nano
333 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Analog pin A0 on Arduino Nano (via an amplifier stage - a bare capsule's raw signal is too weak/noisy to read directly)
6#define MIC_PIN A0
7
8void setup() {
9 Serial.begin(115200);
10}
11
12void loop() {
13 int level = analogRead(MIC_PIN);
14 Serial.println(level);
15 delay(10);
16}
📄 File: microphone_9*7mm_-_arduino_mega.inoArduino Mega
333 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Analog pin A0 on Arduino Mega (via an amplifier stage - a bare capsule's raw signal is too weak/noisy to read directly)
6#define MIC_PIN A0
7
8void setup() {
9 Serial.begin(115200);
10}
11
12void loop() {
13 int level = analogRead(MIC_PIN);
14 Serial.println(level);
15 delay(10);
16}
📄 File: microphone_9*7mm_-_esp32.inoESP32
326 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Analog pin 34 on ESP32 (via an amplifier stage - a bare capsule's raw signal is too weak/noisy to read directly)
6#define MIC_PIN 34
7
8void setup() {
9 Serial.begin(115200);
10}
11
12void loop() {
13 int level = analogRead(MIC_PIN);
14 Serial.println(level);
15 delay(10);
16}
📄 File: microphone_9*7mm_-_esp8266.inoESP8266
328 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Analog pin A0 on ESP8266 (via an amplifier stage - a bare capsule's raw signal is too weak/noisy to read directly)
6#define MIC_PIN A0
7
8void setup() {
9 Serial.begin(115200);
10}
11
12void loop() {
13 int level = analogRead(MIC_PIN);
14 Serial.println(level);
15 delay(10);
16}
📄 File: microphone_9*7mm_-_stm32.inoSTM32
328 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Analog pin PA0 on STM32 (via an amplifier stage - a bare capsule's raw signal is too weak/noisy to read directly)
6#define MIC_PIN PA0
7
8void setup() {
9 Serial.begin(115200);
10}
11
12void loop() {
13 int level = analogRead(MIC_PIN);
14 Serial.println(level);
15 delay(10);
16}
📄 File: microphone_9*7mm_-_raspberry_pi_pico.inoRaspberry Pi Pico
338 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Analog pin 26 on Raspberry Pi Pico (via an amplifier stage - a bare capsule's raw signal is too weak/noisy to read directly)
6#define MIC_PIN 26
7
8void setup() {
9 Serial.begin(115200);
10}
11
12void loop() {
13 int level = analogRead(MIC_PIN);
14 Serial.println(level);
15 delay(10);
16}
Bare electret microphone capsule - typically wired through a simple amplifier circuit (or an amplifier breakout like MAX9814) before feeding an analog pin.

Specification

Specification

WeightWeight6 g
Dimensions0,9 × 0,7 × 0,7 cm
Product NameMicrophone – 9×7 mm
TypeElectret Condenser Microphone
Diameter9 mm
Height7 mm
Operating Voltage1–10 V DC (typical)
Sensitivity-42 dB ±2 dB (typical)
Impedance2 kΩ (typical)
Frequency Response20 Hz – 20 kHz (typical)
Connection Type2-Pin Through-Hole
MaterialMetal Can with Plastic Base
Operating Temperature-20°C to +70°C
ApplicationsAudio Detection, Arduino / Raspberry Pi Projects, Voice Recording, DIY Electronics
Package Contents1× Microphone – 9×7 mm

Customer Reviews