<?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 consumption issue with custom nRF52832?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25221/power-consumption-issue-with-custom-nrf52832</link><description>Hello sir, 
 I have develop product on nRF52832 DK and now i using custom nrf52832 board Here . I want to continuously on my device with BLE advertising continuously no sleep mode. for high speed BLE through put and continuously advertising we have set</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Oct 2017 09:14:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25221/power-consumption-issue-with-custom-nrf52832" /><item><title>RE: Power consumption issue with custom nRF52832?</title><link>https://devzone.nordicsemi.com/thread/99377?ContentTypeID=1</link><pubDate>Mon, 02 Oct 2017 09:14:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cda6c769-0682-4e02-95dd-34b4165c7dea</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;You could perhaps try to use low-power saadc, as used in this &lt;a href="https://github.com/NordicSemiconductor/nRF52-ADC-examples/tree/master/saadc_low_power"&gt;example&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power consumption issue with custom nRF52832?</title><link>https://devzone.nordicsemi.com/thread/99378?ContentTypeID=1</link><pubDate>Wed, 27 Sep 2017 13:04:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:967981a3-0c7a-468c-8bcc-0e646b27f021</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;Thnaks for your reply, So i am not able to enable DCDC mode so please can you suggest me how i can reduce power consumption without DCDC enabled. I am using &lt;a href="https://github.com/NordicSemiconductor/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode"&gt;ble_app_uart__saadc_timer_driven__scan_mode&lt;/a&gt; and edited in this example code with my application. Sample rate is 256 is in micro second read sample upto 12288 point, then stop. NRF timer frequency is NRF_TIMER_FREQ_31250Hz. I am not disabling SAADC between sampling how i disable SAADC between ssamples. This sample point for 1 channel i read one by one channel for 3 axis accelerometer  sensor. I am using only 3 SAADC channel. Give me your valuable suggestion for reducing current power consumption.
Thanks...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power consumption issue with custom nRF52832?</title><link>https://devzone.nordicsemi.com/thread/99379?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2017 13:17:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:365c2630-2a79-4b57-97fb-86e66a08516a</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The sparkfun board does not have the DC/DC components. So you if you are using that board, you cannot enable DC/DC.&lt;/p&gt;
&lt;p&gt;How often are you sending the values to the android app? How often are you sampling with the SAADC ?
Are you disabling the SAADC between samples? See &lt;a href="https://devzone.nordicsemi.com/question/124317/saadc-low-power-scan-mode/?answer=125075#post-id-125075"&gt;this post&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power consumption issue with custom nRF52832?</title><link>https://devzone.nordicsemi.com/thread/99375?ContentTypeID=1</link><pubDate>Fri, 22 Sep 2017 08:54:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2f67e15-0073-4041-800a-21c99a690236</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;Yes sir i am using softdevice 132 and sdk 13.1 version, and in my main i call power manage in last like this
for (;;)
{
power_manage();
}
I am not using any peripheral such as SPI,TWI, UART,PWM etc but i am using SAADC for reading accelerator 3 axis ADC value only and sent to android app. So what should i do now how i can reduce power consumption. Can i use DCDC mode if yes please give reference tutorial link.
Thanks....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power consumption issue with custom nRF52832?</title><link>https://devzone.nordicsemi.com/thread/99373?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2017 09:19:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b74b5366-0e2a-42a7-a8ab-70d3435b09ec</guid><dc:creator>Sigurd</dc:creator><description>&lt;blockquote&gt;
&lt;p&gt;If i set APP_ADV_INTERVAL to 320 then
my BLE transmission speed is low not
getting data very fast&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;code&gt;APP_ADV_INTERVAL&lt;/code&gt; will only affect speed/rate of how fast you advertise, it should not affect the throughput once you are in a connection.&lt;/p&gt;
&lt;p&gt;Yes, the current consumption you are measuring is very high. Do you use any of the peripherals on the nRF52832? Like SPI,TWI, SAADC, UART,PWM etc?&lt;/p&gt;
&lt;p&gt;What SDK version is this? Do you call either sd_app_evt_wait or power_manage() in main() function? I.e for SDK 14:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if (NRF_LOG_PROCESS() == false)
{
    power_manage();
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power consumption issue with custom nRF52832?</title><link>https://devzone.nordicsemi.com/thread/99376?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2017 06:35:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e52588b-eaf0-4312-974d-5e5c8a671e63</guid><dc:creator>vishal</dc:creator><description>&lt;p&gt;Thanks for your reply,
If i  set APP_ADV_INTERVAL to 320 then my BLE transmission speed is low not getting data very fast.
I measure my device current using sparkfun nRF52832 board as per following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;During advertising 4.02mA.&lt;/li&gt;
&lt;li&gt;During reading sensor data and send to mobile app: 7.33mA.&lt;/li&gt;
&lt;li&gt;Simply connected my device with android app no transmission: 5.33mA.
I think this is very high current consumption can you please tell me how i can reduced this current consumption.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Thanks..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power consumption issue with custom nRF52832?</title><link>https://devzone.nordicsemi.com/thread/99374?ContentTypeID=1</link><pubDate>Mon, 18 Sep 2017 09:12:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d712f681-2b48-49d7-aab2-63d8a7773120</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What current consumption are you measuring? Are you measuring the high consumption both while advertising and in a connection?&lt;/p&gt;
&lt;p&gt;For continuous advertising, you are using a very low advertising interval. In order to save power, you should increase this. You could increase it to at least 200 ms. I.e set &lt;code&gt;APP_ADV_INTERVAL&lt;/code&gt; to &lt;code&gt;320&lt;/code&gt;. (in units of 0.625 ms. 320 corresponds to 200ms).&lt;/p&gt;
&lt;p&gt;For the System OFF power mode, you need some external signal to wake it up(e.g. key press). You can not wake it up using a android app, since it&amp;#39;s not possible to be in a BLE connection while in System OFF power mode.&lt;/p&gt;
&lt;p&gt;You can find a good guide &lt;a href="https://devzone.nordicsemi.com/question/5186/how-to-minimize-current-consumption-for-ble-application-on-nrf51822/?answer=5187#post-id-5187"&gt;here&lt;/a&gt;. It&amp;#39;s written for nRF51, but must of it also applies to the nRF52832.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>