<?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>Effective Debounce 7 Individual Inputs on nRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86579/effective-debounce-7-individual-inputs-on-nrf52840</link><description>I am trying to determine the best way to debounce 7 digital inputs with 2 bounce times ranging between 50 ms to 2 seconds. I thought of using the GPIOTE but that seems to only have 7 channels and I&amp;#39;m already using 3 of them for other interrupt activities</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Apr 2022 07:51:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86579/effective-debounce-7-individual-inputs-on-nrf52840" /><item><title>RE: Effective Debounce 7 Individual Inputs on nRF52840</title><link>https://devzone.nordicsemi.com/thread/361979?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2022 07:51:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66510cd2-a185-4b3f-90ce-9a13f9004a28</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The app_button library use PORT event for lowest power, this means that it can support more than 7 GPIO&amp;#39;s.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Effective Debounce 7 Individual Inputs on nRF52840</title><link>https://devzone.nordicsemi.com/thread/361952?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2022 05:41:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a453a787-d75c-437b-9876-754a4b9b3de2</guid><dc:creator>WestCoastDaz</dc:creator><description>&lt;p&gt;Kenneth,&lt;/p&gt;
&lt;p&gt;Thank you very much for pointing me to that. Is it possible to have more than 7 GPIOs setup to interrupt the processor? &amp;nbsp;I have an additional 3 GPIOs that I need to monitor.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Effective Debounce 7 Individual Inputs on nRF52840</title><link>https://devzone.nordicsemi.com/thread/361516?ContentTypeID=1</link><pubDate>Mon, 04 Apr 2022 12:39:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d5f8b2f-7f69-4712-9a77-70037db03321</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You may check out the app_button library in the nRF5 SDK:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_button.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_button.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;An example that show usage can be the:&lt;br /&gt;\examples\ble_peripheral\ble_app_blinky\&lt;/p&gt;
&lt;p&gt;See&amp;nbsp;buttons_init() and&amp;nbsp;button_event_handler().&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>