1.. _npm6001_ek: 2 3nPM6001 EK 4########## 5 6Overview 7******** 8 9The nPM6001 EK lets you test different functions and features of the nPM6001 10Power Management Integrated Circuit (PMIC). 11 12.. figure:: npm6001_ek.jpg 13 :alt: nPM6001 EK 14 :align: center 15 16 nPM6001 EK 17 18Requirements 19************ 20 21The nPM6001 EK board is not designed to fit straight into an Arduino connector. 22However, the Zephyr shield is designed expecting it to be connected to the 23Arduino shield connectors. For example, the I2C lines need to be connected to 24the ``arduino_i2c`` bus. This allows to use the shield with any host board that 25supports the Arduino connector. 26 27Usage 28***** 29 30The shield can be used in any application by setting ``--shield npm6001_ek`` 31when invoking ``west build``. You can check :zephyr:code-sample:`npm6001_ek` for a 32comprehensive sample. 33 34References 35********** 36 37- `nPM6001 EK Manual <https://infocenter.nordicsemi.com/topic/ug_npm6001_ek/UG/nPM6001_EK/intro.html>`_ 38