<?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>Pairing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86732/pairing</link><description>I&amp;#39;m developing two products that will communicate via ble_uart. Both products have battery, so I need to reduce consumption as much as possible. I&amp;#39;m currently using nrf52832 with SDK 16.0. I have a doubt about how the two devices should work so that I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Apr 2022 08:52:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86732/pairing" /><item><title>RE: Pairing</title><link>https://devzone.nordicsemi.com/thread/362523?ContentTypeID=1</link><pubDate>Fri, 08 Apr 2022 08:52:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25018be9-ae65-41dc-930a-6c96caec29ae</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Arthur,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Could you give more information about the application you are doing ?&amp;nbsp;&lt;br /&gt;How often the central and peripheral need to communicate with each other ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Note that the way BLE connection is established and reestablished is that the peripheral needs to advertise and then the central can connect to it.&amp;nbsp;&lt;br /&gt;If the central wake up but the peripheral is not advertising, there is no way the central can re-connect to it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So what you need to do on the Peripheral&amp;#39;s side is to continue periodically advertise when in low power mode. This can draw more power but not necessary significant more power if you only advertise, say every 1 second.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Another option is to keep the connection all the time and only reduce the advertising interval so that you achieve low power when the connection is kept. If you do this, the sleep mode shouldnt be the deep sleep (disconnect) but only the&amp;nbsp;idle_state_handle()/nrf_pwr_mgmt_run() function as in the examples in the SDK.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>