<?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>open-nandra &#187; compile</title>
	<atom:link href="http://open-nandra.com/tag/compile/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-nandra.com</link>
	<description>open source</description>
	<lastBuildDate>Thu, 12 Aug 2010 19:37:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to compile hex file for iqrf module in linux.</title>
		<link>http://open-nandra.com/2009/04/how-to-compile-hex-file-for-iqrf-module-in-linux/</link>
		<comments>http://open-nandra.com/2009/04/how-to-compile-hex-file-for-iqrf-module-in-linux/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 10:00:31 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HOW-TOs]]></category>
		<category><![CDATA[Liqrf]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[iqrf]]></category>
		<category><![CDATA[tr-21a]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=209</guid>
		<description><![CDATA[Liqrf (linux iqrf programmer) is ready but we need to somehow compile hex files for TR-21A modules. In this how-to I&#8217;ll provide script for doing this. 1. First you need to install wine for executing windows applications. 2. From iqrf webpage download   startup package and extract. Example sources can be found in src directory. [...]]]></description>
			<content:encoded><![CDATA[<p>Liqrf (linux iqrf programmer) is ready but we need to somehow compile hex files for TR-21A modules. In this how-to I&#8217;ll provide script for doing this.</p>
<p><span id="more-209"></span></p>
<p><strong>1.</strong> First you need to install wine for executing windows applications.</p>
<p><strong>2.</strong> From iqrf webpage download  <a href="http://www.iq-esupport.com/index.php?dload=Download&amp;_m=downloads&amp;_a=downloadfile&amp;downloaditemid=96"> startup package</a> and extract.<br />
Example sources can be found in src directory.</p>
<p><strong>3.</strong> Copy CC5x.exe from 3rdParties to src directory.</p>
<p><strong>4.</strong> Use this <a href="http://open-nandra.com/wp-content/uploads/cc21a.sh">cc21a.sh</a> for building executable for TR-21A module (TR-31B are not supported yet by liqrf so makes no sense to compile).</p>
<p>cc21a.sh code:</p>
<pre>#!/bin/bash
wine CC5x.exe -a -bu -Q -Vn "$@" -p16F88</pre>
<p>Use then liqrf to load hex file to your TR-21A module. That&#8217;s all folks.</p>
<p>Marek</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2009/04/how-to-compile-hex-file-for-iqrf-module-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
