<?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>Current measurements with power modes on nrf52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10060/current-measurements-with-power-modes-on-nrf52</link><description>Hi,
At the moment I&amp;#39;m trying to make some current measurements with the new nrf52 dev-kit from the global tech tour. Unfortunately I&amp;#39;m not able to go into Idle- or even the power off mode with &amp;quot;sd_power_system_off()&amp;quot;. Have you got an example which shows</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Mar 2016 15:17:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10060/current-measurements-with-power-modes-on-nrf52" /><item><title>RE: Current measurements with power modes on nrf52</title><link>https://devzone.nordicsemi.com/thread/37295?ContentTypeID=1</link><pubDate>Wed, 16 Mar 2016 15:17:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1091089-5aef-438e-bc3e-86f3281426cf</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Please see my answer here: &lt;a href="https://devzone.nordicsemi.com/question/71684/current-consumption-measurement-on-nrf52/?answer=72034#post-id-72034"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current measurements with power modes on nrf52</title><link>https://devzone.nordicsemi.com/thread/37292?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2016 16:36:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c898b9f4-39b2-47db-9d3e-2a2bdcfdc4e3</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Lakerno&lt;/p&gt;
&lt;p&gt;What is the issue exactly, high current consumption or the example not working?&lt;/p&gt;
&lt;p&gt;If you have PCA10040 0.9.0 with Engineering B chip, you should use softdevice and SDK example that is compatible with Engineering B, see the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/compatibility_matrix/ic_rev_sdk_sd_comp_matrix.html?cp=1_1_2"&gt;nRF52 compatibility matrix&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current measurements with power modes on nrf52</title><link>https://devzone.nordicsemi.com/thread/37291?ContentTypeID=1</link><pubDate>Mon, 14 Mar 2016 15:01:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf0e8a08-e251-4b90-bf56-a93f6ae62fb8</guid><dc:creator>Lakerno</dc:creator><description>&lt;p&gt;DId you manage to solve this? Have the same issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current measurements with power modes on nrf52</title><link>https://devzone.nordicsemi.com/thread/37294?ContentTypeID=1</link><pubDate>Thu, 05 Nov 2015 11:50:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59726c27-7e19-4fb2-9a24-6748125d3057</guid><dc:creator>Manuel55</dc:creator><description>&lt;p&gt;Hi,
Thanks for your answer. I tried to load the Power profiling application on the new nRF52 board but it seems not to work propperly. If I start it with the debugger, it works fine but when I start it with USB power or with battery, it doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;It seems like it never leaves the following sleep mode, even if I press the buttons:&lt;/p&gt;
&lt;p&gt;if (!is_notification_mode &amp;amp;&amp;amp; !is_non_connectable_mode)
{
// The startup was not because of button presses. This is the first start.
// Go into System-Off mode. Button presses will wake the chip up.
err_code = sd_power_system_off();&lt;br /&gt;
APP_ERROR_CHECK(err_code);
}&lt;/p&gt;
&lt;p&gt;I tried the same application on the old nRF52 board revA and it works fine. I can&amp;#39;t figure out how to make this running on the new board for doing some current measurements.&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current measurements with power modes on nrf52</title><link>https://devzone.nordicsemi.com/thread/37293?ContentTypeID=1</link><pubDate>Wed, 04 Nov 2015 11:25:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9005cb5f-31fa-4bb6-809e-a57c1d496adf</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;You can have a look at the Measure current consumption Section in &lt;a href="https://devzone.nordicsemi.com/tutorials/11/nrf51-current-consumption-guide/"&gt;this&lt;/a&gt; tutorial, it is for the nRF51, but it shouldn&amp;#39;t be too hard to port the examples.&lt;/p&gt;
&lt;p&gt;How to measure current is described &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52.v1.0.0/development/dev_kit/hw_meas_current.html?cp=1_0_2_1_6"&gt;here&lt;/a&gt;. It can be a bit tricky to do it, please see &lt;a href="https://devzone.nordicsemi.com/question/42922/nrf52832-current-consumption/#43759"&gt;this&lt;/a&gt; and &lt;a href="https://devzone.nordicsemi.com/question/54792/nrf52832-current-measurements/"&gt;this&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>