<?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>External battery supply issue to DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25022/external-battery-supply-issue-to-dk</link><description>Hi, 
 I&amp;#39;m supplying a DK with an external battery source plugged into J6 (Li-Po) and the nRF power source switch set to VDD. When I flash the chip with one of the Openthread client examples, the DK operates normally when the board is supplied by an external</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 May 2019 13:50:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25022/external-battery-supply-issue-to-dk" /><item><title>RE: External battery supply issue to DK</title><link>https://devzone.nordicsemi.com/thread/184931?ContentTypeID=1</link><pubDate>Thu, 02 May 2019 13:50:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88b21efe-ce17-41da-a722-bd5df8a6e24d</guid><dc:creator>Yogeshwaran</dc:creator><description>&lt;p&gt;i was working previously but i don,t know what i did and now it is not working&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0882.sdk_5F00_config.h"&gt;devzone.nordicsemi.com/.../0882.sdk_5F00_config.h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;can you look at my sdk_config file and disable uart&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External battery supply issue to DK</title><link>https://devzone.nordicsemi.com/thread/184927?ContentTypeID=1</link><pubDate>Thu, 02 May 2019 13:45:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d6a6151-ac52-4e56-98da-b550e270392e</guid><dc:creator>Yogeshwaran</dc:creator><description>&lt;p&gt;hi jan i am working in ble_app_uart example and if comment out uart_init to avoid hanging in external supply it is consuming 2.5mA in advertisement and still hangs in coin cell. here battery is full and no issue with hardware i tried disabling RTT and UARTE, UART0, UART everything still issue remains same.&lt;/p&gt;
&lt;p&gt;i couldn&amp;#39;t able to understand why current consumption is increasing if i comment out uart init() function and how to make my device run in external power supply&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External battery supply issue to DK</title><link>https://devzone.nordicsemi.com/thread/183201?ContentTypeID=1</link><pubDate>Tue, 23 Apr 2019 15:23:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c402583c-fda8-464a-b2ed-cfed0374a609</guid><dc:creator>Yogeshwaran</dc:creator><description>&lt;p&gt;Thank you jan Tore it was an issue with uart function only. i had disable uart now everything is working fine&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External battery supply issue to DK</title><link>https://devzone.nordicsemi.com/thread/98538?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2017 21:58:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41a0943a-5a68-42f1-9a89-2df868cc5dba</guid><dc:creator>Jan Tore Guggedal</dc:creator><description>&lt;p&gt;Which version of the PCA10056 board are you using?
I encountered a similar issue with the same setup and UART example. My issue was that it got stuck in some UART function, possibly because it waited for some response from the onboard Segger chip that never came.  Have you tried to connect a debugger (not through USB, but debug in interface) and see what happens?
The solution for me was to use RTT instead of UART for debugging.
To confirm that the issue was with UART, i disabled logging over UART and didn&amp;#39;t run any UART functions in the application. It then started to advertise and function as it should.
Another test for this might be to connect the UART pins on the DK to another DK or (some other UART enabled device) and see what data is output, if any.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External battery supply issue to DK</title><link>https://devzone.nordicsemi.com/thread/98540?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2017 13:07:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fb4d4a5-29b9-4feb-861a-f2e2599df78c</guid><dc:creator>Roger</dc:creator><description>&lt;p&gt;Hi Martin,&lt;/p&gt;
&lt;p&gt;Yes, of course, I checked all those things. The battery is a &lt;code&gt;NiMH&lt;/code&gt; battery rated at &lt;code&gt;3.6V&lt;/code&gt; and fully charged at &lt;code&gt;4.2V&lt;/code&gt;. I measured &lt;code&gt;3V&lt;/code&gt; over VDD and &lt;code&gt;5V&lt;/code&gt; over the 5v pin. As I mentioned earlier, the board works fine with an external battery source when I run the Thread client example. Irrespective whether I set the switch to &lt;code&gt;VDD&lt;/code&gt; or &lt;code&gt;Li-Po&lt;/code&gt;, the board still works with an external battery source.
I&amp;#39;m thinking that the problem I&amp;#39;m encountering is perhaps something to do with software when I use the SoftDevice?
Is it possible to emulate this test on one of your DK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External battery supply issue to DK</title><link>https://devzone.nordicsemi.com/thread/98539?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2017 12:48:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ddf2033f-849e-4c7d-b86b-3c2bb166bc1c</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi, That is pretty strange.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Is your battery fully charged?&lt;/li&gt;
&lt;li&gt;Have you made sure that the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/nrf52840_pdk/power_source.html?cp=2_0_3_5_2_3"&gt;Power Source Switch&lt;/a&gt; is set to Li-Po?&lt;/li&gt;
&lt;li&gt;What kind of battery is it?&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>