<?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 can I wake up BLE device from power system off mode without buttons</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/332/how-can-i-wake-up-ble-device-from-power-system-off-mode-without-buttons</link><description>Dear all:
recently, I follow heart rate profile to write custom BLE profile,but I also went to a number of issues. how to wake up the device when entered power system off mode via software . By the way . why the connnection will be automatically disconnected</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Aug 2013 07:57:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/332/how-can-i-wake-up-ble-device-from-power-system-off-mode-without-buttons" /><item><title>RE: How can I wake up BLE device from power system off mode without buttons</title><link>https://devzone.nordicsemi.com/thread/1744?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2013 07:57:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5a0ada9-b717-4541-a05a-9ebe3e50065a</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;It is quite hard to understand exactly what you&amp;#39;re trying to ask, but I&amp;#39;ve posted a separate answer. If this doesn&amp;#39;t answer your question, it would have been useful if you could elaborate a bit on what you need to know and what you try to achieve.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I wake up BLE device from power system off mode without buttons</title><link>https://devzone.nordicsemi.com/thread/1745?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2013 07:56:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92b04a25-334e-4170-b6a9-729bf7a2a30d</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;It&amp;#39;s a little unclear to me what you actually want to achive, but as Sébastien correctly points out, most SDK examples uses a GPIO to wake up from system off.&lt;/p&gt;
&lt;p&gt;However, if you want to wake up without a GPIO (or reset), you can not use the system off mode, and instead you should rely on using the regular WFI mode, by using for example sd_app_event_wait(). This will enable you to wake up on for example RTC events or similar.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I wake up BLE device from power system off mode without buttons</title><link>https://devzone.nordicsemi.com/thread/1743?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2013 06:18:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9017f053-47ed-4ea9-9983-56eae3f31272</guid><dc:creator>Adavid</dc:creator><description>&lt;p&gt;Thanks a  lot for your  help. If I conntinue to connect seems not meet the bluetooth low power .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I wake up BLE device from power system off mode without buttons</title><link>https://devzone.nordicsemi.com/thread/1742?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2013 04:42:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:377f51fc-e537-455f-bbbb-12f1931fbeec</guid><dc:creator>S&amp;#233;bastien Despont</dc:creator><description>&lt;p&gt;Every BLE examples in the SDK 4.2 have the behaviour you expect. The device switch in system_off mode after the adertising timeout.&lt;/p&gt;
&lt;p&gt;Therefore, you cannot be disconnected until a voluntary disconnection from the connected device.&lt;/p&gt;
&lt;p&gt;Just before switch off, a GPIO pin is defined to be able to wake up the chip. By wake up. I mean do a reset : the main function will be executed.&lt;/p&gt;
&lt;p&gt;Have a look in the BLE examples for more information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>