<?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>Capacitance sensing with nRF52 along with SD132</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28809/capacitance-sensing-with-nrf52-along-with-sd132</link><description>Hi,
I need to measure the capacitance of few capacitors for which I am currently using 3-channel CAP1203 IC from microchip.
However, I just came across the possibility of using nRF52 to measure capacitance directly:
 link text 
 Can anyone tell me</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Dec 2017 14:07:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28809/capacitance-sensing-with-nrf52-along-with-sd132" /><item><title>RE: Capacitance sensing with nRF52 along with SD132</title><link>https://devzone.nordicsemi.com/thread/114112?ContentTypeID=1</link><pubDate>Fri, 29 Dec 2017 14:07:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84892fc9-0806-4ae3-abfa-89d97af41eec</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Akram&lt;/p&gt;
&lt;p&gt;The main drawbacks of using capacitive sense on chip is that accuracy and power consumption might not be as good as a dedicated hardware solution.&lt;/p&gt;
&lt;p&gt;You should test it out and make sure that the performance is good enough, compared to using the CAP1203.&lt;/p&gt;
&lt;p&gt;Using the csense library in the SDK with the SoftDevice should not be an issue. The connection between the COMP and TIMER modules go through the PPI, which means it can happen in the background even during BLE activity. The processing of the csense events could be delayed, but this shouldn&amp;#39;t have a big impact on performance.&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have any examples for capacitive sense using the SoftDevice unfortunately, but it should be relatively straight forward to copy the code from the csense example into one of the BLE examples:
&lt;em&gt;\nRF5_SDK_14.2.0\examples\peripheral\csense&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn Øvrebekk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>