<?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>System ON mode: Bluetooth Event Wakeup: NRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86697/system-on-mode-bluetooth-event-wakeup-nrf52832</link><description>HI All, 
 We are using NRF52832 for our project. 
 
 1) We are using System ON mode to put NRF52832 in to sleep mode. We are able to put NRF52832 in to sleep mode(System ON mode) successfully . Though current consumption in sleep mode is much higher ie</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Apr 2022 07:26:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86697/system-on-mode-bluetooth-event-wakeup-nrf52832" /><item><title>RE: System ON mode: Bluetooth Event Wakeup: NRF52832</title><link>https://devzone.nordicsemi.com/thread/362751?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2022 07:26:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e33ce7dc-dbcf-4f1f-90c0-bac32ad285ee</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;RTC can only wake up the nRF52 from system ON sleep mode, as the RTC is a peripheral in the nRF52, it will have to be ON for the RTC to run (and thus wake up the nRF).&lt;/p&gt;
&lt;p&gt;You will have to put it in sleep &amp;quot;system ON&amp;quot; mode for this to be possible. Other than that this is possible to do. Depending on what you&amp;#39;d like to do I think one of the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/examples_ble_central.html"&gt;central application&lt;/a&gt;s should suit what you&amp;#39;d like to do, and then add the RTC sleep functionality to that.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System ON mode: Bluetooth Event Wakeup: NRF52832</title><link>https://devzone.nordicsemi.com/thread/362668?ContentTypeID=1</link><pubDate>Fri, 08 Apr 2022 18:52:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fca28f7-a48e-4f2e-9adc-2350ff46ae9f</guid><dc:creator>NileshK</dc:creator><description>&lt;p&gt;I think we are using nRF5 SDK for out development .&lt;/p&gt;
&lt;p&gt;nRF_Softdevice: &lt;strong&gt;S132&lt;/strong&gt;_nrf52_2.0.0-7. alpha_license_agreemnt.tx&lt;/p&gt;
&lt;p&gt;I have another question:&lt;/p&gt;
&lt;p&gt;Can we use RTC(Real time counter) for waking up&amp;nbsp; from sleep mode (Assuming we use any of the mode ie System ON as well as System OFF mode)?&lt;/p&gt;
&lt;p&gt;Please confirm with system OFF mode we can use RTC to wake it Up?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please confirm with system ON mode we can use RTC to wake it Up?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Steps we want to follow:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;1) Put the system in sleep mode using system OFF mode&lt;/p&gt;
&lt;p&gt;2) Use RTC (Real time counter) to wake it up every 10 seconds or something&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3) After wake it up,&amp;nbsp;&lt;span&gt;start the radio peripheral so it can transmit or scan for Bluetooth events.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4) If it detects Bluetooth event, perform regular operation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5) If it does not detect Bluetooth event, again go sleep, After 10 seconds, it will wake up.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System ON mode: Bluetooth Event Wakeup: NRF52832</title><link>https://devzone.nordicsemi.com/thread/362532?ContentTypeID=1</link><pubDate>Fri, 08 Apr 2022 09:18:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:777cd6df-bb27-401f-b747-4ac7cae9cbe3</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;What SDK are you using for development? The &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html"&gt;nRF Connect SDK&lt;/a&gt; or &lt;a href="https://infocenter.nordicsemi.com/topic/struct_sdk/struct/sdk_nrf5_latest.html"&gt;nRF5 SDK&lt;/a&gt;? We have an example project using the RTC here for the nRF5 SDK at least. It doesn&amp;#39;t do BLE by default, but it shouldn&amp;#39;t be too hard to implement in one of the existing&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/examples_ble_peripheral.html"&gt; BLE example projects&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System ON mode: Bluetooth Event Wakeup: NRF52832</title><link>https://devzone.nordicsemi.com/thread/362447?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2022 18:42:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04d3a2f8-f983-4c8b-85d7-9fc43873724a</guid><dc:creator>NileshK</dc:creator><description>&lt;p&gt;&lt;span&gt;2. Please send example/sample code for&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Frtc.html&amp;amp;anchor=concept_rvn_vkj_sr"&gt;RTC&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;&lt;span&gt;events (Real time Counter) for wake up from sleep mode.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;With I.E the RTC, you can wake it up say every 10 seconds and start the radio peripheral so it can transmit or scan for Bluetooth events.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Nilesh&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System ON mode: Bluetooth Event Wakeup: NRF52832</title><link>https://devzone.nordicsemi.com/thread/362361?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2022 13:21:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28756f4b-f2f2-4e99-a28a-0d0bc6898563</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;20mA current consumption shouldn&amp;#39;t be possible for the nRF52832 to draw on its own, not even when advertising/scanning with the radio peripheral.&lt;/p&gt;
&lt;p&gt;1. With the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fcpu.html&amp;amp;anchor=topic"&gt;CPU just running&lt;/a&gt; (not in sleep mode) that should consumpe somewhere between &lt;strong&gt;3.3&lt;/strong&gt; and &lt;strong&gt;8.0 mA&amp;nbsp;&lt;/strong&gt;depending on whether it&amp;#39;s running from Flash or RAM and what regulator is used.&lt;/p&gt;
&lt;p&gt;In &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fpmu.html&amp;amp;anchor=unique_205654252"&gt;system ON sleep mode&lt;/a&gt;, you shouldn&amp;#39;t see more than a&amp;nbsp;&lt;strong&gt;2.0µA&amp;nbsp;&lt;/strong&gt;current draw&amp;nbsp;from the nRF52832.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. No, when the nRF52832 is in sleep mode, the radio peripheral will be turned off, so it will not be able to register any incoming BLE activity. It can be woken by a power reset, a GPIO event (like a button press or external physically connected device), on &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Frtc.html&amp;amp;anchor=concept_rvn_vkj_sr"&gt;RTC &lt;/a&gt;events or on &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fnfc.html&amp;amp;anchor=concept_kmr_nxj_1s"&gt;NFCT &lt;/a&gt;events. With I.E the RTC, you can wake it up say every 10 seconds and start the radio peripheral so it can transmit or scan for Bluetooth events.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>