<?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: PS3 and Wiimote Game Controllers on the Arduino Host Shield: Part 3</title>
	<atom:link href="http://www.circuitsathome.com/mcu/programming/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3</link>
	<description>A Solder Joint</description>
	<lastBuildDate>Thu, 17 May 2012 05:09:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nathan</title>
		<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-11185</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Fri, 03 Feb 2012 20:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-11185</guid>
		<description>I&#039;ve gotten all of the code to run (USB_desc and blueutils) on my Arduino Uno and Sparkfun USB Host Shield. I want to be able to control servos with the Wiimote buttons (and eventually the accelerometer). Which sketch should I use and/or edit for my purposes? I&#039;m kind of new to this whole programming thing, and I&#039;ve not seen any guides on how to control servos with a Wiimote (the actual remote). I have seen lots of projects on the Nunchuck and the Wii to the Arduino via laptop (bluetooth). Is there a way to do it without a laptop?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve gotten all of the code to run (USB_desc and blueutils) on my Arduino Uno and Sparkfun USB Host Shield. I want to be able to control servos with the Wiimote buttons (and eventually the accelerometer). Which sketch should I use and/or edit for my purposes? I&#8217;m kind of new to this whole programming thing, and I&#8217;ve not seen any guides on how to control servos with a Wiimote (the actual remote). I have seen lots of projects on the Nunchuck and the Wii to the Arduino via laptop (bluetooth). Is there a way to do it without a laptop?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-11173</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Fri, 03 Feb 2012 10:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-11173</guid>
		<description>I was having problems with this library, so I&#039;m glad that you&#039;ve posted this. I&#039;ve tried running blueutils.pde on Arduino18, but have had limited success. When running it, I get an error about java. It says something like &quot;java.lang.NullPointerException at processing.app.debug.Compiler.Compile at....&quot;
