You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rephrase "lozenge" to "rounded rectangular" (#180)
* Change "lozenge shaped pads" to "rounded rectangular pads" as discussed in #170
* Add power pads picture to Latest Revision Accessories
* Link "rounded rectangular pads" text to the picture where it's not already embedded
Copy file name to clipboardExpand all lines: accessories/making-accessories.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,19 @@ The edge connector on the <span class="V2">V2</span> board revision is backwards
29
29
30
30
## Battery Pads
31
31
32
-
There are two lozenge shaped pads on the back of the micro:bit. These allow you to connect a battery holder via a mechanism other than the JST connector.
32
+
There are two rounded rectangular pads on the back of the micro:bit. These allow you to connect a battery holder via a mechanism other than the JST connector.
33
33
34
-

34
+

35
+
36
+
The upper pad is 0V or GND and the lower pad is 3V.
35
37
36
38
### V2 revision
37
39
38
-
In the <spanclass="v2">V2</span> board revision, the 3V lozenge is connected to the 3V ring on the edge connector.
40
+
In the <spanclass="v2">V2</span> board revision, the 3V rounded rectangular pad is connected to the 3V ring on the edge connector.
39
41
40
-
- If you make an accessory that uses the lozenges, it must be protected from reverse charging when the board is powered by USB, battery or edge connector.
41
-
- You can now source power from the lozenges if you are making an accessory, as they are consistent with the power architecture of the edge connector.
42
+
- If you make an accessory that uses the rounded rectangular pads, it must be protected from reverse charging when the board is powered by USB, battery or edge connector.
43
+
- You can now source power from the rounded rectangular pads if you are making an accessory, as they are consistent with the power architecture of the edge connector.
42
44
43
-
Due to the addition of a speaker, current accessories that use the lozenges to power the micro:bit will no longer fit.
45
+
Due to the addition of a speaker, current accessories that use the rounded rectangular pads to power the micro:bit will no longer fit.
Copy file name to clipboardExpand all lines: hardware/powersupply.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Power to the micro:bit may be provided via:
16
16
- USB connection via the interface chip (which has an on-board regulator)
17
17
- A battery plugged into the JST connector.
18
18
- The 3V and GND pins on the Edge Connector
19
-
- The two lozenge shaped pads on the rear right of the board
19
+
- The two [rounded rectangular pads](/docs/accessories/assets/making-accessories-d7c25.png) on the rear right of the board
20
20
21
21
Power from the micro:bit can be provided by the 3V and GND pins to small external circuits.
22
22
@@ -83,9 +83,13 @@ There is further information about the [battery connection and use](https://supp
83
83
### 3V Ring Powering
84
84
85
85
The micro:bit may be powered from the 3V/GND rings on the edge connector.
86
-
There are also two lozenge shaped pads on the far right of the back of the PCB that can be used to supply power (e.g. solderable pads for a 2xAAA holder that has wires or pins at one edge). [The topmost lozenge is 0V and the bottom most lozenge is 3V](../../accessories/making-accessories/#battery-pads).
86
+
There are also two [rounded rectangular pads](/docs/accessories/assets/making-accessories-d7c25.png) on the far right of the back of the PCB that can be used to supply power (e.g. solderable pads for a 2xAAA holder that has wires or pins at one edge).
87
87
88
-
When powering from the 3V ring or the lozenge on the PCB, you should take appropriate best practice precautions:
88
+

89
+
90
+
The upper pad is 0V or GND and the lower pad is 3V.
91
+
92
+
When powering from the 3V ring or the rounded rectangular pads on the PCB, you should take appropriate best practice precautions:
89
93
90
94
1. Fit an external protection diode (preferably with a low Vf rating) to prevent damage due to the power supply being connected the wrong way round.
91
95
@@ -95,7 +99,7 @@ When powering from the 3V ring or the lozenge on the PCB, you should take approp
95
99
96
100
The [schematic](/hardware/schematic/) shows the architecture of the power supply.
97
101
Key points to note are that there are two BAT60A diodes, one from the 3.3V supply from the KL26/27 interface chip, and one from the external battery connector.
98
-
Note that the 3V ring on the edge connector is V_TGT, which is the raw supply provided to all on-board chips, so this is why extra care should be taken when connecting directly to the 3V ring or the 3V lozenge.
102
+
Note that the 3V ring on the edge connector is V_TGT, which is the raw supply provided to all on-board chips, so this is why extra care should be taken when connecting directly to the 3V ring or the 3V [rounded rectangular pad](/docs/accessories/assets/making-accessories-d7c25.png).
99
103
100
104
The BAT60A devices have a low Vf rating, you can read about this in the [BAT60A datasheet](http://www.infineon.com/dgdl/Infineon-BAT60ASERIES-DS-v01_01-en.pdf?fileId=db3a304313d846880113def70c9304a9)
Copy file name to clipboardExpand all lines: latest-revision/latest-revision-accessories.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -82,9 +82,11 @@ Whereas on previous revisions, the I2C bus was shared between the motion sensor
82
82
83
83
### Power
84
84
85
-
The micro:bit can now be powered from the two lozenge shaped pads on the rear of the board and the 3V/GND pins.
85
+
The micro:bit can now be powered from the two rounded rectangular pads on the rear of the board and the 3V/GND pins.
86
86
87
-
If you use the lozenge pads, you must diode (or otherwise) protect themselves from the micro:bit having power via another source. This was still necessary on the previous revision when the board was powered from battery, but is now true for USB and edge-connector power also.
87
+

88
+
89
+
If you use the rounded rectangular pads, you must diode (or otherwise) protect themselves from the micro:bit having power via another source. This was still necessary on the previous revision when the board was powered from battery, but is now true for USB and edge-connector power also.
88
90
89
91
The nRF52 supplies 300mA to drive the board. 110mA is reserved for powering on-board components. **190mA** is then available for accessories.
0 commit comments