1
00:00:00,400 --> 00:00:02,066
iPhone trigger circuit
2
00:00:02,466 --> 00:00:07,333
In this video we're going to learn about the meanings of the terms involved in the trigger circuits
3
00:00:08,900 --> 00:00:13,800
Common terms of trigger circuits are PP1V8_ALWAYS,
4
00:00:14,633 --> 00:00:16,733
which refers to standby power supply
5
00:00:17,166 --> 00:00:20,266
This voltage is generated when we connect the power cord,
6
00:00:20,866 --> 00:00:24,666
and it basically provides the operating voltage for the switch
7
00:00:27,466 --> 00:00:31,433
That's the name for standby power throughout Apple's lineup
8
00:00:33,166 --> 00:00:36,000
Down below, BUTTON_HOLD_KEY,
9
00:00:36,466 --> 00:00:39,066
the term used in English for the switch pin,
10
00:00:40,766 --> 00:00:44,000
is used mainly in 6 to 6SP models
11
00:00:45,033 --> 00:00:49,233
BUTTON_POWER_KEY, which is also an English name for the switch pin,
12
00:00:49,466 --> 00:00:52,733
is used on the iPhone 7- XR models
13
00:00:53,333 --> 00:00:56,933
BUTTON_SIDE, also referred to as the switch pin,
14
00:00:57,466 --> 00:01:00,300
is used on the iPhone 11 and 12 series
15
00:01:04,033 --> 00:01:07,266
PMU_TO_AP_BUF_POWER_KEY,
16
00:01:09,166 --> 00:01:12,933
this is a power on signal from the main power supply to the CPU,
17
00:01:14,266 --> 00:01:17,566
which is only available on iPhone 7 and above models
18
00:01:20,166 --> 00:01:24,366
Earlier models before the 6SP did not have this signal
19
00:01:25,566 --> 00:01:30,133
Let's take the iPhone X model as an example to find the standby power supply
20
00:01:32,700 --> 00:01:37,100
In the drawing, we only need to enter the name of the standby power supply
21
00:01:37,100 --> 00:01:39,366
PP1V8_ALWAYS
22
00:01:40,066 --> 00:01:43,400
After a search, this power supply is standby
23
00:01:45,000 --> 00:01:49,333
This power supply is output by the U2700 main power supply
24
00:01:49,800 --> 00:01:51,700
Let's look at it in the bitmap
25
00:01:56,700 --> 00:02:00,400
The yellow spots in the bitmap belong to standby power supply
26
00:02:01,000 --> 00:02:05,066
Apple's full range of standby power, we can find this way
27
00:02:06,933 --> 00:02:12,733
Now let's take a look at the logo of the switch pin of iPhone X model in the drawing
28
00:02:14,166 --> 00:02:18,200
We first find the position number of the switch seat in the marked drawing,
29
00:02:21,000 --> 00:02:24,566
and then search the position number of the switch pin in the drawing
30
00:02:25,333 --> 00:02:27,300
After finding the switch pin,
31
00:02:29,633 --> 00:02:33,466
we can identify the switch pin according to the English abbreviation
32
00:02:33,800 --> 00:02:38,400
On iPhone X models, the pin identifier is BUTTON_POWER_KEY
33
00:02:38,933 --> 00:02:42,233
The ninth pin is labeled BUTTON_POWER_KEY,
34
00:02:43,366 --> 00:02:47,000
indicating that the ninth pin refers to the switch pin signal
35
00:02:47,600 --> 00:02:51,933
We can recognize in the bitmap that this pin is the switch pin
36
00:02:54,600 --> 00:02:56,900
When we connect this pin to the ground wire,
37
00:02:57,666 --> 00:02:59,166
it will trigger the boot
38
00:03:01,700 --> 00:03:03,700
Ok, that's it for this lesson