<?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/programming/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3</link>
	<description>A Solder Joint</description>
	<lastBuildDate>Wed, 28 Jul 2010 22:29:35 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard</title>
		<link>http://www.circuitsathome.com/mcu/programming/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-5991</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 03 Jun 2010 10:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-5991</guid>
		<description>Hi Jong,

Which shield are you using ? Circuits@home or Sparkfun ?
Which Arduino model ?
What is the power arrangement ?
What dongle ? Maybe you can send me a dump of the output from usb_desc sketch  for your dongle ?

Richard</description>
		<content:encoded><![CDATA[<p>Hi Jong,</p>
<p>Which shield are you using ? Circuits@home or Sparkfun ?<br />
Which Arduino model ?<br />
What is the power arrangement ?<br />
What dongle ? Maybe you can send me a dump of the output from usb_desc sketch  for your dongle ?</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jong</title>
		<link>http://www.circuitsathome.com/mcu/programming/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-5980</link>
		<dc:creator>Jong</dc:creator>
		<pubDate>Tue, 01 Jun 2010 01:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-5980</guid>
		<description>Hello,

I was trying to access the Bluetooth dongle using the blueutils sketch. Then, myy serial monitor gave me the following:



freeMemory() reports:	1513
CSR Initialized
No response to HCI Reset



I can&#039;t figure out why it can&#039;t respond to the HCI reset?

Hoping if anybody can help. Thank you!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I was trying to access the Bluetooth dongle using the blueutils sketch. Then, myy serial monitor gave me the following:</p>
<p>freeMemory() reports:	1513<br />
CSR Initialized<br />
No response to HCI Reset</p>
<p>I can&#8217;t figure out why it can&#8217;t respond to the HCI reset?</p>
<p>Hoping if anybody can help. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.circuitsathome.com/mcu/programming/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-5979</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 01 Jun 2010 00:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-5979</guid>
		<description>Hi there,

Thanks for this amazing tutorial on interfacing the Wiimote with the Arduino.

I&#039;m running into a snag with the blueutils sketch.  I run the USB_desc sketch and obtain a device description for my CSR bluetooth dongle (the package isn&#039;t quite the same as yours, but it is CSR, and has the same VID and PID as yours).  However, when I load the blueutils sketch onto my arduino, I see this much on the Serial Monitor, and the program seems to get stuck:

freeMemory() reports:	1513
CSR Initialized

It will sit there indefinitely, and the HCI reset portion of the code doesn&#039;t seem to be executed at all.  Any thoughts on why this might be happening?  Your help would be GREATLY appreciated!

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Thanks for this amazing tutorial on interfacing the Wiimote with the Arduino.</p>
<p>I&#8217;m running into a snag with the blueutils sketch.  I run the USB_desc sketch and obtain a device description for my CSR bluetooth dongle (the package isn&#8217;t quite the same as yours, but it is CSR, and has the same VID and PID as yours).  However, when I load the blueutils sketch onto my arduino, I see this much on the Serial Monitor, and the program seems to get stuck:</p>
<p>freeMemory() reports:	1513<br />
CSR Initialized</p>
<p>It will sit there indefinitely, and the HCI reset portion of the code doesn&#8217;t seem to be executed at all.  Any thoughts on why this might be happening?  Your help would be GREATLY appreciated!</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.circuitsathome.com/mcu/programming/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-4739</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-4739</guid>
		<description>Hi. I&#039;m in my school&#039;s robotics club and we&#039;re following these guides to try and sync up a PS3 controller to an arduino board to control our robot. We have got the PS3LCD sketch to compile (finally) and now have absolutely no idea where to connect the pins? Is there a clear picture of how to connect it all up? We really need to know just what pins to plug into where from where and all that.

Any help would be incredibly appreciated. :)
Thanks so much and keep up the good work.
Sam.</description>
		<content:encoded><![CDATA[<p>Hi. I&#8217;m in my school&#8217;s robotics club and we&#8217;re following these guides to try and sync up a PS3 controller to an arduino board to control our robot. We have got the PS3LCD sketch to compile (finally) and now have absolutely no idea where to connect the pins? Is there a clear picture of how to connect it all up? We really need to know just what pins to plug into where from where and all that.</p>
<p>Any help would be incredibly appreciated. :)<br />
Thanks so much and keep up the good work.<br />
Sam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui</title>
		<link>http://www.circuitsathome.com/mcu/programming/ps3-and-wiimote-game-controllers-on-the-arduino-host-shield-part-3/comment-page-1#comment-4390</link>
		<dc:creator>Rui</dc:creator>
		<pubDate>Fri, 26 Feb 2010 15:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=2473#comment-4390</guid>
		<description>Absolutely fantastic articles! When will parts 4 and 5 be avaiable? Great work! :)</description>
		<content:encoded><![CDATA[<p>Absolutely fantastic articles! When will parts 4 and 5 be avaiable? Great work! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
