<?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 on nRF52832 with UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23444/power-consumption-on-nrf52832-with-uart</link><description>I am testing the nRF52832 in Rigado BMD-301 module. I am able to get to ~40uA when advertising ,UART enabled but not used and all other peripherals disabled. But as soon as i try reading from UART, the current consumption jumps to ~2.4mA. Does this make</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Jul 2017 12:51:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23444/power-consumption-on-nrf52832-with-uart" /><item><title>RE: power consumption on nRF52832 with UART</title><link>https://devzone.nordicsemi.com/thread/92117?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2017 12:51:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0724fc9-bac9-47a6-b7e0-79cc90184e93</guid><dc:creator>Evgeny Erlihman</dc:creator><description>&lt;p&gt;Thank you for the speedy reply! This reduced the current consumption considerably!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power consumption on nRF52832 with UART</title><link>https://devzone.nordicsemi.com/thread/92116?ContentTypeID=1</link><pubDate>Wed, 12 Jul 2017 10:44:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbb82c57-7808-4395-8545-5b13212ec1c2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Evgeny,&lt;/p&gt;
&lt;p&gt;Uart requires HFCLK and regulators for operation, when you start UART in RX , it will start using HFCLK and regulators. Also if you use EasyDMA it will also draw more current.&lt;/p&gt;
&lt;p&gt;I suggest not to use EasyDMA if the data is occasionally received, it actually lower current consumption if using interrupt and CPU when the transmission is seldom.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>