Mixer_ Mic Input Board (1)
Mixer_ Mic Input Board (1)
Home > Projects > Audio > Single power supply modular audio mixer Projects
Audio
> Mixer: mic input board
Microcontrollers
3 - Mixer: line input board Indice 4 - Mixer: mic input board Measurements
Theory
Chemistry
Tag
Audio (8)
Chemistry (2)
Electroplating (1)
Electrotyping (1)
Esp32 (1)
Esp32-c6 (1)
Esp8266 (2)
Filter (3)
Figura 1: The photo of the microphone board for the modular audio mixer. Impedance (1)
The board presents a few similarities with the line input board:
Microphone input: it is designed for balanced signals, composed by hot wire, Transformer (1)
cold wire and ground. This kind of signal is typically found in professional
microphones, that is the ones that have the XLR connector, also called Cannon in
a few countries. In case of an unbalanced microphone (two cables only, signal
and ground), for example with the jack connector, the pin 3, the cold one, has to
be shortcircuited to ground. The two types of connectors are shown in Figura 2.
Socket to the previous board and plug to the following board: socket and plug to
share with all the other boards the common mixer signals (Vcc supply voltage,
ground, audio signal and Vcc/2 bias voltage).
Figura 2: On the left two male and female XLR (Cannon) connectors, commonly used for balanced
signals, are shown. On the right a jack connector, used to bring unbalanced signals, is shown.
2 - Assembly notes
The circuit isn't difficult to build, and the board has a 4cm x 7cm size, that are the
dimensions of a standard mixer board. As in case of the line input board, pay attention
to the pins connecting the board to the other ones, in order to make all the boards match
and have always the same distance among potentiometers on the user panel.
Figura 3: The schematic for the microphone preamplifier board for the modular mixer.
3 - The microphone signals
Before explaining the circuit it is necessary to discuss the characteristics of the
microphone signals, because the design of the preamplifier relies on them. Specifically,
a few considerations can be made about the balanced line and the low voltage levels.
A gain of 400 for an amplifier with as single opamp is too high. It's better to split the
gain into two stages, each with a gain of 20.
Figura 4: The schematic shows a balanced line and how this solution can theoretically avoid noise.
Since the two conductors are next to each others in the cable, when an
electromagnetic noise Vnoise hits the cable, it sums to both the signals:
If at the end of the cable the two signals are subtracted, the noise is deleted, and the
result is a pure Vs:
4 - The design
The circuit is divided in two stages. The first stage is a differential amplifier which
converts the balanced signal coming from the microphone into an unbalanced signal,
amplifying by 20. The second stage decouples the volume potentiometer from the
following boards, and amplifies it by 20.
where Vhot and Vcold are respectively the voltages on the pins 2 and 3 of the connector
Pmic1. As said before, this stage should have a gain of 20, and therefore we choose
R3=R4=20KΩ and R1=R2=1KΩ.
where VC is the second opamp output voltage, for example on the P2 connector, while
VB is the first opamp output voltage. Like the first stage, we choose a gain of 20, and
therefore we choose R7=22KΩ and R5=1KΩ.
where αdiff is the gain for the first differential stage and αinv is the gain for the second
inverting stage. In the Figura 5 the volume dynamic is shown.
Figura 5: The figure shows the whole circuit gain (the volume) as a function of the potentiometer
position.
When the microphone volume is zero, that is, when the potentiometer shaft is
connected to zero, the second stage can be interpreted, from the point of view of a noise
signal in Vcc/2, as a non inverting amplifier, as shown in Figura 6. Its gain is:
A gain of 23 is enough to amplify the noise until it is audible. Said in other words, to a
low volume corresponds a high noise due to a non clean Vcc/2.
To solve this problem CB1 is required: from the point of view of Vcc/2 it is an open
circuit, and therefore it doesn't have any influence. From the point of view of Vdist it is a
short circuit to the ground, ensuring that the non inverting input voltage is null, avoiding
therefore noise at the microphone output when the volume is low.
2. Differential amplifier
3. Inverting amplifier
Totale: 7ms