1
00:00:00,733 --> 00:00:05,566
This lesson talks about the relevant circuits of the handset of MediaTek
2
00:00:06,200 --> 00:00:11,566
Our example is Redmi K50, which uses MediaTek's CPU solution
3
00:00:13,866 --> 00:00:19,366
Xiaomi 12 uses Qualcomm's CPU, but their audio circuits are similar
4
00:00:24,433 --> 00:00:25,866
Let's take a look
5
00:00:27,200 --> 00:00:29,700
This is the earpiece shrapnel
6
00:00:30,466 --> 00:00:33,533
Here is the small audio, SMARTPA
7
00:00:34,866 --> 00:00:41,500
This is a stereo receiver, that is, the receiver can replace the speaker, it has the function of a speaker
8
00:00:42,900 --> 00:00:45,000
Speakers can play music
9
00:00:46,600 --> 00:00:49,500
What does it do when it's not playing music?
10
00:00:50,066 --> 00:00:54,266
When we don't turn on the hands-free, this speaker will make a sound
11
00:00:54,700 --> 00:00:58,700
It is exactly the same as the driver circuit of the speaker
12
00:00:59,333 --> 00:01:04,266
Including the small audio chip that drives the handset, all of the same model
13
00:01:04,833 --> 00:01:08,866
This is a small audio, also called an audio amplifier
14
00:01:10,000 --> 00:01:16,133
The sound signal is transmitted between the CPU and the small audio through the I2S3 bus
15
00:01:17,000 --> 00:01:23,000
The code name of the handset is SPKR, which is the same as the code name of the speaker
16
00:01:24,433 --> 00:01:27,500
Its circuit working process is like this
17
00:01:27,933 --> 00:01:33,366
When making a call, the sound signal is transmitted from the radio frequency to the baseband,
18
00:01:33,366 --> 00:01:35,933
the baseband is transmitted to the CPU,
19
00:01:35,933 --> 00:01:40,566
and the CPU is transmitted to the small audio through the I2S3 bus.
20
00:01:41,066 --> 00:01:48,433
Small audio converts it to digital-to-analog conversion, and then performs power amplification after conversion
21
00:01:49,233 --> 00:01:54,000
After the power is amplified, the audio signals for driving the handset are output
22
00:01:54,000 --> 00:01:57,133
from these two lines to make the handset emit sound
23
00:01:57,400 --> 00:01:59,300
So we can hear each other
24
00:01:59,933 --> 00:02:02,566
This is when the speakerphone is off
25
00:02:03,233 --> 00:02:07,266
The handset only works when the handsfree is not turned on
26
00:02:08,533 --> 00:02:11,100
Stereo just adds a new feature
27
00:02:12,066 --> 00:02:17,100
The earpiece is driven by small audio, and its power can become very large
28
00:02:17,700 --> 00:02:21,366
When it gets loud, it can act as a speaker to play music
29
00:02:22,000 --> 00:02:26,100
Let's look at this older model, MTK's Changxiang 20 Pro
30
00:02:26,733 --> 00:02:32,000
It's an early cell phone, it's not stereo, the main audio drives the handset
31
00:02:33,866 --> 00:02:36,500
Its earpiece code name is EAR
32
00:02:38,000 --> 00:02:42,066
We want to find the earpiece circuit, first search for EAR
33
00:02:42,800 --> 00:02:48,866
Changxiang 20 Pro uses MediaTek's solution, and the power supply includes the main audio
34
00:02:50,733 --> 00:02:54,933
Earpiece with large audio driver does not support music playback
35
00:02:55,666 --> 00:03:01,333
The handset is the handset, it only makes a sound when the speakerphone is not turned on
36
00:03:02,033 --> 00:03:05,766
Let's look at the main audio inside the power supply
37
00:03:06,300 --> 00:03:11,966
It uses MOSI bus and MISO bus to transmit data between it and the main CPU
38
00:03:13,600 --> 00:03:16,533
One is output and the other is input
39
00:03:17,066 --> 00:03:21,166
And each has three sets of data, 0, 1, 2
40
00:03:23,533 --> 00:03:27,933
This is the handset circuit of Changxiang 20 Pro and Redmi K50,
41
00:03:27,933 --> 00:03:33,666
one is an early model and the other is a modern model, both of which use MediaTek solutions
42
00:03:35,000 --> 00:03:36,900
That's all for this lesson