1
00:00:00,200 --> 00:00:02,133
iPhone touch circuit repairing
2
00:00:02,766 --> 00:00:08,300
This video mainly explains the working principle of the iPhone 11Pro, 11Promax touch circuit
3
00:00:10,033 --> 00:00:12,800
The first step, when we buckle the battery,
4
00:00:13,366 --> 00:00:18,366
and the main power supply will provide the working voltage for the touch 5.1V conversion chip
5
00:00:21,233 --> 00:00:23,600
Step 2, when the power is turned on,
6
00:00:24,433 --> 00:00:29,700
the main power supply will output 1.8V power supply to provide working voltage for the touch screen
7
00:00:32,833 --> 00:00:37,633
Step 3, after we trigger the switch, the CPU is in normal working condition,
8
00:00:37,933 --> 00:00:42,300
it will read the data in the screen storage chip on the touch cable through the I2C bus
9
00:00:42,333 --> 00:00:44,800
to identify whether the screen is an original one
10
00:00:47,500 --> 00:00:50,233
Step 4, when the touch circuit is started,
11
00:00:50,533 --> 00:00:54,600
the main power supply sends a 32KHz clock signal to the touch screen
12
00:00:55,733 --> 00:01:01,300
Step 5, when the touch circuit is started, the CPU sends a reset signal to the touch screen
13
00:01:02,633 --> 00:01:08,300
Step 6, when the touch screen has the 1.8V power supply, the clock signal and the reset signal,
14
00:01:09,366 --> 00:01:12,733
the CPU will detect the touch screen through the SPI bus
15
00:01:14,833 --> 00:01:20,133
Step 7, after the touch screen detection is passed, some circuits will work first
16
00:01:21,133 --> 00:01:28,266
The touch screen will send a 5.1V turn-on signal to the conversion tubes U5500 and U5501
17
00:01:29,166 --> 00:01:33,466
Step 8, after U5500 receives the turn-on signal,
18
00:01:33,666 --> 00:01:39,933
it first boosts the voltage to generate 5.5V power supply, which is supplied to U5501
19
00:01:40,666 --> 00:01:45,533
After the U5501 has a 5.5V power supply and a turn-on signal,
20
00:01:45,900 --> 00:01:50,966
it will convert it to a 5.1V power supply to provide a working voltage for the touch screen
21
00:01:51,633 --> 00:01:57,100
Step 9, after the touch screen has 1.8V power supply, 5.1V power supply,
22
00:01:57,233 --> 00:01:58,833
clock and reset signals,
23
00:01:59,200 --> 00:02:01,066
the touch screen can work normally
24
00:02:02,333 --> 00:02:06,166
At this time, an interrupt signal will be issued to notify the CPU
25
00:02:06,733 --> 00:02:10,366
Step 10, after the CPU receives the interrupt signal,
26
00:02:11,033 --> 00:02:14,300
it will send touch data to the touch screen through the SPI bus,
27
00:02:14,600 --> 00:02:16,966
and then the touch screen can work normally
28
00:02:19,766 --> 00:02:23,033
These signals are the main working signals of the touch screen
29
00:02:23,366 --> 00:02:26,366
The touch screen also has some other detection signals
30
00:02:27,600 --> 00:02:33,566
The MANY_SCAN signal is the data synchronization signal sent from the touch screen to the main power supply,
31
00:02:33,666 --> 00:02:36,366
baseband power supply, CPU and other chips
32
00:02:38,633 --> 00:02:41,366
TOUCH_CTS is the touch data clearing signal
33
00:02:42,733 --> 00:02:48,666
After the touch screen work is completed, invalid data will be cleared and the CPU will be notified
34
00:02:49,800 --> 00:02:51,866
DISPLAY_BSYNC_TOUCH
35
00:02:52,466 --> 00:02:57,233
This signal is the display and touch synchronization signal sent by the CPU to the touch screen
36
00:02:59,600 --> 00:03:03,500
The UART bus is the data bus sent from the CPU to the touch screen
37
00:03:05,233 --> 00:03:11,366
This bus is mainly used to transmit data of other functional signals, such as 3D touch data
38
00:03:12,166 --> 00:03:17,466
When troubleshooting no touch faults, we must first measure all the main working conditions of the touch
39
00:03:19,333 --> 00:03:22,933
If the main working conditions are normal and there is still no touch,
40
00:03:23,200 --> 00:03:25,266
then measure other detection signals
41
00:03:26,133 --> 00:03:29,066
In the entire block diagram of the touch working principle,
42
00:03:29,266 --> 00:03:33,033
if one signal is abnormal, it will cause no touch failure
43
00:03:33,633 --> 00:03:35,600
Ok, that's all for this video