<?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>nRF51422 ANT power consumption too high</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17156/nrf51422-ant-power-consumption-too-high</link><description>Hello, 
 I am having trouble with my power consumption. My Chip is using 1mA during run-time. It seems to work right when I put it to sleep (~0.5 &amp;#181;A). I am only programming the chip with ANT and using the S210 (untouched by me). What could be the reason</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Oct 2016 09:05:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17156/nrf51422-ant-power-consumption-too-high" /><item><title>RE: nRF51422 ANT power consumption too high</title><link>https://devzone.nordicsemi.com/thread/65906?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 09:05:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d178b465-31a9-4a94-b566-3c4f95212c09</guid><dc:creator>MC</dc:creator><description>&lt;p&gt;You could do this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_UART0-&amp;gt;ENABLE = 1;
/* send message*/
NRF_UART0-&amp;gt;ENABLE = 0;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This is similar to what I&amp;#39;ve done in my case, where I was using I2C for reading some sensors.
You didn&amp;#39;t say what is your expected frequency of your messages, if you have a lot of them, then this kind of solution won&amp;#39;t bring much benefit to you. But on the other hand, if you have just a small number of messages, this kind of solution will make a lot difference in current consumption.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 ANT power consumption too high</title><link>https://devzone.nordicsemi.com/thread/65905?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 07:27:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f9b52c0-dd6a-4998-9a81-f68aae61d09d</guid><dc:creator>AnnaGr</dc:creator><description>&lt;p&gt;I am using UART in active mode to communicate. How can I disable the module during communication (between the messages)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 ANT power consumption too high</title><link>https://devzone.nordicsemi.com/thread/65904?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 07:24:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:879fc88c-1ae2-4d75-ae3e-133d972c5332</guid><dc:creator>MC</dc:creator><description>&lt;p&gt;Do you have UART, I2C or SPI bus enabled in active mode? The HW module for them, uses from 700uA - 1mA of current. The solution is to disable the module and only enable it when you need it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>