<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Setup Raspberry PI Infrared Remote from terminal	</title>
	<atom:link href="https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Thu, 27 Mar 2025 21:11:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-51069</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 27 Mar 2025 21:11:10 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1933#comment-51069</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-51019&quot;&gt;Mark&lt;/a&gt;.

Hi Mark,
I&#039;m sorry but I can&#039;t help you with C. With Python, I would try the evdev package to get events in my code and run whatever program I want at each trigger. I&#039;m really sorry]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-51019">Mark</a>.</p>
<p>Hi Mark,<br />
I&#8217;m sorry but I can&#8217;t help you with C. With Python, I would try the evdev package to get events in my code and run whatever program I want at each trigger. I&#8217;m really sorry</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark		</title>
		<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-51019</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Thu, 27 Mar 2025 10:29:56 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1933#comment-51019</guid>

					<description><![CDATA[Thanks for this wonderful tutorial, everything worked beautifully. But I&#039;m now confused as I want to trap these Key Events in a C prog and I would normally do this... if ((FileDevice = open(&quot;/dev/input/event0&quot;, O_RDONLY)) &#060; 0) etc. etc. but there is no eventX for the Ir - I assume I&#039;m looking at this in completely the wrong way - could you enlighten me.
Thanks again]]></description>
			<content:encoded><![CDATA[<p>Thanks for this wonderful tutorial, everything worked beautifully. But I&#8217;m now confused as I want to trap these Key Events in a C prog and I would normally do this&#8230; if ((FileDevice = open(&#8220;/dev/input/event0&#8221;, O_RDONLY)) &lt; 0) etc. etc. but there is no eventX for the Ir &#8211; I assume I&#039;m looking at this in completely the wrong way &#8211; could you enlighten me.<br />
Thanks again</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-44858</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Mon, 03 Feb 2025 17:38:59 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1933#comment-44858</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-44857&quot;&gt;Robert&lt;/a&gt;.

Thank you for your feedback, Robert!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-44857">Robert</a>.</p>
<p>Thank you for your feedback, Robert!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert		</title>
		<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-44857</link>

		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Mon, 03 Feb 2025 17:09:12 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1933#comment-44857</guid>

					<description><![CDATA[Thank you so much for providing this step-by-step guide. It works perfectly.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much for providing this step-by-step guide. It works perfectly.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-44150</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Wed, 22 Jan 2025 15:21:22 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1933#comment-44150</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-43545&quot;&gt;neeek&lt;/a&gt;.

Hi neeek,
sorry for the late reply. Your comment is correct, you should check the output voltage from the IR receiver you use (as there are many versions on the market). If the High Voltage output is lower than 3.3V, then you can use it directly to the Raspberry PI GPIO. Otherwise you should use a voltage divider circuit (2 resistors)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-43545">neeek</a>.</p>
<p>Hi neeek,<br />
sorry for the late reply. Your comment is correct, you should check the output voltage from the IR receiver you use (as there are many versions on the market). If the High Voltage output is lower than 3.3V, then you can use it directly to the Raspberry PI GPIO. Otherwise you should use a voltage divider circuit (2 resistors)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neeek		</title>
		<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-43545</link>

		<dc:creator><![CDATA[neeek]]></dc:creator>
		<pubDate>Sat, 11 Jan 2025 17:10:23 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1933#comment-43545</guid>

					<description><![CDATA[Thanks for the fantastic guide !
I do have one question though.. Is it fine to connect the IR signal out directly to the raspberry pi GPIO pins ?
I know the GPIO pins are supposed to have a max signal input voltage of 3v3, and seeing as the IR module
is being powered off 5v, would that not make the IR signal out coming from the module 5v as well ?

Regards
Nic]]></description>
			<content:encoded><![CDATA[<p>Thanks for the fantastic guide !<br />
I do have one question though.. Is it fine to connect the IR signal out directly to the raspberry pi GPIO pins ?<br />
I know the GPIO pins are supposed to have a max signal input voltage of 3v3, and seeing as the IR module<br />
is being powered off 5v, would that not make the IR signal out coming from the module 5v as well ?</p>
<p>Regards<br />
Nic</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-41539</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Mon, 09 Dec 2024 10:37:43 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1933#comment-41539</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-41268&quot;&gt;Paulo Castanho&lt;/a&gt;.

You&#039;re welcome! ;)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-41268">Paulo Castanho</a>.</p>
<p>You&#8217;re welcome! 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paulo Castanho		</title>
		<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-41268</link>

		<dc:creator><![CDATA[Paulo Castanho]]></dc:creator>
		<pubDate>Fri, 06 Dec 2024 17:35:57 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1933#comment-41268</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-40869&quot;&gt;peppe8o&lt;/a&gt;.

Thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-40869">peppe8o</a>.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-40869</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Mon, 02 Dec 2024 06:58:24 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1933#comment-40869</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-40715&quot;&gt;Paulo Castanho&lt;/a&gt;.

Hi Paulo,
Python allows you to execute and read any bash command output with the &lt;code&gt;subprocess&lt;/code&gt; library. You can use it to read the ir-keytable outputs]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-40715">Paulo Castanho</a>.</p>
<p>Hi Paulo,<br />
Python allows you to execute and read any bash command output with the <code>subprocess</code> library. You can use it to read the ir-keytable outputs</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paulo Castanho		</title>
		<link>https://peppe8o.com/setup-raspberry-pi-infrared-remote-from-terminal/#comment-40715</link>

		<dc:creator><![CDATA[Paulo Castanho]]></dc:creator>
		<pubDate>Sat, 30 Nov 2024 18:41:38 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1933#comment-40715</guid>

					<description><![CDATA[Hi

How can I use the remote codes of my remote controller in Python?
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi</p>
<p>How can I use the remote codes of my remote controller in Python?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
