<?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>LDO vs DCDC (nRF51822)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18007/ldo-vs-dcdc-nrf51822</link><description>Hi, 
 I am using simple ADC peripheral to read internal battery voltage(standalone). I am using two custom nRF51822 boards. One of the nRF51822 board is made by nRF51822 Schematic with Internal LDO (Module’s Default) and other one nRF51822 Schematic</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Nov 2016 08:39:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18007/ldo-vs-dcdc-nrf51822" /><item><title>RE: LDO vs DCDC (nRF51822)</title><link>https://devzone.nordicsemi.com/thread/69413?ContentTypeID=1</link><pubDate>Wed, 30 Nov 2016 08:39:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6e1a72a-7840-4eeb-bccd-a77a0818c0cd</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The only difference between the nRF51822 reference circuit with the internal LDO setup and the reference circuit with the DC/DC converter setup is that the DC/DC setup includes L5(15nH), L4 (10uH) and C12(1uF), which are components required by the DCDC.&lt;/p&gt;
&lt;p&gt;The DC/DC setup can run both from the internal LDO and the DC/DC, in fact it will use the internal LDO by default. The DCDC must be explicitly turned on in code by calling the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.api.v2.0.1/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html#ga84bd6a0e8f55a7aa85a5ec608edd61fe"&gt;sd_power_dcdc_mode_set()&lt;/a&gt; function, i.e.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sd_power_dcdc_mode_set	(NRF_POWER_DCDC_ENABLE)	
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You code should run just fine on both the board based on the LDO setup and the one based on the DCDC setup.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LDO vs DCDC (nRF51822)</title><link>https://devzone.nordicsemi.com/thread/69412?ContentTypeID=1</link><pubDate>Mon, 28 Nov 2016 06:53:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa8850b0-bba0-4258-999e-79fd1a386a8c</guid><dc:creator>kvrb</dc:creator><description>&lt;p&gt;I am attaching code here&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8662.main.c"&gt;main.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>