<?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; iqrf</title>
	<atom:link href="http://open-nandra.com/tag/iqrf/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-nandra.com</link>
	<description>open source</description>
	<lastBuildDate>Sun, 01 Jan 2012 13:10:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</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>
		<item>
		<title>New projects</title>
		<link>http://open-nandra.com/2009/02/new-projects/</link>
		<comments>http://open-nandra.com/2009/02/new-projects/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 10:19:10 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[iqrf]]></category>
		<category><![CDATA[nw8xx]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=103</guid>
		<description><![CDATA[Development of linux on HTC Oxygen is still not finished but I would like to start some new projects which help open-source community. First should be create an application for debugging and programming IQRF modules in linux environment (company support only windows). First steps was already done (spying usb interface) to reverse engineer it.  We [...]]]></description>
			<content:encoded><![CDATA[<p>Development of linux on HTC Oxygen is still not finished but I would like to start some new projects which help open-source community. <span id="more-103"></span></p>
<p>First should be create an application for debugging and programming IQRF modules in linux environment (company support only windows). First steps was already done (spying usb interface) to reverse engineer it.  We try to use libusb library to create an application which can communicate with device. More infos about modules at <a href="http://www.iqrf.com" target="_blank">www.iqrf.com</a>.</p>
<p>Next project should be focused on driver development. I participate on <a href="http://linuxdriverproject.org" target="_blank">linuxdriver</a> project. I choose driver for webcams based on NW8xx chip from out-of-tree drivers to adapt and get it to mainline. I will continue on previous work. Updating was stopped in 2007 and no other updates are available. This driver should support to 8 webcams which use mentioned chip. So thats the plans <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>Marek</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2009/02/new-projects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

