<?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 saving mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115554/power-saving-mode</link><description>I want to know the power saving mode of nRF5340. Dose this chip set have the following mode ? 1. each BT products connencts, however, the data were not send. above condition, BT chip set move the Sleep mode to save the power at conection. BT chip set</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 18 Oct 2024 09:11:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115554/power-saving-mode" /><item><title>RE: Power saving mode</title><link>https://devzone.nordicsemi.com/thread/506856?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 09:11:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62260f55-fe92-4a7c-8bc0-cec58f20b6de</guid><dc:creator>Einar Thorsrud</dc:creator><description>[quote user="FACE@shibuya"]automatically with keeping the connection.[/quote]
&lt;p&gt;Yes, this is how bluetooth LE works in general, also in our implementation.&lt;/p&gt;
[quote user="FACE@shibuya"]&lt;p&gt;To wake up from idol mode to other mode, need such as interrupt event, timer.&lt;/p&gt;
&lt;p&gt;Is it right ?&lt;/p&gt;[/quote]
&lt;p&gt;Yes. And if this is for anythign Bluetooth related, it is automatically andled by the Bluetooth stack. The Zephry RTOS use an RTC (low power low frequency timer) on the nRF device to keep trak of time and wake up at defined times.&lt;/p&gt;
[quote user="FACE@shibuya"]&lt;p&gt;I think that your chipset has also the deep sleep mode sleeping the CPU-Core and RF-Core.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If In my understanding is correct, I want to verify the answer.&lt;/p&gt;[/quote]
&lt;p&gt;Yes, the radio and applicaiton core are separate and can sleep independetly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power saving mode</title><link>https://devzone.nordicsemi.com/thread/506799?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2024 01:11:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8410733-7981-490e-8b4a-ffcf5d5e0b12</guid><dc:creator>FACE@shibuya</dc:creator><description>&lt;p&gt;Thank you for your answer.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Your chipset has some power mode.&lt;/p&gt;
&lt;p&gt;Especially, I want to confirm the idol mode(Sleep mode.)&lt;/p&gt;
&lt;p&gt;Idol mode is that CPU core is sleeping, and RF-core is active.&lt;/p&gt;
&lt;p&gt;Idol mode automatically move by RTOS.&lt;/p&gt;
&lt;p&gt;For example,&lt;/p&gt;
&lt;p&gt;Our product is the transceiver.&lt;/p&gt;
&lt;p&gt;Each device connects by BT LE Audio.&lt;/p&gt;
&lt;p&gt;When we are talking with each device, each device is active mode.&lt;/p&gt;
&lt;p&gt;when stop talking still connection, the device moves to idol mode (Sleep mode) automatically with keeping the connection.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is my understanding correct ?&lt;/p&gt;
&lt;p&gt;To wake up from idol mode to other mode, need such as interrupt event, timer.&lt;/p&gt;
&lt;p&gt;Is it right ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think that your chipset has also the deep sleep mode sleeping the CPU-Core and RF-Core.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If In my understanding is correct, I want to verify the answer.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Best&amp;nbsp; regards,&lt;/p&gt;
&lt;p&gt;T.Shibuya&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power saving mode</title><link>https://devzone.nordicsemi.com/thread/506684?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 10:26:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe619ffd-a5b3-4f7a-808a-ba3addef2f72</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="FACE@shibuya"], howver,&amp;nbsp; the data of communication, other is not&amp;nbsp; avaiable for while, Does the system&amp;nbsp; become to idole mode ?[/quote]
&lt;p&gt;All Bluetooth exmaples we have enter system on idle (CPU sleeping) whenever there is no work to be done, and the system wakes up when there is wokr to do. Wiht Bleutooth, it is handled aubomatically. For your own tasks, you may need tos chedule it, but that is something all application does and it is handled very well. In nRF Connect SDK, this is handled by the Zephyr RTOS which automatically enters sleel in the idle thread.&lt;/p&gt;
[quote user="FACE@shibuya"]&amp;nbsp;Can the BT product keep the connection at idole mode?&amp;nbsp;[/quote]
&lt;p&gt;Yes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power saving mode</title><link>https://devzone.nordicsemi.com/thread/506677?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 09:59:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68fd991c-0d53-451f-a7b1-d76bfa02b536</guid><dc:creator>FACE@shibuya</dc:creator><description>&lt;p&gt;Thank you for your comments.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I have a question for your connent.&lt;br /&gt;you mentions that idol mode is power on when nothing is happening.&lt;br /&gt;In case that&amp;nbsp; the syetem is connecting with other BT device, howver,&amp;nbsp; the data of communication, other is not&amp;nbsp; avaiable for while, Does the system&amp;nbsp; become to idole mode ?&lt;br /&gt;&amp;nbsp;Can the BT product keep the connection at idole mode?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;best regards,&lt;br /&gt;T. Shibuya&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power saving mode</title><link>https://devzone.nordicsemi.com/thread/506643?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2024 08:16:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd55777d-958d-4cd9-9fa0-8e5ba3b6e66b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The nRF5340 (like the other nRF5) devies suppot several power modes. The most typical low power mode is system ON idle, and this is typically used in Bluetooth application whenever nothign is happening. With that, the system goes ot sleep and wakes up on the next Bluetooht event (a connection event, advertising event or similar). Bluetooth is designed for this operation, where the devices wake up at agreed times to communicate, and then go back to sleep.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>