<?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>How to stop bluetooth radio (to reduce current consumption) with NRF-connect and Zephyr ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87662/how-to-stop-bluetooth-radio-to-reduce-current-consumption-with-nrf-connect-and-zephyr</link><description>We have an application that wakes-up every N minutes and listen to devices in a ble mesh then performs many other actions. In order to save battery, we would like to power down radio when not communicating. How can it be done with NRF-connect and Zephyr</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Jun 2022 09:33:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87662/how-to-stop-bluetooth-radio-to-reduce-current-consumption-with-nrf-connect-and-zephyr" /><item><title>RE: How to stop bluetooth radio (to reduce current consumption) with NRF-connect and Zephyr ?</title><link>https://devzone.nordicsemi.com/thread/374093?ContentTypeID=1</link><pubDate>Fri, 24 Jun 2022 09:33:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:382a064b-6cf9-4f2c-8c2c-c964e21a4e89</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry that this was left unanswered.&lt;/p&gt;
&lt;p&gt;Did you solve the question of having the mesh nodes sleep between transmission, or do you still need assistance on this?&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to stop bluetooth radio (to reduce current consumption) with NRF-connect and Zephyr ?</title><link>https://devzone.nordicsemi.com/thread/367191?ContentTypeID=1</link><pubDate>Tue, 10 May 2022 13:09:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6bee6d8-eddc-4559-907e-da15da745186</guid><dc:creator>Manuel YGUEL</dc:creator><description>&lt;p&gt;1. the device is part of the mesh network,&lt;br /&gt;2. it needs to communicate through the mesh network every x seconds, &lt;br /&gt;3. then go to sleep.&lt;/p&gt;
&lt;p&gt;This is true for the entire mesh network: the entire mesh network goes to sleep at the same time, gateway included.&lt;br /&gt;So we do not care if some messages are lost, since we will be aware of it.&lt;br /&gt;I fear your question is only slightly related to my question. We would like to shutdown the radio, in order to eliminate the power consumption related to the radio, while performing some computations.&lt;br /&gt;We are looking for functions like radio_disable() and radio_enable().&lt;br /&gt;It seems to me that it is more related to power manager that BLE, however we cannot find anything related to that in the documentation of the radio or the power manager.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to stop bluetooth radio (to reduce current consumption) with NRF-connect and Zephyr ?</title><link>https://devzone.nordicsemi.com/thread/367151?ContentTypeID=1</link><pubDate>Tue, 10 May 2022 10:52:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b09a5a14-35f1-46a4-bfa6-e954dcce7b67</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;So if I understand correctly; &lt;br /&gt;Your device is not a part of the Mesh network? It only needs to communicate with a proxy node in the Mesh once every x seconds and then go to sleep?&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to stop bluetooth radio (to reduce current consumption) with NRF-connect and Zephyr ?</title><link>https://devzone.nordicsemi.com/thread/367110?ContentTypeID=1</link><pubDate>Tue, 10 May 2022 09:08:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e48f9502-47c7-4ba6-b770-ebb64ce0a046</guid><dc:creator>Manuel YGUEL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Reading your answer I realized, my question was not clear enough. The node performs actions for 30 seconds and need only to be connected to the mesh network for 9s, then it sleeps for 10min. I was looking for a way to shutdown radio for the 21s the node does not need to be connected to the mesh network while performing its other actions.&lt;br /&gt;It has nothing to do with having a Friend node, since we use only messages with ack, we can manage to handle &amp;quot;lost or delayed&amp;quot; messages with an other way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to stop bluetooth radio (to reduce current consumption) with NRF-connect and Zephyr ?</title><link>https://devzone.nordicsemi.com/thread/367021?ContentTypeID=1</link><pubDate>Mon, 09 May 2022 19:51:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db07f5e9-3a7d-4eb2-a75e-8fa3ec62b53f</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I would suggest that you take a look at the LPN feature. This allows a node to go to sleep between communication. The LPN doesn&amp;#39;t need to stay in RX mode all the time to avoid missing out on packets from other Mesh nodes. The LPN will have a designated Friend node that caches messages for the LPN, and the LPN will wake up at a given time interval to pull information from the Friend node.&lt;/p&gt;
&lt;p&gt;You can find more information in the online documentation.&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>