<?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: NESpad/SNESpad: Nintendo Joystick Libraries for Arduino</title>
	<atom:link href="http://www.rahji.com/wordpress/2007/09/21/nespad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rahji.com/wordpress/2007/09/21/nespad/</link>
	<description>art &#038; technology</description>
	<lastBuildDate>Sun, 07 Mar 2010 20:00:34 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JR</title>
		<link>http://www.rahji.com/wordpress/2007/09/21/nespad/comment-page-1/#comment-31806</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Mon, 20 Apr 2009 12:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/21/nespad/#comment-31806</guid>
		<description>Hey guys,

I use 0015 with a Arduino Mega and some of the buttons of my snes controller don’t work anymore when using the SNESpad_LED sketch?

X and A button and the SNES_L and SNES_R button don’t work. The rest is still working :)

Using the SNESpad_serial all buttons seems to be responding.

Best regards.</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I use 0015 with a Arduino Mega and some of the buttons of my snes controller don’t work anymore when using the SNESpad_LED sketch?</p>
<p>X and A button and the SNES_L and SNES_R button don’t work. The rest is still working :)</p>
<p>Using the SNESpad_serial all buttons seems to be responding.</p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Hart</title>
		<link>http://www.rahji.com/wordpress/2007/09/21/nespad/comment-page-1/#comment-31614</link>
		<dc:creator>Rob Hart</dc:creator>
		<pubDate>Wed, 15 Apr 2009 04:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/21/nespad/#comment-31614</guid>
		<description>Hey Guys,

been using this library in Arduino 0013 for quite a while without any problems but since i&#039;ve upgraded to 0015, it compiles and uploads ok but doesnt seem to be working, can anyone confirm this for me?

Cheers Rob.</description>
		<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>been using this library in Arduino 0013 for quite a while without any problems but since i&#8217;ve upgraded to 0015, it compiles and uploads ok but doesnt seem to be working, can anyone confirm this for me?</p>