Any ideas?</description>
		<content:encoded><![CDATA[<p>I was having problems with this library, so I&#8217;m glad that you&#8217;ve posted this. I&#8217;ve tried running blueutils.pde on Arduino18, but have had limited success. When running it, I get an error about java. It says something like &#8220;java.lang.NullPointerException at processing.app.debug.Compiler.Compile at&#8230;.&#8221;<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lievenstandaert</title>
		<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-11114</link>
		<dc:creator>lievenstandaert</dc:creator>
		<pubDate>Sun, 29 Jan 2012 16:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-11114</guid>
		<description>Hello Richard,

I&#039;ve been playing around wih your code today, thank you very much for the cool project and the attention you put into the documentation.

It did take me a bit of time to get it running though.
The code meeds Arduino18 and the old version of the spi-library, (Spi.h NOT the new SPI.h) it won&#039;t run on anything past arduino19 as this is when this library was rewritten. An added difficulty is that the old verson of the library isn&#039;t to be found on the arduino playground anymore.

Oleg was kind enough to mail it to me,
but it would be useful to add the info that the code was written for Arduino18 in a README on the Github.
Also, it makes sense to add the Spi-library the code uses to the download.
I&#039;ve put it here:
http://www.repairablemachines.com/downloads/Spi_library_for_arduino18.zip

best, 
Lieven Standaert, Belgium

PS: many thx to Oleg for the file</description>
		<content:encoded><![CDATA[<p>Hello Richard,</p>
<p>I&#8217;ve been playing around wih your code today, thank you very much for the cool project and the attention you put into the documentation.</p>
<p>It did take me a bit of time to get it running though.<br />
The code meeds Arduino18 and the old version of the spi-library, (Spi.h NOT the new SPI.h) it won&#8217;t run on anything past arduino19 as this is when this library was rewritten. An added difficulty is that the old verson of the library isn&#8217;t to be found on the arduino playground anymore.</p>
<p>Oleg was kind enough to mail it to me,<br />
but it would be useful to add the info that the code was written for Arduino18 in a README on the Github.<br />
Also, it makes sense to add the Spi-library the code uses to the download.<br />
I&#8217;ve put it here:<br />
<a href="http://www.repairablemachines.com/downloads/Spi_library_for_arduino18.zip" rel="nofollow">http://www.repairablemachines.com/downloads/Spi_library_for_arduino18.zip</a></p>
<p>best,<br />
Lieven Standaert, Belgium</p>
<p>PS: many thx to Oleg for the file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christo</title>
		<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-10391</link>
		<dc:creator>christo</dc:creator>
		<pubDate>Tue, 15 Nov 2011 23:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-10391</guid>
		<description>ohh but what protocol are you using to find other BT devices now? is it going to be available soon? I would love to try and experiment with it, but I am not sure I could develop it myself. thanks for the reply</description>
		<content:encoded><![CDATA[<p>ohh but what protocol are you using to find other BT devices now? is it going to be available soon? I would love to try and experiment with it, but I am not sure I could develop it myself. thanks for the reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleg</title>
		<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-10381</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-10381</guid>
		<description>I don&#039;t have standard RFCOMM implementation for BT yet.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have standard RFCOMM implementation for BT yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christo</title>
		<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-10375</link>
		<dc:creator>christo</dc:creator>
		<pubDate>Tue, 15 Nov 2011 11:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-10375</guid>
		<description>Hi Oleg,

Do you know if its possible to recognize a cell phone and send comands through bluetooth to the usb host shield with a bluetooth dongle? Have you tried something similar? I would like to implement some mobile processing apps if possible. thanks for any tips . kind regards, christo</description>
		<content:encoded><![CDATA[<p>Hi Oleg,</p>
<p>Do you know if its possible to recognize a cell phone and send comands through bluetooth to the usb host shield with a bluetooth dongle? Have you tried something similar? I would like to implement some mobile processing apps if possible. thanks for any tips . kind regards, christo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleg</title>
		<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-8966</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Wed, 21 Sep 2011 14:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-8966</guid>
		<description>Tutorials were written by Richard Ibbotson, I&#039;m just hosting them. I don&#039;t know his plans about other parts, sorry.</description>
		<content:encoded><![CDATA[<p>Tutorials were written by Richard Ibbotson, I&#8217;m just hosting them. I don&#8217;t know his plans about other parts, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gupu</title>
		<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-8959</link>
		<dc:creator>Gupu</dc:creator>
		<pubDate>Wed, 21 Sep 2011 01:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-8959</guid>
		<description>Hello, oleg. First of all congratulations and thanks for doing this tutorials. I&#039;ve really enjoyed controlleing my arduino with the DS3. I would like to be able to control it now wireless via bluetooth. Is there any library that supports this? Are you going to make the last 2 parts of this tutorial? Thanks again.</description>
		<content:encoded><![CDATA[<p>Hello, oleg. First of all congratulations and thanks for doing this tutorials. I&#8217;ve really enjoyed controlleing my arduino with the DS3. I would like to be able to control it now wireless via bluetooth. Is there any library that supports this? Are you going to make the last 2 parts of this tutorial? Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-8415</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 14 Jul 2011 19:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-8415</guid>
		<description>That&#039;s where I get 90% of my information! :)

I&#039;ve got the old code and I&#039;ve got the right library, the demo sketch it uploaded and the wiimote and the arduino are talking...but thats where I&#039;m confused. I&#039;ve seen how you got the PS3 controller working, is there a similar library for the wiimote?

I&#039;ve worked with my Arduino quite a bit, but I&#039;ve never written my own library, just sketches for this and that. Is that something I may need to look into in order to get this working?

Also, will it be a problem if I&#039;m using the newest version of the Arduino software? Should I be using 0018 for this? Currently I have been working with 0022, which comes with the newest SPI library preinstalled, which might be causing issues with the older code.</description>
		<content:encoded><![CDATA[<p>That&#8217;s where I get 90% of my information! <img src='http://www.circuitsathome.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve got the old code and I&#8217;ve got the right library, the demo sketch it uploaded and the wiimote and the arduino are talking&#8230;but thats where I&#8217;m confused. I&#8217;ve seen how you got the PS3 controller working, is there a similar library for the wiimote?</p>
<p>I&#8217;ve worked with my Arduino quite a bit, but I&#8217;ve never written my own library, just sketches for this and that. Is that something I may need to look into in order to get this working?</p>
<p>Also, will it be a problem if I&#8217;m using the newest version of the Arduino software? Should I be using 0018 for this? Currently I have been working with 0022, which comes with the newest SPI library preinstalled, which might be causing issues with the older code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleg</title>
		<link>http://www.circuitsathome.com/mcu/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-8391</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Tue, 12 Jul 2011 21:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-8391</guid>
		<description>0018 is probably the newest you can use</description>
		<content:encoded><![CDATA[<p>0018 is probably the newest you can use</p>
]]></content:encoded>
	</item>
</channel>
</rss>

