<?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>PPK2 measure low power from peltier module</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76608/ppk2-measure-low-power-from-peltier-module</link><description>Hi, 
 I&amp;#39;m trying to measure and log the low power coming from a peltier module. (TEG seebeck effect). In Ampere meter mode with LED for load I get nothing. Replace TEG with button battery (40 mA according to meter) still nothing. yes without PPK2 it works</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Jul 2021 07:18:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76608/ppk2-measure-low-power-from-peltier-module" /><item><title>RE: PPK2 measure low power from peltier module</title><link>https://devzone.nordicsemi.com/thread/318102?ContentTypeID=1</link><pubDate>Thu, 01 Jul 2021 07:18:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c39c5ff1-5afd-4ef1-a8f1-47d555a0b8bc</guid><dc:creator>Pema</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Jumping in on this thread...&lt;/p&gt;
&lt;p&gt;So is my understanding correct that when using amp meter mode from a battery, the current measurement will be correct (using the Rc resistance), but another ~40uA will be taken from the battery (outside the current measurement) which goes through the two branches of 120k+30k each?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPK2 measure low power from peltier module</title><link>https://devzone.nordicsemi.com/thread/316583?ContentTypeID=1</link><pubDate>Wed, 23 Jun 2021 04:39:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d57e5468-cadc-4d9f-a28f-bee9909dc8d1</guid><dc:creator>larryd</dc:creator><description>&lt;p&gt;ok thanks.&amp;nbsp; I&amp;#39;m now seeing max 0.18&amp;micro;A for my first tests, enough to keep me moving forward.&amp;nbsp; thank you for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPK2 measure low power from peltier module</title><link>https://devzone.nordicsemi.com/thread/316569?ContentTypeID=1</link><pubDate>Tue, 22 Jun 2021 23:41:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4fbbb179-2e17-4546-871e-80222a31a027</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Good news, thanks for update.&lt;/p&gt;
&lt;p&gt;Note if the peltier or other voltage generator (piezo, etc) is one of the tiny low-current versions it&amp;#39;s possible that the loading of the PPK-II is too much for the module as there are two voltage dividers for voltage measurement to calculate current via (Vout-Vin)/Rc which is (120k + 30k) || (120K + 30k ) = 75k to&amp;nbsp; Gnd, so at 3 volts that sinks 40uA with nothing connected to Vout. I updated the diagram to show the current sense resistor as well:&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 one 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;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPK2 measure low power from peltier module</title><link>https://devzone.nordicsemi.com/thread/316565?ContentTypeID=1</link><pubDate>Tue, 22 Jun 2021 22:35:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e90dc61c-df7a-427e-afba-c5ba6ab3dee9</guid><dc:creator>larryd</dc:creator><description>&lt;p&gt;The graphs were empty (live enabled) however the dashboard window was showing values for average, max etc.&amp;nbsp; I restarted the software and it is now working as anticipated.&amp;nbsp; thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPK2 measure low power from peltier module</title><link>https://devzone.nordicsemi.com/thread/316561?ContentTypeID=1</link><pubDate>Tue, 22 Jun 2021 21:06:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa3a5213-5894-468d-8db5-f45cad31eb9e</guid><dc:creator>larryd</dc:creator><description>&lt;p&gt;The diagram helped, I now at least can get readings from a battery, just not the micro amps that a handheld meter gives me when testing the peltier.&amp;nbsp; thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PPK2 measure low power from peltier module</title><link>https://devzone.nordicsemi.com/thread/316533?ContentTypeID=1</link><pubDate>Tue, 22 Jun 2021 15:18:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e83f4a39-9a5c-4717-a901-80e6498ed5d8</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Perhaps&amp;nbsp;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></channel></rss>