<?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>nRF8001 sleep and wakeup implementation?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13505/nrf8001-sleep-and-wakeup-implementation</link><description>Hi Guys, 
 I&amp;#39;m working with nRF8001 BLE with PIC18F microcontroller, well i have succesfully completed my project but their one last thing i have to add i.e sleep and wakeup i have followed nRF8001 PRoduct specification and even checked source code.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 May 2016 08:47:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13505/nrf8001-sleep-and-wakeup-implementation" /><item><title>RE: nRF8001 sleep and wakeup implementation?</title><link>https://devzone.nordicsemi.com/thread/51557?ContentTypeID=1</link><pubDate>Mon, 02 May 2016 08:47:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:def042d5-5b7f-42e8-bf24-b49499d67f60</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;I think you are calling the wrong functions. Why don&amp;#39;t you use the &lt;a href="https://developer.mbed.org/teams/RedBearLab/code/BLE_nRF8001/file/e9a412d69201/BLE_nRF8001/utility/lib_aci.cpp"&gt;ACI interface file&lt;/a&gt;.&lt;br /&gt;
You can force the chip to go to standby mode by calling lib_aci_radio_reset(). This will reset the radio (if you are in a connection it will be lost) and the chip will go to standby mode. If you are in a connection you can use lib_aci_disconnect() to end the connection and go to standby mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF8001 sleep and wakeup implementation?</title><link>https://devzone.nordicsemi.com/thread/51556?ContentTypeID=1</link><pubDate>Thu, 28 Apr 2016 02:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2cfb043-dd21-4d1d-b1f1-046986e072db</guid><dc:creator>gbiradar</dc:creator><description>&lt;p&gt;Hi run_ar, i don&amp;#39;t know how to fix the format.
my total project is in c language and call function &lt;a href="https://developer.mbed.org/teams/RedBearLab/code/BLE_nRF8001/docs/e9a412d69201/acilib_8cpp.html#a50f39ee4f14ebad3d45569f5b42c2396"&gt;acil_encode_cmd_sleep()&lt;/a&gt;. and acil_encode_cmd_wakeup(). is present can you just  check the link and verify it.&lt;/p&gt;
&lt;p&gt;One more thing how do i set my nRF8001 in STANDBY mode.&lt;/p&gt;
&lt;p&gt;if i set aci_state_t.device_state = ACI_DEVICE_STANDBY;&lt;/p&gt;
&lt;p&gt;it is not comipiling and giving error as no identifier in declaration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF8001 sleep and wakeup implementation?</title><link>https://devzone.nordicsemi.com/thread/51555?ContentTypeID=1</link><pubDate>Wed, 27 Apr 2016 12:22:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c733e95-f969-49f7-9cc8-4c36de6bbde2</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Please consider fixing the formatting of your question.&lt;/p&gt;
&lt;p&gt;To put the chip to sleep call &lt;a href="https://github.com/NordicSemiconductor/ble-sdk-arduino/blob/master/libraries/BLE/lib_aci.cpp#L268"&gt;lib_aci_sleep()&lt;/a&gt;. To wake it up call &lt;a href="https://github.com/NordicSemiconductor/ble-sdk-arduino/blob/master/libraries/BLE/lib_aci.cpp#L358"&gt;lib_aci_wakeup()&lt;/a&gt;. Notice that the sleep command is only available in standby mode and that your application controller needs to keep some pins in a defined state as declared in 5.2 pin function in the product specification. Leaving the pins floating will result in the chip staying awake.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>