<?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>IR receiver configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85521/ir-receiver-configuration</link><description>Hi, 
 I want to use a TSOP IR receiver on a custom board for sending different commands to my device through a remote controller. for example, if I use a Samsung TV controller, I can do the different tasks by pushing every key on the controller if I can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Mar 2022 11:56:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85521/ir-receiver-configuration" /><item><title>RE: IR receiver configuration</title><link>https://devzone.nordicsemi.com/thread/356860?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2022 11:56:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:038f9245-9562-4a02-a096-ab36af4ea423</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;There are different ways this can be solved, so I suggest you continue to look for what others have done, and follow the one you are most comfortable with. Personally I would connect a IR receiver diode to a GPIO of the nRF52. Then typically the receiver diode will output logic high when there is PWM signal present and logic low when there is no PWM present. Then you only need to measure the timing between high and low transnition to know when the PWM is active and not. You can then measure the input using an&amp;nbsp;internal timer to receive and decode the signal. The reason I suggest this way is because you avoid measuring the ~38kHz PWM signal, you only measure when the PWM is off and on.&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>