<?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>Power Profiling Application for 3rd-party evaluation board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12613/power-profiling-application-for-3rd-party-evaluation-board</link><description>I want to measure a current consumption for the 3rd-party evaluation board which has 32MHz crystal and 32KHz crystal, and there is not PO.18 on the 3rd-party evaluation board.
I did follows in the Power Profiling Application software. 
 1.I changed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Mar 2016 04:42:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12613/power-profiling-application-for-3rd-party-evaluation-board" /><item><title>RE: Power Profiling Application for 3rd-party evaluation board</title><link>https://devzone.nordicsemi.com/thread/47882?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2016 04:42:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b75b222-de98-4d35-bf4b-718b920c8891</guid><dc:creator>Ken</dc:creator><description>&lt;p&gt;Hi Stefan
Sorry, I thought finished, but I have one more question.
I want to measure the current consumption without 32KHz Crystal.
In main.c, ble_stack_init(),  I changed
from
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);
to
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, false);
Is above change correct to run without 32KHz crystal for this application ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiling Application for 3rd-party evaluation board</title><link>https://devzone.nordicsemi.com/thread/47880?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2016 14:16:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ae32666-8287-49bb-9961-8457234fe85c</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Yes, that should be fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiling Application for 3rd-party evaluation board</title><link>https://devzone.nordicsemi.com/thread/47881?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2016 01:50:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe8ed7bb-666c-42f6-a752-09de73180779</guid><dc:creator>Ken</dc:creator><description>&lt;p&gt;Hi Stefan&lt;/p&gt;
&lt;p&gt;Thank you very much for your answer.&lt;/p&gt;
&lt;p&gt;In system_nrf51.c, I put #include &amp;quot;nrf_soc.h&amp;quot;
and
in SystemInit() I put sd_power_dcdc_mode_set(  NRF_POWER_DCDC_ENABLE  ) ;
Are these correct ?&lt;/p&gt;
&lt;p&gt;Best regards,  Ken&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiling Application for 3rd-party evaluation board</title><link>https://devzone.nordicsemi.com/thread/47879?ContentTypeID=1</link><pubDate>Mon, 21 Mar 2016 14:41:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:981175d5-aafc-4126-9cc9-a6e34ae723fe</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Ken&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The default TX power setting is 0dBm, but that can be easily modified with calling the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s110.api.v8.0.0%2Fgroup___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html&amp;amp;cp=2_6_0_0_0_2_1_4_26&amp;amp;anchor=ga0f1931af876bef39520c58de5ac060ca"&gt;sd_ble_gap_tx_power_set&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;By default, the DCDC converter is not enabled. You need to enable the dcdc manually, as &lt;a href="https://devzone.nordicsemi.com/question/685/ldo-vs-dcdc-nrf51822/?answer=988#post-id-988"&gt;this thread&lt;/a&gt; describes.&lt;/li&gt;
&lt;li&gt;When advertising, all three advertising channels are used. How that works is described in &lt;a href="https://www.youtube.com/watch?v=BZwOrQ6zkzE"&gt;this video&lt;/a&gt; at [13:36]. Another useful &lt;a href="https://www.youtube.com/watch?v=BrfZF3nuxv0"&gt;BLE video&lt;/a&gt; is &lt;a href="https://www.youtube.com/watch?v=BrfZF3nuxv0"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;The APP_CFG_CONNECTION_INTERVAL is the connection interval. To set the connectable advertising interval change the CONNECTABLE_ADV_INTERVAL constant. Similarly, to change the non connectable advertising interval change the NON_CONNECTABLE_ADV_INTERVAL constant.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiling Application for 3rd-party evaluation board</title><link>https://devzone.nordicsemi.com/thread/47878?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2016 23:31:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53dbb990-3078-4cd8-b334-c112b178f24f</guid><dc:creator>Ken</dc:creator><description>&lt;p&gt;Dear Stefan&lt;/p&gt;
&lt;p&gt;Thank you very much for your reply.&lt;/p&gt;
&lt;p&gt;SDK I am using is &amp;quot;nRF51_SDK_10.0.0_dc26b5e&amp;quot;.&lt;/p&gt;
&lt;p&gt;About nRF51 chip marking:
There is shield case on the chip, so I can not see the chip marking.
However, the evaluation board manual said nRF51822 Rev.3.&lt;/p&gt;
&lt;p&gt;Sorry, I wrote wrong value for changing button.
For changing of non-connectable mode button, I wrote &amp;quot;In main.c #define NON_CONN_ADV_BUTTON_ID 2 to 3&amp;quot;.
Correction is &amp;quot;In main.c #define NON_CONN_ADV_BUTTON_ID 1 to 2&amp;quot;&lt;/p&gt;
&lt;p&gt;Best regards,
Ken&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Profiling Application for 3rd-party evaluation board</title><link>https://devzone.nordicsemi.com/thread/47877?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2016 16:35:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35fdd64f-4df4-43ef-a563-d4a06c3a3c1a</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Ken&lt;/p&gt;
&lt;p&gt;What SDK version are you using?&lt;br /&gt;
On your evaluation board, what do the chip markings say on the nRF51 chip?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>