<?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>NRF1DK PCA 10028 and ADC Voltage Value</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15003/nrf1dk-pca-10028-and-adc-voltage-value</link><description>Hello 
 I am trying to move an arduino project where I read an ADC value from a FSR sensor. In arduino the FSR is powered by 5V and has 10Kohm pulldown resistor. The board is currently connected using the USB cable and will remain that way 
 When I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Jul 2018 04:11:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15003/nrf1dk-pca-10028-and-adc-voltage-value" /><item><title>RE: NRF1DK PCA 10028 and ADC Voltage Value</title><link>https://devzone.nordicsemi.com/thread/141802?ContentTypeID=1</link><pubDate>Mon, 30 Jul 2018 04:11:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e862d6c-690f-421c-befb-c946f3140ba0</guid><dc:creator>Chronoscharly</dc:creator><description>&lt;p&gt;Excuse me, for casuality you terminated you project? , i need info about ADC with chip nrf51, try with many codes, but none worked :( , I just need to read a LDR and show me the value for uart, i try ccompiling it is code &lt;a href="https://electronut.in/nrf51-adc-test/"&gt;https://electronut.in/nrf51-adc-test/&lt;/a&gt; of the example this page, but not compiling, please help a little i need a guide &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF1DK PCA 10028 and ADC Voltage Value</title><link>https://devzone.nordicsemi.com/thread/57250?ContentTypeID=1</link><pubDate>Fri, 08 Jul 2016 10:25:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a45d20bb-0b68-4987-833a-da961779e122</guid><dc:creator>alvaromat</dc:creator><description>&lt;p&gt;I will close my own ticket.&lt;/p&gt;
&lt;p&gt;Considerations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Section 31  in &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF51_RM_v3.0.pdf"&gt;infocenter.nordicsemi.com/.../nRF51_RM_v3.0.pdf&lt;/a&gt; (It took more than usual googling time to find the last version)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I used NRF_ADC_CONFIG_INPUT_2 and the physical pin was the first one in the PCA10028 board (PIN 1)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A) Check damaged PINs? Directly connect the PIN to GND and the value will be 0 or 1 in your ADC program&lt;/p&gt;
&lt;p&gt;B) Prescale happens internally before entering the ADC conversor so if you have 3V signal and  prescale of 1/3 then you get 1V at the ADC conversor (in Section 31 is explained very good)&lt;/p&gt;
&lt;p&gt;C) You CAN&amp;#39;T Have a voltage higher than 2.4V after prescaling so if I use 3V as input source I need to prescale either with 1/3 or 2/3 ... 3V * 1/3 = 1V or 3V *2/3 = 2V&lt;/p&gt;
&lt;p&gt;Another important thing is that the pin itself has a limitation on the voltage (VDD + 0.3V). So the max voltage supported is 3.6V and you will need a voltage divider if your voltage is higher.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>