<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: AVR RFID tag</title>
	<atom:link href="http://hackaday.com/2009/06/27/avr-rfid-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2009/06/27/avr-rfid-tag/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:27:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: luke</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-567319</link>
		<dc:creator><![CDATA[luke]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 18:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-567319</guid>
		<description><![CDATA[Lol who even needs a size reference if there&#039;s a dip-8 in a pic???]]></description>
		<content:encoded><![CDATA[<p>Lol who even needs a size reference if there&#8217;s a dip-8 in a pic???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-464978</link>
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Tue, 27 Sep 2011 02:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-464978</guid>
		<description><![CDATA[&lt;a href=&quot;http://scanlime.org/2008/09/using-an-avr-as-an-rfid-tag/&quot; title=&quot;&quot; rel=&quot;&quot; rel=&quot;nofollow&quot;&gt;New Link to this HACK&lt;a&gt;]]></description>
		<content:encoded><![CDATA[<p><a href="http://scanlime.org/2008/09/using-an-avr-as-an-rfid-tag/" title="" rel="" rel="nofollow">New Link to this HACK</a><a></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David M.</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-406637</link>
		<dc:creator><![CDATA[David M.]]></dc:creator>
		<pubDate>Thu, 16 Jun 2011 15:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-406637</guid>
		<description><![CDATA[I&#039;m having trouble compiling the code for an ATMega168 target, using the HID mode. For some reason, the lines:

	manchester	HID_SITE_CODE, 8
	manchester	HID_UNIQUE_ID, 16

have to be commented out, or else the compiler blows up with this error, like the chip is out of memory (the program code is 7496 bytes when compiled for attiny85).

avr-gcc -Wl,-Map,avrrfid.map -mmcu=atmega168 -o&quot;avrrfid.elf&quot;  ./avrfid.o   
./avrfid.o: In function `loop&#039;:
(.text+0x1d12): relocation truncated to fit: R_AVR_13_PCREL against `no symbol&#039;]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble compiling the code for an ATMega168 target, using the HID mode. For some reason, the lines:</p>
<p>	manchester	HID_SITE_CODE, 8<br />
	manchester	HID_UNIQUE_ID, 16</p>
<p>have to be commented out, or else the compiler blows up with this error, like the chip is out of memory (the program code is 7496 bytes when compiled for attiny85).</p>
<p>avr-gcc -Wl,-Map,avrrfid.map -mmcu=atmega168 -o&#8221;avrrfid.elf&#8221;  ./avrfid.o<br />
./avrfid.o: In function `loop&#8217;:<br />
(.text+0x1d12): relocation truncated to fit: R_AVR_13_PCREL against `no symbol&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SparkyGSX</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-136822</link>
		<dc:creator><![CDATA[SparkyGSX]]></dc:creator>
		<pubDate>Mon, 19 Apr 2010 06:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-136822</guid>
		<description><![CDATA[It&#039;s not entirely original, at least not the way the chip is powered. I saw something similar, years ago, called iglassware (see website link for PDF).

One problem with using the I/O pins for power on an AVR is that the ESD diodes are very weak, and could fail in this application. PIC devices have much better ESD diodes (I think Microchip specifies 10 or 20mA, while Atmel specifies &quot;&lt;1mA&quot; and &quot;do not use&quot;).]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s not entirely original, at least not the way the chip is powered. I saw something similar, years ago, called iglassware (see website link for PDF).</p>
<p>One problem with using the I/O pins for power on an AVR is that the ESD diodes are very weak, and could fail in this application. PIC devices have much better ESD diodes (I think Microchip specifies 10 or 20mA, while Atmel specifies &#8220;&lt;1mA&quot; and &quot;do not use&quot;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: therian</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79702</link>
		<dc:creator><![CDATA[therian]]></dc:creator>
		<pubDate>Mon, 29 Jun 2009 23:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79702</guid>
		<description><![CDATA[timour patent on diode or 1wire ? lol]]></description>
		<content:encoded><![CDATA[<p>timour patent on diode or 1wire ? lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluesman</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79698</link>
		<dc:creator><![CDATA[bluesman]]></dc:creator>
		<pubDate>Mon, 29 Jun 2009 22:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79698</guid>
		<description><![CDATA[Minimalistic, awesome, pure creativity, just brilliant. You must be very proud of this kind of beautiful ideas!! My most sincere Congratulations.]]></description>
		<content:encoded><![CDATA[<p>Minimalistic, awesome, pure creativity, just brilliant. You must be very proud of this kind of beautiful ideas!! My most sincere Congratulations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timour</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79664</link>
		<dc:creator><![CDATA[timour]]></dc:creator>
		<pubDate>Mon, 29 Jun 2009 15:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79664</guid>
		<description><![CDATA[so we could have cpu with only 2 pins, like a resistor in a 0805 package]]></description>
		<content:encoded><![CDATA[<p>so we could have cpu with only 2 pins, like a resistor in a 0805 package</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timour</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79663</link>
		<dc:creator><![CDATA[timour]]></dc:creator>
		<pubDate>Mon, 29 Jun 2009 15:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79663</guid>
		<description><![CDATA[therian, i mean a patent for the supply without a dedicated supply pin.]]></description>
		<content:encoded><![CDATA[<p>therian, i mean a patent for the supply without a dedicated supply pin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tachikoma</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79653</link>
		<dc:creator><![CDATA[Tachikoma]]></dc:creator>
		<pubDate>Mon, 29 Jun 2009 14:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79653</guid>
		<description><![CDATA[Yeah!

They should use Chinese Yuan for a change!

Or something.]]></description>
		<content:encoded><![CDATA[<p>Yeah!</p>
<p>They should use Chinese Yuan for a change!</p>
<p>Or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wwhat</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79652</link>
		<dc:creator><![CDATA[Wwhat]]></dc:creator>
		<pubDate>Mon, 29 Jun 2009 13:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79652</guid>
		<description><![CDATA[Fuck all people who use US quarters for size comparison, hope they die in a fire already, I&#039;m sick and tired of it as you might have surmised at this point.]]></description>
		<content:encoded><![CDATA[<p>Fuck all people who use US quarters for size comparison, hope they die in a fire already, I&#8217;m sick and tired of it as you might have surmised at this point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79648</link>
		<dc:creator><![CDATA[t]]></dc:creator>
		<pubDate>Mon, 29 Jun 2009 12:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79648</guid>
		<description><![CDATA[simply ingenous!]]></description>
		<content:encoded><![CDATA[<p>simply ingenous!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: therian</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79594</link>
		<dc:creator><![CDATA[therian]]></dc:creator>
		<pubDate>Sun, 28 Jun 2009 19:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79594</guid>
		<description><![CDATA[timour patents cost a lot of money. This  idea is very good but special rfid chips cost much less]]></description>
		<content:encoded><![CDATA[<p>timour patents cost a lot of money. This  idea is very good but special rfid chips cost much less</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timour</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79591</link>
		<dc:creator><![CDATA[timour]]></dc:creator>
		<pubDate>Sun, 28 Jun 2009 19:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79591</guid>
		<description><![CDATA[5 stars hack
i did also notice the power by the i/o, but always see it as a drawback.
genuine genius, you shoud request a patent for that

Hack a Day, more like this please]]></description>
		<content:encoded><![CDATA[<p>5 stars hack<br />
i did also notice the power by the i/o, but always see it as a drawback.<br />
genuine genius, you shoud request a patent for that</p>
<p>Hack a Day, more like this please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackius</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79554</link>
		<dc:creator><![CDATA[Hackius]]></dc:creator>
		<pubDate>Sun, 28 Jun 2009 09:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79554</guid>
		<description><![CDATA[If you power the AVR then you can brute force a RFID reader. If I had a AVR programer I&#039;d try it.]]></description>
		<content:encoded><![CDATA[<p>If you power the AVR then you can brute force a RFID reader. If I had a AVR programer I&#8217;d try it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conundrum</title>
		<link>http://hackaday.com/2009/06/27/avr-rfid-tag/comment-page-1/#comment-79551</link>
		<dc:creator><![CDATA[conundrum]]></dc:creator>
		<pubDate>Sun, 28 Jun 2009 08:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=12107#comment-79551</guid>
		<description><![CDATA[interesting... 
could also be handy for powering &quot;smart&quot; tags that can log environmental data using ambient light, and then be read back wirelessly.]]></description>
		<content:encoded><![CDATA[<p>interesting&#8230;<br />
could also be handy for powering &#8220;smart&#8221; tags that can log environmental data using ambient light, and then be read back wirelessly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

