1
00:00:00,266 --> 00:00:04,600
This lesson talks about the Oppo battery detection circuit
2
00:00:06,166 --> 00:00:11,600
This is the battery holder, the battery holder is where the battery is connected
3
00:00:11,800 --> 00:00:17,733
The battery holder communicates with the CPU through these two 33 ohm resistors
4
00:00:18,133 --> 00:00:22,400
In this line, it uses the I2C bus communication
5
00:00:23,766 --> 00:00:29,066
The I2C bus has two lines, one is SCL, and the other is SDA
6
00:00:29,600 --> 00:00:37,233
And the I2C line must have a pull-up resistor, and one end of the pull-up resistor is a 1.8-volt power supply
7
00:00:38,700 --> 00:00:44,066
This line must have this 1.8 volt power supply first, this is the first step
8
00:00:44,733 --> 00:00:49,500
There is no problem with the resistance soldering, and the resistance is not damaged,
9
00:00:49,966 --> 00:00:53,000
then the two wires will have 1.8 volts
10
00:00:53,833 --> 00:01:01,466
There is 1.8 volts here, and after the battery passes through a 33 ohm resistor, there is 1.8 volts here
11
00:01:01,800 --> 00:01:06,933
The line from the battery holder to the CPU must have a high level of 1.8 volts,
12
00:01:07,666 --> 00:01:12,433
so that the CPU can read the battery information through the I2C bus
13
00:01:14,000 --> 00:01:16,800
What should be paid attention to during maintenance is that
14
00:01:16,800 --> 00:01:20,466
the first step is to ensure that the power supply is normal
15
00:01:20,833 --> 00:01:24,433
The second step, the pull-up resistor should be normal
16
00:01:25,033 --> 00:01:28,833
Third, the 1.8 volt voltage here should be normal
17
00:01:29,200 --> 00:01:32,966
Fourth, the two 33 ohm resistors are normal
18
00:01:33,533 --> 00:01:40,100
There is no abnormality in the resistance, and the voltage of 1.8 volts reaching the battery holder
19
00:01:40,966 --> 00:01:46,400
During maintenance, if the voltage of 1.8 volts cannot be measured at the battery terminal,
20
00:01:46,400 --> 00:01:50,866
we need to check the fourth step, whether there is any problem with the resistor
21
00:01:51,400 --> 00:01:56,466
Measure whether there is voltage on the left side of the resistor, which is the third step
22
00:01:57,200 --> 00:02:00,833
If there is no 1.8 volts on the left side of the resistor,
23
00:02:00,833 --> 00:02:04,333
we need to check whether there is a problem with the pull-up resistor,
24
00:02:04,333 --> 00:02:06,266
which is to check the second step
25
00:02:06,866 --> 00:02:13,733
If the pull-up resistor is OK, we will check the first step to see if there is a voltage of 1.8 volts here
26
00:02:14,433 --> 00:02:17,033
Maintenance is a reverse process
27
00:02:18,233 --> 00:02:22,933
It should also be noted here that Oppo mobile phones support wireless charging
28
00:02:23,500 --> 00:02:28,000
There are wireless charging chips and wireless charging switch chips in the circuit,
29
00:02:28,333 --> 00:02:31,733
and the I2C bus in the circuit also leads to them
30
00:02:32,500 --> 00:02:38,266
If there is a problem with these two lines, the I2C bus cannot detect the wireless charging chip,
31
00:02:38,266 --> 00:02:41,433
which will also cause abnormal battery contact.
32
00:02:43,000 --> 00:02:45,966
This is Oppo's battery detection circuit
33
00:02:46,500 --> 00:02:48,666
That's all for this lesson