<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Using PPK to measure high-side current consumption of a battery-powered device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73883/using-ppk-to-measure-high-side-current-consumption-of-a-battery-powered-device</link><description>Dear, 
 
 We would like to have a setup where we want to measure the current consumption of a battery-powered device with an NRF-52840 chip: 
 
 The battery is a Li-Ion one with a capacity of 60mAh. 
 We can do both high and low-side current measurements</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Apr 2021 07:46:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73883/using-ppk-to-measure-high-side-current-consumption-of-a-battery-powered-device" /><item><title>RE: Using PPK to measure high-side current consumption of a battery-powered device</title><link>https://devzone.nordicsemi.com/thread/304991?ContentTypeID=1</link><pubDate>Thu, 15 Apr 2021 07:46:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e2db4cc-8f6f-45b3-9ca9-2520ed17f823</guid><dc:creator>tmeeusen</dc:creator><description>&lt;p&gt;Thank you all, that worked out nicely!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&amp;nbsp;&lt;br /&gt;Tom&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using PPK to measure high-side current consumption of a battery-powered device</title><link>https://devzone.nordicsemi.com/thread/304887?ContentTypeID=1</link><pubDate>Wed, 14 Apr 2021 14:57:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68d58973-2938-4891-a93e-b3c30fe49121</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Thank you Hugh.&lt;/p&gt;
&lt;p&gt;Tom, let us know if you need any more details on how to set things up.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using PPK to measure high-side current consumption of a battery-powered device</title><link>https://devzone.nordicsemi.com/thread/304668?ContentTypeID=1</link><pubDate>Tue, 13 Apr 2021 18:21:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c558aa1-7fa7-46e2-bbd9-3139ca0bd0e2</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;This shows how to measure, assuming I understand your question. With a common Gnd, insert the PPK2 between the battery high-side and the circuit thus:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// Resistor Rc for current sense is 1k0 in parallel with onr or more of 110R, 11R0, 1R0 and 0R051
//
//              &amp;lt;- +ve Supply to DUT From VOUT                               External Battery +ve To VIN
//             +------------------------------+                             +-----------------------+
//             |                              |                             |                       |
//             |              +---------+     |                             |     +---------+       |
//             |              |     GND |     | VOUT                   VIN  |     | GND -ve |       |
//   +=========O=========+    |    +====O=====O=============================O=====O====+    |       | Battery
//   |        Vdd (+)    |    |    |    |     #----+                        |     |    |    |       | + 3 volts
//   |                   |    |    |    |     |    |Rc        AMPERE \      |     |    |    |     +-O-+
//   |                   |    |    |    |     |   +++                 \     |     |    |    |     |   |
//   |                   |    |    |    |     |   | |   +-----------O  O----#     |    |    |     |   |
//   | Device Under Test |    |    |    |     |   | |   |                   |     |    |    |     |   |
//   |       DUT         |    |    |    | 120k|   | |   |                   |120k |    |    |     |   |
//   |                   |    |    |    |    +++  +++   |   \  SOURCE      +++    |    |    |     |   |
//   |                   |    |    |    |    | |   |    |    \             | |    |    |    |     +-O-+
//   |                   |    |    |    |    | |   +----#--O  O-- PPK LDO  | |    |    |    |       | Gnd (-)
//   |                   |    |    |    |    | |                           | |    |    |    +-------+
//   |                   |    |    |    |    +++                           +++    |    |
//   |                   |    |    |    |     |                             |     |    |
//   |                   |    |    |    |     #-- VDUT                VIN --#     |    |
//   |                   |    |    |    |     |  Sense                Sense |     |    |
//   |                   |    |    |    |    +++                           +++    |    |
//   |                   |    |    |    |    | |                           | |    |    |
//   |                   |    |    |    |    | |                           | |    |    |
//   |                   |    |    |    |    | |                           | |    |    |
//   |                   |    |    |    |    +++                           +++    |    |
//   |                   |    |    |    |     | 30k                     30k |     |    |
//   |                   |    |    |    +--#--+                             +--#--+    |
//   |                   |    |    |       |                                   |       |
//   |                   |    |    |     =====      &amp;lt;&amp;lt;== Common Gnd ==&amp;gt;&amp;gt;     =====     |
//   |                   |    |    |      ===           (Common -ve)          ===      |
//   |        Gnd (-)    |    |    |       =                                   =       |
//   +=========O=========+    |    +===================================================+
//             |              |     PPK-II
//             +--------------+&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Remember to turn on the slider on the App after setting Ampere Mode - see my notes&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/70143/ppk-2-not-passing-through-external-power-in-amp-mode/287586#287586"&gt;ppk-2-not-passing-through-external-power-in-amp-mode&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using PPK to measure high-side current consumption of a battery-powered device</title><link>https://devzone.nordicsemi.com/thread/304564?ContentTypeID=1</link><pubDate>Tue, 13 Apr 2021 13:19:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6b383bd-1d81-4db7-a904-a8f2371aea9f</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Dear Tom,&lt;/p&gt;
&lt;p&gt;Yes, it believe this should be possible. I will get back to you later today or tomorrow with details.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>