<p>Cheers Rob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob duarte</title>
		<link>http://www.rahji.com/wordpress/2007/09/21/nespad/comment-page-1/#comment-30382</link>
		<dc:creator>rob duarte</dc:creator>
		<pubDate>Tue, 10 Mar 2009 21:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/21/nespad/#comment-30382</guid>
		<description>it sounds like you probably have it wired correctly, but the library was only written for one game pad.  i am still hoping to make some changes to this library to make it more useful - i can easily add the ability to connect multiple game pads at the same time.  in the meantime, you should be able to tweak it a bit to work with 2 pads.  i am completely swamped at the moment but i can tell you that i would probably take the DATA constant (the pin number for data line) in NESpad.cpp and make it a parameter for the constructor instead.  That way instead of doing something like &quot;NESpad nintendo=NESpad()&quot; in your code, you could call it like &quot;NESpad(7)&quot; to make an NESpad object that corresponds a game pad with its data line connected to the Arduino&#039;s digital i/o pin 7.  sorry if that&#039;s confusing - i&#039;m hoping to integrate everyone&#039;s comments into this library soon .. maybe during spring break.</description>
		<content:encoded><![CDATA[<p>it sounds like you probably have it wired correctly, but the library was only written for one game pad.  i am still hoping to make some changes to this library to make it more useful &#8211; i can easily add the ability to connect multiple game pads at the same time.  in the meantime, you should be able to tweak it a bit to work with 2 pads.  i am completely swamped at the moment but i can tell you that i would probably take the DATA constant (the pin number for data line) in NESpad.cpp and make it a parameter for the constructor instead.  That way instead of doing something like &#8220;NESpad nintendo=NESpad()&#8221; in your code, you could call it like &#8220;NESpad(7)&#8221; to make an NESpad object that corresponds a game pad with its data line connected to the Arduino&#8217;s digital i/o pin 7.  sorry if that&#8217;s confusing &#8211; i&#8217;m hoping to integrate everyone&#8217;s comments into this library soon .. maybe during spring break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marti</title>
		<link>http://www.rahji.com/wordpress/2007/09/21/nespad/comment-page-1/#comment-30377</link>
		<dc:creator>Marti</dc:creator>
		<pubDate>Tue, 10 Mar 2009 19:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/21/nespad/#comment-30377</guid>
		<description>Hi !

I have find this Arduino library very usefull and easy to use.
Thx

But I would like to connect a second nespad (for two players) on the same arduino board. 
Actually I have try to use the same Strobe et Clock output and two data input but it&#039;s not working... 
Can you help me?
Thx</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>I have find this Arduino library very usefull and easy to use.<br />
Thx</p>
<p>But I would like to connect a second nespad (for two players) on the same arduino board.<br />
Actually I have try to use the same Strobe et Clock output and two data input but it&#8217;s not working&#8230;<br />
Can you help me?<br />
Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arduino Tutorials &#171; Think carefully!</title>
		<link>http://www.rahji.com/wordpress/2007/09/21/nespad/comment-page-1/#comment-30375</link>
		<dc:creator>Arduino Tutorials &#171; Think carefully!</dc:creator>
		<pubDate>Tue, 10 Mar 2009 18:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/21/nespad/#comment-30375</guid>
		<description>[...] I didnt have any sensors available the next tutorial I tried involved a Nintendo Controller(I just happened to have an old controller lying around) Although I sadly never got it working a [...]</description>
		<content:encoded><![CDATA[<p>[...] I didnt have any sensors available the next tutorial I tried involved a Nintendo Controller(I just happened to have an old controller lying around) Although I sadly never got it working a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob duarte</title>
		<link>http://www.rahji.com/wordpress/2007/09/21/nespad/comment-page-1/#comment-27908</link>
		<dc:creator>rob duarte</dc:creator>
		<pubDate>Tue, 30 Dec 2008 16:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/21/nespad/#comment-27908</guid>
		<description>Hey Josh, LC didn&#039;t actually have a problem.  That&#039;s what the output of that particular example sketch is supposed to look like.  (I&#039;m going to be revisiting this library when I get back to my studio in a week and I&#039;ll include more intuitive example sketches I guess).  Did you try the other example?  As far as the behavior you described, I&#039;m sure there could be a bug in the library but that would be a pretty major problem and I&#039;d think it would have been noticed by now.  (Since the library&#039;s ONLY function is to detect a button press, basically!)  :)  Are you sure everything is wired correctly?  If you have a week to wait for me to get back to California, I can probably be of more help.</description>
		<content:encoded><![CDATA[<p>Hey Josh, LC didn&#8217;t actually have a problem.  That&#8217;s what the output of that particular example sketch is supposed to look like.  (I&#8217;m going to be revisiting this library when I get back to my studio in a week and I&#8217;ll include more intuitive example sketches I guess).  Did you try the other example?  As far as the behavior you described, I&#8217;m sure there could be a bug in the library but that would be a pretty major problem and I&#8217;d think it would have been noticed by now.  (Since the library&#8217;s ONLY function is to detect a button press, basically!)  :)  Are you sure everything is wired correctly?  If you have a week to wait for me to get back to California, I can probably be of more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Clark</title>
		<link>http://www.rahji.com/wordpress/2007/09/21/nespad/comment-page-1/#comment-27886</link>
		<dc:creator>Josh Clark</dc:creator>
		<pubDate>Tue, 30 Dec 2008 06:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/21/nespad/#comment-27886</guid>
		<description>I am having the same problem as LC. When I run the NESpad_serial file, I get long lines of numbers instead of only 8. Through a little testing, I found out that every time you press a button, it always reports that the &#039;A&#039; button is pressed down, even if it is not. This only happens when I press a button, so the &#039;A&#039; button is not stuck or anything. Any help or suggestions? I kinda need a quick fix for this problem.
Thanks</description>
		<content:encoded><![CDATA[<p>I am having the same problem as LC. When I run the NESpad_serial file, I get long lines of numbers instead of only 8. Through a little testing, I found out that every time you press a button, it always reports that the &#8216;A&#8217; button is pressed down, even if it is not. This only happens when I press a button, so the &#8216;A&#8217; button is not stuck or anything. Any help or suggestions? I kinda need a quick fix for this problem.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John barin</title>
		<link>http://www.rahji.com/wordpress/2007/09/21/nespad/comment-page-1/#comment-27116</link>
		<dc:creator>John barin</dc:creator>
		<pubDate>Wed, 10 Dec 2008 16:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/21/nespad/#comment-27116</guid>
		<description>Hello and thanks for this release!!
I have been uploading the sketch in arduino and it works.
Then I have tryed linking arduino to pduino (patch made for arduino to communicate with pure data)
Would someone have an alternative to make the nes pas communicate with any other software and if yes how??
For pure data has it got to do with the Firmata to upload in the arduino board.
Greetings from France.</description>
		<content:encoded><![CDATA[<p>Hello and thanks for this release!!<br />
I have been uploading the sketch in arduino and it works.<br />
Then I have tryed linking arduino to pduino (patch made for arduino to communicate with pure data)<br />
Would someone have an alternative to make the nes pas communicate with any other software and if yes how??<br />
For pure data has it got to do with the Firmata to upload in the arduino board.<br />
Greetings from France.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob duarte</title>
		<link>http://www.rahji.com/wordpress/2007/09/21/nespad/comment-page-1/#comment-21235</link>
		<dc:creator>rob duarte</dc:creator>
		<pubDate>Thu, 25 Sep 2008 00:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/21/nespad/#comment-21235</guid>
		<description>Thanks for the bug report, Rob.  I&#039;ve fixed the problem and I&#039;m uploading version 1.1 of both NESpad and SNESpad right now.</description>
		<content:encoded><![CDATA[<p>Thanks for the bug report, Rob.  I&#8217;ve fixed the problem and I&#8217;m uploading version 1.1 of both NESpad and SNESpad right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Hart</title>
		<link>http://www.rahji.com/wordpress/2007/09/21/nespad/comment-page-1/#comment-20783</link>
		<dc:creator>Rob Hart</dc:creator>
		<pubDate>Sun, 21 Sep 2008 06:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/09/21/nespad/#comment-20783</guid>
		<description>Hello Rahji,

i have been absolutely loving this library!

only problem it&#039;s doesnt seem to work with the new arduino 0012, throws up a heap of errors (see below)

i wonder if anything could be done about this to resolve it??

Many Thanks Rob!



In file included from C:\arduino-0012\hardware\cores\arduino/WProgram.h:4,


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:80: error: expected unqualified-id before &#039;int&#039;


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:80: error: expected `)&#039; before &#039;int&#039;


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:80: error: expected `)&#039; before &#039;int&#039;


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected unqualified-id before &#039;int&#039;


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected `)&#039; before &#039;int&#039;


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected `)&#039; before &#039;int&#039;


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:144: error: expected identifier before &#039;(&#039; token


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:144: error: expected `)&#039; before &#039;(&#039; token


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:144: error: expected &#039;,&#039; or &#039;...&#039; before &#039;(&#039; token


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:144: error: expected initializer before &#039;)&#039; token


c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:176: error: &#039;__compar_fn_t&#039; has not been declared


In file included from C:\arduino-0012\hardware\cores\arduino/WProgram.h:6,</description>
		<content:encoded><![CDATA[<p>Hello Rahji,</p>
<p>i have been absolutely loving this library!</p>
<p>only problem it&#8217;s doesnt seem to work with the new arduino 0012, throws up a heap of errors (see below)</p>
<p>i wonder if anything could be done about this to resolve it??</p>
<p>Many Thanks Rob!</p>
<p>In file included from C:\arduino-0012\hardware\cores\arduino/WProgram.h:4,</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:80: error: expected unqualified-id before &#8216;int&#8217;</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:80: error: expected `)&#8217; before &#8216;int&#8217;</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:80: error: expected `)&#8217; before &#8216;int&#8217;</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected unqualified-id before &#8216;int&#8217;</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected `)&#8217; before &#8216;int&#8217;</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected `)&#8217; before &#8216;int&#8217;</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:144: error: expected identifier before &#8216;(&#8217; token</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:144: error: expected `)&#8217; before &#8216;(&#8217; token</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:144: error: expected &#8216;,&#8217; or &#8216;&#8230;&#8217; before &#8216;(&#8217; token</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:144: error: expected initializer before &#8216;)&#8217; token</p>
<p>c:/arduino-0012/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:176: error: &#8216;__compar_fn_t&#8217; has not been declared</p>
<p>In file included from C:\arduino-0012\hardware\cores\arduino/WProgram.h:6,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
