Skip to content

Commit 2a30940

Browse files
nordic-aukoanangl
authored andcommitted
samples: npm13xx: Update wiring in README
Update wiring section of README files to help clarify the correct jumper configuration. Signed-off-by: Audun Korneliussen <[email protected]>
1 parent 8f622bf commit 2a30940

File tree

2 files changed

+27
-18
lines changed

2 files changed

+27
-18
lines changed

samples/pmic/native/npm13xx_fuel_gauge/README.rst

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,24 @@ Wiring
3232

3333
To connect your DK to the nPM1300 or nPM1304 EK, complete the following steps:
3434

35-
#. Connect the TWI interface between the chosen DK and the nPM1300 or nPM1304 EK as in the following table:
35+
#. Make the following connections on the EK:
36+
37+
a. Remove all existing connections, including jumpers and USB-C cables.
38+
#. On the **P1** pin header, connect **VBATIN** and **VBAT** pins with a jumper.
39+
#. On the **P17** pin header, connect all LEDs with jumpers.
40+
#. On the **P13** pin header, connect **RSET1** and **VSET1** pins with a jumper.
41+
#. On the **P14** pin header, connect **RSET2** and **VSET2** pins with a jumper.
42+
#. If your battery does not include an NTC thermistor, connect the **NTC** and **10kOhm** pins on the **P3** pin header with a jumper.
43+
#. Connect a suitable battery to either the **J2** or **J1** connector.
44+
When using the nPM1304 EK, the **J3** connector can also be used.
45+
#. Connect a USB power supply to the **J3** connector on nPM1300 EK or **J4** connector on nPM1304 EK.
46+
47+
With these connections, the USB power supply is powering the EK, the BUCK regulators are enabled, and the I/O reference voltage is supplied by the DK as described in the next step.
48+
49+
.. note::
50+
Battery charging will not begin if the NTC signal is disconnected.
51+
52+
#. Connect the chosen DK to the EK as in the following table:
3653

3754
.. list-table:: nPM1300/nPM1304 EK connections.
3855
:widths: auto
@@ -81,16 +98,6 @@ To connect your DK to the nPM1300 or nPM1304 EK, complete the following steps:
8198
- GND
8299
- GND
83100

84-
#. Make the following connections on the nPM1300 or nPM1304 EK:
85-
86-
* Remove all existing connections.
87-
* Connect a USB power supply to the connector **J3** (on nPM1300) or **J4** (on nPM1304).
88-
* Connect a suitable battery to the **J2** connector.
89-
* On the **P1** pin header, connect **VBAT** and **VBATIN** pins with a jumper.
90-
* On the **P17** pin header, connect all LEDs with jumpers.
91-
* On the **P13** pin header, connect **RSET1** and **VSET1** pins with a jumper.
92-
* On the **P14** pin header, connect **RSET2** and **VSET2** pins with a jumper.
93-
94101
.. note::
95102
When using the :zephyr:board:`nrf54l15dk`, the PMIC **GPIO3** interrupt pin assignment uses the DK's **BUTTON 3** pin.
96103

samples/pmic/native/npm13xx_one_button/README.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ To connect your DK to the nPM1300 or nPM1304 EK, complete the following steps:
3535

3636
#. Make the following connections on the EK:
3737

38-
* Remove all existing connections.
39-
* On the **P1** pin header, connect **VBATIN** and **VBAT** pins with a jumper.
40-
* On the **P13** pin header, connect **RSET1** and **VSET1** pins with a jumper.
41-
* On the **P14** pin header, connect **RSET2** and **VSET2** pins with a jumper.
42-
* On the **P15** pin header, connect **VOUT1** and **LSIN1** pins with a jumper.
43-
* On the **P17** pin header, connect **HOST** and **LED2** pins with a jumper.
44-
* Connect a suitable battery to the **J2** connector.
38+
a. Remove all existing connections, including jumpers and USB-C cables.
39+
#. On the **P1** pin header, connect **VBATIN** and **VBAT** pins with a jumper.
40+
#. On the **P13** pin header, connect **RSET1** and **VSET1** pins with a jumper.
41+
#. On the **P14** pin header, connect **RSET2** and **VSET2** pins with a jumper.
42+
#. On the **P15** pin header, connect **VOUT1** and **LSIN1** pins with a jumper.
43+
#. On the **P17** pin header, connect **HOST** and **LED2** pins with a jumper.
44+
#. Connect a suitable battery to either the **J2** or **J1** connector. When using the nPM1304-EK, the **J3** connector can also be used.
45+
46+
With these connections the battery is powering the EK, the BUCK regulators are enabled, and the I/O reference voltage is supplied by a DK as described in the next step.
4547

4648
#. Connect the chosen DK to the EK as in the following table:
4749

0 commit comments

Comments
 (0)