<?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>nrf51 not waking to advertise (Bluetooth)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30221/nrf51-not-waking-to-advertise-bluetooth</link><description>I&amp;#39;m looking for help figuring out why my nrf51422 isn&amp;#39;t waking up to advertise, I&amp;#39;m missing a detail but I don&amp;#39;t know what it is. It works great, until sd_power_system_off() is called, and then there is no more advertising. 
 
 My project will run on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Feb 2018 22:25:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30221/nrf51-not-waking-to-advertise-bluetooth" /><item><title>RE: nrf51 not waking to advertise (Bluetooth)</title><link>https://devzone.nordicsemi.com/thread/120022?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2018 22:25:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eafef4b8-a0a4-4f21-8b1e-81d8127df979</guid><dc:creator>MattFL</dc:creator><description>&lt;p&gt;Thanks, I played with the advertisement interval a little but didn&amp;#39;t see much difference in current.&amp;nbsp; I&amp;#39;m probably missing something.&amp;nbsp; In the end I re-worked all of the logic and basically only advertise when triggered by an external sensor, which works for this case.&amp;nbsp; Without advertising my idle current is now 12uA, and still about 0.5mA when advertising.&amp;nbsp; At some point I would like to figure out the advertising current, but for now I&amp;#39;m rarely advertising so it&amp;#39;s good for now. :)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 not waking to advertise (Bluetooth)</title><link>https://devzone.nordicsemi.com/thread/120017?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2018 20:26:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d363154-ae89-4856-95f6-30304e22ce80</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Glad to hear that found the problem. You can always increase the advertisment interval. Tradeoff is that it takes longer time to establish a new connection. You can also get some improvements by using the built-in DCDC converter if that is supported by your design. &amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 not waking to advertise (Bluetooth)</title><link>https://devzone.nordicsemi.com/thread/120006?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2018 17:44:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:746a67ff-3bf3-48cd-846a-72a43d31e850</guid><dc:creator>MattFL</dc:creator><description>&lt;p&gt;Thank you, it turns out I had another sensor on the board that was always enabled and should not have been.&amp;nbsp; Now I&amp;#39;m sitting at about 0.15-ish mA when connected, and 0.5-ish mA when advertising.&amp;nbsp; I need to get that advertising value down, but definitely going the right direction.&amp;nbsp; :)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 not waking to advertise (Bluetooth)</title><link>https://devzone.nordicsemi.com/thread/119971?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2018 14:35:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30555f50-6513-467a-bbd0-38e4741943a6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Current consumption should be significantly lower if&amp;nbsp;it is only advertising. Are you using any other peripherals such as UART, etc? Also note that the chip will draw more current while in debug mode (debugger attached).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 not waking to advertise (Bluetooth)</title><link>https://devzone.nordicsemi.com/thread/119963?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2018 14:06:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e60752a-2556-4e9a-9f5c-399f4dc4dda7</guid><dc:creator>MattFL</dc:creator><description>&lt;p&gt;&amp;nbsp;Thank you for the reply.&amp;nbsp; &amp;nbsp;&lt;span&gt;sd_app_evt_wait() works great functionality wise, but it&amp;#39;s drawing about 2mA when doing this.&amp;nbsp; Should I be expecting lower current draw using this method?&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 not waking to advertise (Bluetooth)</title><link>https://devzone.nordicsemi.com/thread/119947?ContentTypeID=1</link><pubDate>Tue, 06 Feb 2018 13:30:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2eef16a-f573-4cad-8685-9ada67511fb8</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;System OFF mode is the deepest power saving mode on the nRF51. In this mode, everything on the chip will be powered down except for reset and wakeup mechanisms, please see chapter 12 in nRF51 RM for more details. It&amp;#39;s probably System ON mode that you want use. Just call&amp;nbsp;&amp;nbsp;sd_app_evt_wait() wait from the main loop like we do in our SDK examples.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>