<?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 optimizing NRF beacon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15062/power-optimizing-nrf-beacon</link><description>Hello, 
 I have read the questions on power optimizations in nrf chips: 
 devzone.nordicsemi.com/.../ 
 devzone.nordicsemi.com/.../ 
 I wanted to use SDK11 example -&amp;gt; BLE -&amp;gt; Peripheral -&amp;gt; Beacon Transmitter as a reference for my code, yet there is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Jul 2016 16:15:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15062/power-optimizing-nrf-beacon" /><item><title>RE: Power optimizing NRF beacon</title><link>https://devzone.nordicsemi.com/thread/57489?ContentTypeID=1</link><pubDate>Mon, 11 Jul 2016 16:15:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89b4121a-d88e-4dc5-abbc-ddbacdd6c4f1</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Hi pbn4,&lt;/p&gt;
&lt;p&gt;Yes, nRF5x chips have basically just &amp;quot;sleep during system on&amp;quot; and &amp;quot;system off&amp;quot;. In normal app design chip (through SD or app code if it runs without stack) spends most of the time (for broadcaster only such as &amp;quot;beacon&amp;quot; it can be even &amp;gt;99%) in &amp;quot;wait for event&amp;quot; aka &amp;quot;sleep&amp;quot;. However whole system continues in the code execution after very next &amp;quot;wake on event&amp;quot; with all state variables preserved. If you want to go better (basically if you want to go to &amp;lt;1uA range) you need to use &amp;quot;system off&amp;quot; but then wake-up (even you can do it by timer/GPIO/NFC sense/similar event) works as system reset so you need to perform whole start-up procedure including all HW peripherals&amp;#39; init, BLE stack (Soft Device) if used etc. So yes, going to &amp;quot;system off&amp;quot; will interrupt advertisement and you can use it only if you implement your own timer to wake-up and start advertising again (also note that standard BT Smart compliant advertisement - e.g. as implemented by Nordic SD - has little variations around adv. interval to prevent collisions in case some broadcasters get accidentally synchronized periods/phases, but that might be a detail which you can neglect at the first design).&lt;/p&gt;
&lt;p&gt;Cheers Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>