<?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>Battery powered end node</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33064/battery-powered-end-node</link><description>I&amp;#39;m using nRF52840-PDK. I created a custom ble service following this tutorial ( github.com/.../custom_ble_service_example) and sent my sensor data over bluetooth. Now I&amp;#39;m trying to make it as a battery operated node whereas the bluetooth radio should</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Apr 2018 20:08:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33064/battery-powered-end-node" /><item><title>RE: Battery powered end node</title><link>https://devzone.nordicsemi.com/thread/126926?ContentTypeID=1</link><pubDate>Wed, 04 Apr 2018 20:08:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:054c6be4-7896-4138-a5bd-a33f5081d08d</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;When a BLE connection is established, there has to be regular contact (connection interval) between the central and peripheral. If the peripheral device wants to save power while maintain the connection, it can choose to not wake up every connection interval, only wake up every x-th interval and whenever needed. In BLE, that feature is called &amp;quot;slave latency&amp;quot;. Enabling slave latency is easy, just set &amp;quot;SLAVE_LATENCY&amp;quot; to the correct value for your application in main.c.&amp;nbsp;I would recommend you to read &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/10636/what-are-latency-and-supervision-timeout-limits"&gt;this &lt;/a&gt;thread regarding slave latency.&lt;/p&gt;
&lt;p&gt;Note: When using the softdevice, the RADIO is &amp;quot;blocked&amp;quot; by the softdevice, see &amp;quot;&lt;span style="font-size:10pt;"&gt;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.sds%2Fdita%2Fsoftdevices%2Fs130%2Fsd_resource_reqs%2Fhw_block_interrupt_vector.html&amp;amp;cp=2_3_1_0_6_0"&gt;System on Chip resource requirements&amp;nbsp;--&amp;gt;&amp;nbsp;Hardware peripherals&lt;/a&gt;&amp;quot; in the softdevice specification.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>