<?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 measurement in nrf52840 development kit</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82050/power-measurement-in-nrf52840-development-kit</link><description>how to connect power profiler kit to measure power consumption in nrf52840 development kit?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 Nov 2021 13:34:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82050/power-measurement-in-nrf52840-development-kit" /><item><title>RE: power measurement in nrf52840 development kit</title><link>https://devzone.nordicsemi.com/thread/340557?ContentTypeID=1</link><pubDate>Wed, 24 Nov 2021 13:34:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9270037a-3cf7-4c91-a983-7c22e58248d2</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Please make a new thread&amp;nbsp;for questions that are not related to the original topic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power measurement in nrf52840 development kit</title><link>https://devzone.nordicsemi.com/thread/340556?ContentTypeID=1</link><pubDate>Wed, 24 Nov 2021 13:33:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d60a83df-bd91-4e5f-957a-ad3bd20a8ea2</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;See &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/dk/hw_measure_current.html"&gt;Measuring current&lt;/a&gt;&amp;nbsp;for how to configure the DK for current measurement (essentially cut SB41) and &lt;a href="https://infocenter.nordicsemi.com/topic/ug_ppk2/UG/ppk/measure_current_ampere_meter.html"&gt;Measuring current in Ampere Meter mode&lt;/a&gt;&amp;nbsp;for how to connect and use the PPK2 or &lt;a href="https://infocenter.nordicsemi.com/topic/ug_ppk/UG/ppk/PPK_user_guide_Connecting_PPK_to_nRF5xDK.html"&gt;Connecting the Power Profiler Kit to an nRF5 DK&lt;/a&gt;&amp;nbsp;if using a PPK (1).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power measurement in nrf52840 development kit</title><link>https://devzone.nordicsemi.com/thread/340553?ContentTypeID=1</link><pubDate>Wed, 24 Nov 2021 13:24:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:318e6cc6-5d02-4eb5-aa6d-e93e37b0f760</guid><dc:creator>venkatesha kj</dc:creator><description>&lt;p&gt;static void advertising_init(void)&lt;br /&gt;{&lt;br /&gt; uint32_t err_code;&lt;br /&gt; ble_advertising_init_t init;&lt;/p&gt;
&lt;p&gt;memset(&amp;amp;init, 0, sizeof(init));&lt;/p&gt;
&lt;p&gt;init.advdata.name_type = BLE_ADVDATA_FULL_NAME;&lt;br /&gt; init.advdata.include_appearance = false;&lt;br /&gt; // init.advdata.flags = BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE;&lt;br /&gt; init.advdata.flags = BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;&lt;/p&gt;
&lt;p&gt;init.srdata.uuids_complete.uuid_cnt = sizeof(m_adv_uuids) / sizeof(m_adv_uuids[0]);&lt;br /&gt; init.srdata.uuids_complete.p_uuids = m_adv_uuids;&lt;/p&gt;
&lt;p&gt;init.config.ble_adv_fast_enabled = true;&lt;br /&gt; init.config.ble_adv_fast_interval = APP_ADV_INTERVAL;&lt;br /&gt; //init.config.ble_adv_fast_timeout = APP_ADV_DURATION;&lt;br /&gt; init.config.ble_adv_fast_timeout = 0;&lt;br /&gt; init.evt_handler = on_adv_evt;&lt;/p&gt;
&lt;p&gt;err_code = ble_advertising_init(&amp;amp;m_advertising, &amp;amp;init);&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;ble_advertising_conn_cfg_tag_set(&amp;amp;m_advertising, APP_BLE_CONN_CFG_TAG);&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;is it in that rssi level advertising was included?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>