<?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: Ruby and RFID tags</title>
	<atom:link href="http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/</link>
	<description>The act of making love, tenderly.</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:38:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/comment-page-1/#comment-148255</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 08 Dec 2011 01:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=358#comment-148255</guid>
		<description>My bad, I must&#039;ve done something wrong...</description>
		<content:encoded><![CDATA[<p>My bad, I must&#8217;ve done something wrong&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/comment-page-1/#comment-148248</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 08 Dec 2011 00:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=358#comment-148248</guid>
		<description>Hey, this is a really cool demo. I just got my reader in the mail, but this doesn&#039;t seem to work with touchatag reader anymore (tried with ruby 1.9.2 and 1.8.7 using rvm):

lib/nfc.rb:52:in `connect&#039;: could not find NFC device (RuntimeError)
lib/nfc.rb:52:in `device&#039;
lib/nfc.rb:28:in `deactivate_field&#039;
lib/nfc.rb:96:in `find&#039;


Device is plugged in and scanning codes just fine, and I confirmed I&#039;m using libnfc 1.5. Code is identical to example.</description>
		<content:encoded><![CDATA[<p>Hey, this is a really cool demo. I just got my reader in the mail, but this doesn&#8217;t seem to work with touchatag reader anymore (tried with ruby 1.9.2 and 1.8.7 using rvm):</p>
<p>lib/nfc.rb:52:in `connect&#8217;: could not find NFC device (RuntimeError)<br />
lib/nfc.rb:52:in `device&#8217;<br />
lib/nfc.rb:28:in `deactivate_field&#8217;<br />
lib/nfc.rb:96:in `find&#8217;</p>
<p>Device is plugged in and scanning codes just fine, and I confirmed I&#8217;m using libnfc 1.5. Code is identical to example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/comment-page-1/#comment-135242</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 04 May 2011 21:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=358#comment-135242</guid>
		<description>I&#039;m having the same exact issue as Jerik. I can&#039;t find nfc-devel anywhere. I&#039;m compiling libnfc from source rather than using mac ports. Aaron, how did you install the development version and get the necessary header files (libnfc.h)?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same exact issue as Jerik. I can&#8217;t find nfc-devel anywhere. I&#8217;m compiling libnfc from source rather than using mac ports. Aaron, how did you install the development version and get the necessary header files (libnfc.h)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Patterson</title>
		<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/comment-page-1/#comment-130575</link>
		<dc:creator>Aaron Patterson</dc:creator>
		<pubDate>Mon, 31 Jan 2011 23:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=358#comment-130575</guid>
		<description>Jerik, make sure to install the development packages.  Probably nfc-devel or something.  That should have the header file included.</description>
		<content:encoded><![CDATA[<p>Jerik, make sure to install the development packages.  Probably nfc-devel or something.  That should have the header file included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerik</title>
		<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/comment-page-1/#comment-130572</link>
		<dc:creator>jerik</dc:creator>
		<pubDate>Mon, 31 Jan 2011 22:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=358#comment-130572</guid>
		<description>Hi, 

tried to install &quot;gem1.9.1 install nfc&quot; but get always the error: 
/usr/bin/ruby1.9.1 extconf.rb
checking for libnfc/libnfc.h in [...] no
libnfc is missing.

i have install libnfc and it is working fine. unfortunatly libnfc.h is not existing on my system. I checked out http://libnfc.googlecode.com/svn/trunk/ to retrieve it from there, but here it is neither. how do i solve this problem best? 

Following libs are available: 
/usr/lib/libnfc.a
/usr/lib/libnfc.la
/usr/lib/libnfc.so
/usr/lib/libnfc.so.0
/usr/lib/libnfc.so.0.0.0
/usr/lib/pkgconfig/libnfc.pc
/usr/local/lib/libnfc.a
/usr/local/lib/libnfc.la
/usr/local/lib/libnfc.so
/usr/local/lib/libnfc.so.0
/usr/local/lib/libnfc.so.0.0.0
/usr/local/lib/pkgconfig/libnfc.pc

can I use somehow another one? 

fyi: running ubuntu linux, not osx. 

cheers -- jerik</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>tried to install &#8220;gem1.9.1 install nfc&#8221; but get always the error:<br />
/usr/bin/ruby1.9.1 extconf.rb<br />
checking for libnfc/libnfc.h in [...] no<br />
libnfc is missing.</p>
<p>i have install libnfc and it is working fine. unfortunatly libnfc.h is not existing on my system. I checked out <a href="http://libnfc.googlecode.com/svn/trunk/" rel="nofollow">http://libnfc.googlecode.com/svn/trunk/</a> to retrieve it from there, but here it is neither. how do i solve this problem best? </p>
<p>Following libs are available:<br />
/usr/lib/libnfc.a<br />
/usr/lib/libnfc.la<br />
/usr/lib/libnfc.so<br />
/usr/lib/libnfc.so.0<br />
/usr/lib/libnfc.so.0.0.0<br />
/usr/lib/pkgconfig/libnfc.pc<br />
/usr/local/lib/libnfc.a<br />
/usr/local/lib/libnfc.la<br />
/usr/local/lib/libnfc.so<br />
/usr/local/lib/libnfc.so.0<br />
/usr/local/lib/libnfc.so.0.0.0<br />
/usr/local/lib/pkgconfig/libnfc.pc</p>
<p>can I use somehow another one? </p>
<p>fyi: running ubuntu linux, not osx. </p>
<p>cheers &#8212; jerik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/comment-page-1/#comment-112879</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 07 Apr 2010 14:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=358#comment-112879</guid>
		<description>I hate answering my own question (so I won&#039;t) but the problem seems to have been resolved by installing Ruby 1.9 following (more or less) these instructions

http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard

It now reads NFC tags without complaining about the undefined constant - which may have been related to this perhaps?

http://stackoverflow.com/questions/2031980/what-are-the-uppercase-and-lowercase-rules-of-ruby-method-name</description>
		<content:encoded><![CDATA[<p>I hate answering my own question (so I won&#8217;t) but the problem seems to have been resolved by installing Ruby 1.9 following (more or less) these instructions</p>
<p><a href="http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard" rel="nofollow">http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard</a></p>
<p>It now reads NFC tags without complaining about the undefined constant &#8211; which may have been related to this perhaps?</p>
<p><a href="http://stackoverflow.com/questions/2031980/what-are-the-uppercase-and-lowercase-rules-of-ruby-method-name" rel="nofollow">http://stackoverflow.com/questions/2031980/what-are-the-uppercase-and-lowercase-rules-of-ruby-method-name</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/comment-page-1/#comment-112876</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 07 Apr 2010 13:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=358#comment-112876</guid>
		<description>I installed MacPorts and libnfc (1.2.1) and then the gem but I get

./nfc.rb:4: uninitialized constant NFC (NameError)
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#039;
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require&#039;
        from nfc.rb:2

when running your example on Mac OS X Leopard with this Ruby version

ruby 1.8.7 (2009-06-08 patchlevel 173) [universal-darwin10.0]

Any thoughts as to why this would be?</description>
		<content:encoded><![CDATA[<p>I installed MacPorts and libnfc (1.2.1) and then the gem but I get</p>
<p>./nfc.rb:4: uninitialized constant NFC (NameError)<br />
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;<br />
        from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require&#8217;<br />
        from nfc.rb:2</p>
<p>when running your example on Mac OS X Leopard with this Ruby version</p>
<p>ruby 1.8.7 (2009-06-08 patchlevel 173) [universal-darwin10.0]</p>
<p>Any thoughts as to why this would be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: So long and thanks for all the 8D</title>
		<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/comment-page-1/#comment-111241</link>
		<dc:creator>So long and thanks for all the 8D</dc:creator>
		<pubDate>Thu, 04 Mar 2010 14:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=358#comment-111241</guid>
		<description>[...] around with an rfid reader which was made oh so easy thanks to the hard work of a developer called Aaron Patterson whose Ruby wrapper of the C libnfc library really helped me get started on my voyage of all things [...]</description>
		<content:encoded><![CDATA[<p>[...] around with an rfid reader which was made oh so easy thanks to the hard work of a developer called Aaron Patterson whose Ruby wrapper of the C libnfc library really helped me get started on my voyage of all things [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Delvis</title>
		<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/comment-page-1/#comment-103848</link>
		<dc:creator>Delvis</dc:creator>
		<pubDate>Fri, 20 Nov 2009 14:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=358#comment-103848</guid>
		<description>Okidata uses a similar looking chip to identify their cartridges. Would love to be able to read these chips and reset them.</description>
		<content:encoded><![CDATA[<p>Okidata uses a similar looking chip to identify their cartridges. Would love to be able to read these chips and reset them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://tenderlovemaking.com/2009/09/19/ruby-and-rfid-tags/comment-page-1/#comment-98712</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Mon, 21 Sep 2009 21:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=358#comment-98712</guid>
		<description>Awesome, upgraded from 1.7 to 1.8 macports and its installing. Thanks.</description>
		<content:encoded><![CDATA[<p>Awesome, upgraded from 1.7 to 1.8 macports and its installing. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

