<?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: AVR USB Joystick</title>
	<atom:link href="http://www.mictronics.de/projects/avr-usb-joystick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mictronics.de</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 12:54:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Janw</title>
		<link>http://www.mictronics.de/projects/avr-usb-joystick/comment-page-1/#comment-518</link>
		<dc:creator>Janw</dc:creator>
		<pubDate>Sun, 05 Feb 2012 16:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=28#comment-518</guid>
		<description>Got it working. Windowa didn&#039;t recognize it until I changed the 27pF capacitors to 22pF as stated in the atmega8A datasheet.

works great now!</description>
		<content:encoded><![CDATA[<p>Got it working. Windowa didn&#8217;t recognize it until I changed the 27pF capacitors to 22pF as stated in the atmega8A datasheet.</p>
<p>works great now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.mictronics.de/projects/avr-usb-joystick/comment-page-1/#comment-508</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sat, 21 Jan 2012 12:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=28#comment-508</guid>
		<description>Sorry =)....yes, it works well under Win7</description>
		<content:encoded><![CDATA[<p>Sorry =)&#8230;.yes, it works well under Win7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.mictronics.de/projects/avr-usb-joystick/comment-page-1/#comment-506</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 21 Jan 2012 09:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=28#comment-506</guid>
		<description>It&#039;s supposed to work since a standard USB HID device will be emulated. Although I didn&#039;t test under Win7, don&#039;t have the OS.</description>
		<content:encoded><![CDATA[<p>It&#8217;s supposed to work since a standard USB HID device will be emulated. Although I didn&#8217;t test under Win7, don&#8217;t have the OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.mictronics.de/projects/avr-usb-joystick/comment-page-1/#comment-505</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Fri, 20 Jan 2012 22:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=28#comment-505</guid>
		<description>Hello. I would like to ask if this device can work with operating system Windows 7. Thank you</description>
		<content:encoded><![CDATA[<p>Hello. I would like to ask if this device can work with operating system Windows 7. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.mictronics.de/projects/avr-usb-joystick/comment-page-1/#comment-485</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 16 Dec 2011 11:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=28#comment-485</guid>
		<description>About the diodes you have to try, don&#039;t know for the moment.

You can remove parts of the code, might give some improvement but I wouldn&#039;t expect much.</description>
		<content:encoded><![CDATA[<p>About the diodes you have to try, don&#8217;t know for the moment.</p>
<p>You can remove parts of the code, might give some improvement but I wouldn&#8217;t expect much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lothar</title>
		<link>http://www.mictronics.de/projects/avr-usb-joystick/comment-page-1/#comment-477</link>
		<dc:creator>Lothar</dc:creator>
		<pubDate>Mon, 12 Dec 2011 22:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=28#comment-477</guid>
		<description>Hi,

I am going to build an Arcade Stick used mainly for Fighting - and Arcade Games. :)

The stick I ordered has one mass for all four directions.
If I just put the diodes on the other side of the switches will they still prevent ghost keying?
(They should, right?)

I took a short look at the code and it seems to me all buttons are enabled by default.
Considering the performance (some arcade games are pretty delay sensitive) would it be an improvement if I throw out all of the stuff I don&#039;t need or isn&#039;t it nessesary? (no need for analog controls)

Despire studying Electical Engeneering I really prefer asking before I order too much stuff and went into trouble. ;)

Thanks Lothar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am going to build an Arcade Stick used mainly for Fighting &#8211; and Arcade Games. <img src='http://www.mictronics.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The stick I ordered has one mass for all four directions.<br />
If I just put the diodes on the other side of the switches will they still prevent ghost keying?<br />
(They should, right?)</p>
<p>I took a short look at the code and it seems to me all buttons are enabled by default.<br />
Considering the performance (some arcade games are pretty delay sensitive) would it be an improvement if I throw out all of the stuff I don&#8217;t need or isn&#8217;t it nessesary? (no need for analog controls)</p>
<p>Despire studying Electical Engeneering I really prefer asking before I order too much stuff and went into trouble. <img src='http://www.mictronics.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks Lothar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fons</title>
		<link>http://www.mictronics.de/projects/avr-usb-joystick/comment-page-1/#comment-465</link>
		<dc:creator>Fons</dc:creator>
		<pubDate>Wed, 07 Dec 2011 14:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=28#comment-465</guid>
		<description>Hello,

My name is Alfonso and I am working with a PS3 controller. I want to do a modding with the pad but I have a problem, I can&#039;t use the home button, it doesn&#039;t work. So, there is any way to emulate this button with this AVR Joystick?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>My name is Alfonso and I am working with a PS3 controller. I want to do a modding with the pad but I have a problem, I can&#8217;t use the home button, it doesn&#8217;t work. So, there is any way to emulate this button with this AVR Joystick?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.mictronics.de/projects/avr-usb-joystick/comment-page-1/#comment-379</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 17 Oct 2011 06:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=28#comment-379</guid>
		<description>Yes, will work.</description>
		<content:encoded><![CDATA[<p>Yes, will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enzo Dañobeytía</title>
		<link>http://www.mictronics.de/projects/avr-usb-joystick/comment-page-1/#comment-378</link>
		<dc:creator>Enzo Dañobeytía</dc:creator>
		<pubDate>Mon, 17 Oct 2011 01:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=28#comment-378</guid>
		<description>Does this ATmega8 works for this  circuit?

http://www.olimex.cl/product_info.php?cPath=52_74&amp;products_id=245&amp;product__name=ATmega8_8K_16MHZ_5V_32TQFP</description>
		<content:encoded><![CDATA[<p>Does this ATmega8 works for this  circuit?</p>
<p><a href="http://www.olimex.cl/product_info.php?cPath=52_74&#038;products_id=245&#038;product__name=ATmega8_8K_16MHZ_5V_32TQFP" rel="nofollow">http://www.olimex.cl/product_info.php?cPath=52_74&#038;products_id=245&#038;product__name=ATmega8_8K_16MHZ_5V_32TQFP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonothan Greene</title>
		<link>http://www.mictronics.de/projects/avr-usb-joystick/comment-page-1/#comment-346</link>
		<dc:creator>Jonothan Greene</dc:creator>
		<pubDate>Mon, 26 Sep 2011 15:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=28#comment-346</guid>
		<description>Dan, this is a late reply so you may have already worked it out, but just in case anyone else needs the information here it is - you shouldn&#039;t need to use a 7805 voltage regular as long as you use 3.6v zener diodes and remove the 4.7k resistor.  When I suggested trying a 7805 that was only for testing purposes because the original design used an incorrect method to drop the voltage on the Data lines.  It will work using power from the USB, no external power should be required.

Now considering the 7805 is not necessary anymore, the only reason I can guess as to why it would only run from a battery is that your wall wort was not at least 7.5v or higher, as most standard 7805&#039;s need at minimum 1.5v higher voltage than what it will output (5v).

Once again for clarity, you need to do both of the following:
-Use 3.6v zener diodes
-Remove 4.7k resistor</description>
		<content:encoded><![CDATA[<p>Dan, this is a late reply so you may have already worked it out, but just in case anyone else needs the information here it is &#8211; you shouldn&#8217;t need to use a 7805 voltage regular as long as you use 3.6v zener diodes and remove the 4.7k resistor.  When I suggested trying a 7805 that was only for testing purposes because the original design used an incorrect method to drop the voltage on the Data lines.  It will work using power from the USB, no external power should be required.</p>
<p>Now considering the 7805 is not necessary anymore, the only reason I can guess as to why it would only run from a battery is that your wall wort was not at least 7.5v or higher, as most standard 7805&#8242;s need at minimum 1.5v higher voltage than what it will output (5v).</p>
<p>Once again for clarity, you need to do both of the following:<br />
-Use 3.6v zener diodes<br />
-Remove 4.7k resistor</p>
]]></content:encoded>
	</item>
</channel>
</rss>

