<?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>reading multiplexed SAADC input pin</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29624/reading-multiplexed-saadc-input-pin</link><description>Hello,
I need to read SAADC input pin of nRF52832 that is multiplexed and wonder what the optimal strategy is to implement that. 
 Especially: setting a ppi channel so that a timer compare event is triggering sample task in SAADC does not seem to be</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Jan 2018 19:53:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29624/reading-multiplexed-saadc-input-pin" /><item><title>RE: reading multiplexed SAADC input pin</title><link>https://devzone.nordicsemi.com/thread/117676?ContentTypeID=1</link><pubDate>Thu, 25 Jan 2018 19:53:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efa63891-ee76-48a7-ada8-06c4b2d38fd6</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;It is possible to set/clear GPIOS using GPIOTE and PPI, without interrupts/CPU work, but if you have to set different pins between each sample, you will quickly run out of GPIOTE and PPI channels. I think that controlling the pins from timer callback will be the most practical solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: reading multiplexed SAADC input pin</title><link>https://devzone.nordicsemi.com/thread/117678?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 20:53:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbb1c6e7-b44e-42dc-a06d-b9b656d35ca8</guid><dc:creator>kont40</dc:creator><description>&lt;p&gt;I have several resistance sensors; one end of those is connected together passed to the input of a current-voltage converter. The output of the converter enters the SAADC. The other end of each sensor is connected/not connected to GND through an individual pin of the nRF53832, and the state is controlled by the program code of it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: reading multiplexed SAADC input pin</title><link>https://devzone.nordicsemi.com/thread/117677?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 13:09:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c20fde6f-d27f-4c16-a472-a7663a4cc1ba</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;How are you controlling the multiplexer? If you need to control it between every channel, I don&amp;#39;t think there is any more elegant solution than what you propose. You will have to provide some more details on the multiplexing solution before we can help you find the best solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>