<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>adam široký &#187; raspberry pi</title>
	<atom:link href="http://adam.siroky.sk/tag/raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>http://adam.siroky.sk</link>
	<description>visual art, VJing, light installations, programming, Linux, networking</description>
	<lastBuildDate>Wed, 26 Apr 2023 15:59:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>ir2osc</title>
		<link>http://adam.siroky.sk/ir2osc/</link>
		<comments>http://adam.siroky.sk/ir2osc/#comments</comments>
		<pubDate>Thu, 30 May 2013 19:00:33 +0000</pubDate>
		<dc:creator><![CDATA[wide]]></dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[infrared]]></category>
		<category><![CDATA[ir]]></category>
		<category><![CDATA[osc]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[raspberry pi]]></category>

		<guid isPermaLink="false">http://adam.siroky.sk/?p=187</guid>
		<description><![CDATA[ie. how to control Resolume with a TV remote control. Upon pressing a button on a remote control, the program sends pre-defined OSC message to an OSC server. The program is written in Perl, for Raspberry Pi ...]]></description>
				<content:encoded><![CDATA[<h2><a href="http://adam.siroky.sk/wp-content/uploads/2013/05/sensor.jpg"><img class="alignright  wp-image-201" src="http://adam.siroky.sk/wp-content/uploads/2013/05/sensor-300x200.jpg" alt="sensor" width="446" height="297" /></a></h2>
<p>ie. how to control Resolume with a TV remote control. Upon pressing a button on a remote control, the program sends pre-defined OSC message to an OSC server.</p>
<p>The program is written in Perl, for Raspberry Pi but can run on any Linux.  It is event driven and can be extended to support different types of remote controls and send any OSC message that your software needs..</p>
<p><a href="http://adam.siroky.sk/files/ir2osc.pl" target="_blank"><strong>Download</strong></a></p>
<p>Instructions:</p>
<ul>
<li><strong>Get a working infrared sensor</strong> for Raspberry Pi. It&#8217;s easy and there are many tutorials, for example <a href="http://www.modmypi.com/blog/raspberry-pis-remotes-ir-receivers" target="_blank">this</a>. Configure lircd to read your remote control(s) properly.</li>
<li><strong>Download the script</strong> and change it to match a) your remote controls and button names (as configured in lircd) b) OSC messages you want to send. The OSC messages in the script are written for Resolume, to switch clips and enable/disable effects.</li>
<li><strong>Run the script</strong> with</li>
</ul>
<pre class="brush: bash; title: ; notranslate">./ir2osc.pl &lt;server&gt; &lt;port&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://adam.siroky.sk/ir2osc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
