<?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 low power mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5132/nrf8001-low-power-mode</link><description>Hi all, 
 i have a device with the nrf8001 module. I can connect this to a smartphone and send data through the UART protocol. After that i disconnect the device and i have to put this in low power. For do that i call the functions: 
 lib_aci_radio_reset</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Feb 2015 14:09:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5132/nrf8001-low-power-mode" /><item><title>RE: nRF8001 low power mode</title><link>https://devzone.nordicsemi.com/thread/18010?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2015 14:09:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:457435bc-8eb9-420a-8753-96f89aca52e4</guid><dc:creator>ypkdani</dc:creator><description>&lt;p&gt;Hi, i have write this code :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;while (!BT_RDYN_GetVal(NULL)) {  //verifico se presente interrupt non gestito
		m_aci_isr();
}
lib_aci_sleep();//metto in sleep il modulo blueooth
while (!BT_RDYN_GetVal(NULL)) {  //verifico se presente interrupt non gestito
		m_aci_isr();
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;for wait that all the interrupt will be execute and then put the device in sleep but after the sleep command the device state : typedef enum
{
ACI_DEVICE_INVALID   =0x00,
ACI_DEVICE_TEST      =0x01,
ACI_DEVICE_SETUP     =0x02,
ACI_DEVICE_STANDBY   =0x03,
ACI_DEVICE_SLEEP     =0x04
} &lt;em&gt;aci_packed&lt;/em&gt; aci_device_operation_mode_t;&lt;/p&gt;
&lt;p&gt;is in ACI_DEVICE_INVALID and not in sleep. What i have to do for put the nRF8001 in sleep ? Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF8001 low power mode</title><link>https://devzone.nordicsemi.com/thread/18011?ContentTypeID=1</link><pubDate>Tue, 03 Feb 2015 14:15:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdd9b324-f9ae-4bf6-afd8-64396d64cc7d</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;The RDYN and ACTIVATE is not connected to GND when in sleep, but it sound like you might have a floating pin on one of the other pins related to the ACI. Potentially there could also be an interrupt/event triggered on the nRF8001 at the time you want to enter sleep that&amp;#39;s keeping the nRF8001 awake and hence you see the high average consumption. Are you defining the pins on the ACI to a known state from the host MCU point of view? Check the REQN line before going to sleep.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF8001 low power mode</title><link>https://devzone.nordicsemi.com/thread/18012?ContentTypeID=1</link><pubDate>Wed, 14 Jan 2015 16:20:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:def1851d-f798-42d9-a279-33e0cf1272a2</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;500uA is too high for the sleep state. When the nRF8001 is sleeping it should be in (I_sleep) 0.5uA.
Make sure that there is no wakeup on the nRF8001, i.e. the REQN line should be high at all times.&lt;/p&gt;
&lt;p&gt;Is this a custom board created by you ?
You can take a look at the measurement methods to make sure that you are meaasuring only the current drawn by the nRF8001 and not by the additional micro controller as well.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/17536/1/61839706"&gt;www.nordicsemi.com/.../61839706&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;See section 8 in the below application note
&lt;a href="http://www.nordicsemi.com/eng/nordic/download_resource/10893/7/28783492"&gt;www.nordicsemi.com/.../28783492&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Use the ACI Sleep command to put the nRF8001 to sleep.&lt;br /&gt;
lib_aci_sleep()
After sending the sleep command make sure that the mcu has actually clocked the sleep command to the nRF8001 before putting the mcu itself to sleep.
Additionally at this point when the mcu is going to sleep ensure that the REQN line is not lowered.
[Edited]&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>