<?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>using adc5, adc6 and adc7 in nrf9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70177/using-adc5-adc6-and-adc7-in-nrf9160</link><description>Hi 
 i am able to work with adc 0 for nrf9160 custom borad now i want to use adc 5 to adc 7 simultanuously can you please guide me to settings which i need to modify or a example which uses all adc at same time. what things to be keep in mind and how</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Jan 2021 08:05:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70177/using-adc5-adc6-and-adc7-in-nrf9160" /><item><title>RE: using adc5, adc6 and adc7 in nrf9160</title><link>https://devzone.nordicsemi.com/thread/290933?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2021 08:05:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad0389e9-91da-4400-9cbf-1efc04e954d4</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Y0g1"]great thanks for reply i was able to use it but i done it in a complex way thanks you make it easier for me. one more thing do we need to define below configuration every time when we try to access differnt adc channel in different functions?[/quote]
&lt;p&gt;You can set that as an input to the function you&amp;#39;re calling for instance. Or make specific functions matching your sampling requirements.&lt;/p&gt;
&lt;p&gt;Depends on how you want it to look and integrate into the rest of your application.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using adc5, adc6 and adc7 in nrf9160</title><link>https://devzone.nordicsemi.com/thread/290801?ContentTypeID=1</link><pubDate>Fri, 22 Jan 2021 15:21:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2507066-e8e8-4324-b1c6-8d961731df70</guid><dc:creator>Y0g1</dc:creator><description>&lt;p&gt;great thanks for reply i was able to use it but i done it in a complex way thanks you make it easier for me. one more thing do we need to define below configuration every time when we try to access differnt adc channel in different functions?&lt;pre class="ui-code" data-mode="text"&gt;	const struct adc_sequence sequence = {
		.channels = BIT(ADC_1ST_CHANNEL_ID) | BIT(ADC_2ND_CHANNEL_ID) | BIT(ADC_3RD_CHANNEL_ID) | BIT(ADC_4TH_CHANNEL_ID),
		.buffer = m_sample_buffer,
		.buffer_size = sizeof(m_sample_buffer),
		.resolution = ADC_RESOLUTION,
	};
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using adc5, adc6 and adc7 in nrf9160</title><link>https://devzone.nordicsemi.com/thread/287934?ContentTypeID=1</link><pubDate>Thu, 07 Jan 2021 11:56:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7e8be30-59d8-4ab8-9f90-8c27588f0a54</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There&amp;#39;s a modified adc sample here that shows several AD channels:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/65766/example-code-for-a-d/268862#268862"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/65766/example-code-for-a-d/268862#268862&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>