<?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: Arduino USB Host &#8211; Peripherals.</title>
	<atom:link href="http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/feed" rel="self" type="application/rss+xml" />
	<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals</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: Apologieser</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/comment-page-1#comment-3826</link>
		<dc:creator>Apologieser</dc:creator>
		<pubDate>Sun, 10 Jan 2010 21:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=1075#comment-3826</guid>
		<description>Wow its awesome to finely found someone that did get a wiimote connected to an arduino directly. But could you please share your source and document it. I think it would do the community very good.

And besides that I have an project on my own for wich I want to use the wiimote but I&#039;m just not capable of achieving what you have done.</description>
		<content:encoded><![CDATA[<p>Wow its awesome to finely found someone that did get a wiimote connected to an arduino directly. But could you please share your source and document it. I think it would do the community very good.</p>
<p>And besides that I have an project on my own for wich I want to use the wiimote but I&#8217;m just not capable of achieving what you have done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleg</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/comment-page-1#comment-3703</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Sun, 13 Dec 2009 02:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=1075#comment-3703</guid>
		<description>This can be done. However, I&#039;d rather set it up differently - using regular Arduino connect USB Bluetooth adapter to the host shield and connect your sensor to the serial port of  Arduino. Looks like it would be cheaper than Arduino with built-in BT.</description>
		<content:encoded><![CDATA[<p>This can be done. However, I&#8217;d rather set it up differently &#8211; using regular Arduino connect USB Bluetooth adapter to the host shield and connect your sensor to the serial port of  Arduino. Looks like it would be cheaper than Arduino with built-in BT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/comment-page-1#comment-3702</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 12 Dec 2009 17:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=1075#comment-3702</guid>
		<description>This is an exciting platform. I would like to setup something like this:
1.) Arduino  with bluetooth modem support to talk to
 PC.
2.) This same Arduino to support USB host mode. 

My goal is: Gather sensor data on external sensor device with USB interface --&gt; Arduiono USB host mode --&gt; Bluetooth --&gt; PC.

Does this seem possible? The interface to the external sensor device is a simple serial interface. 
Does this seem possible?</description>
		<content:encoded><![CDATA[<p>This is an exciting platform. I would like to setup something like this:<br />
1.) Arduino  with bluetooth modem support to talk to<br />
 PC.<br />
2.) This same Arduino to support USB host mode. </p>
<p>My goal is: Gather sensor data on external sensor device with USB interface &#8211;&gt; Arduiono USB host mode &#8211;&gt; Bluetooth &#8211;&gt; PC.</p>
<p>Does this seem possible? The interface to the external sensor device is a simple serial interface.<br />
Does this seem possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/comment-page-1#comment-3696</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 10 Dec 2009 16:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=1075#comment-3696</guid>
		<description>I did find the datasheet here for the BC41B143A. The common $3 USB Bluetooth Dongles often use these.
http://pdf1.alldatasheet.com/datasheet-pdf/view/114802/ETC/BC41B143A-ANN-E4.html

Most programming information is in the Bluetooth spec. though for HCI and higher protocols.</description>
		<content:encoded><![CDATA[<p>I did find the datasheet here for the BC41B143A. The common $3 USB Bluetooth Dongles often use these.<br />
<a href="http://pdf1.alldatasheet.com/datasheet-pdf/view/114802/ETC/BC41B143A-ANN-E4.html" rel="nofollow">http://pdf1.alldatasheet.com/datasheet-pdf/view/114802/ETC/BC41B143A-ANN-E4.html</a></p>
<p>Most programming information is in the Bluetooth spec. though for HCI and higher protocols.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/comment-page-1#comment-3601</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 29 Nov 2009 17:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=1075#comment-3601</guid>
		<description>L2CAP layer is now working, so Wiimote buttons are working to Arduino over bluetooth. Still got some work to do to clean up disconnect process, only using about 70% of program and data space on AtMega168.

So we have WiiHID, on L2CAP, on ACL, on HCI, on USB, on MAX3421e, on spi! plus lcd and freemem as well.</description>
		<content:encoded><![CDATA[<p>L2CAP layer is now working, so Wiimote buttons are working to Arduino over bluetooth. Still got some work to do to clean up disconnect process, only using about 70% of program and data space on AtMega168.</p>
<p>So we have WiiHID, on L2CAP, on ACL, on HCI, on USB, on MAX3421e, on spi! plus lcd and freemem as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/comment-page-1#comment-3575</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 27 Nov 2009 22:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=1075#comment-3575</guid>
		<description>Hi Yannick, It does look like CSR have tightened their access policy, though I would suggest you talk to them to get access to bluecore 4 data. The CSR chips do comply very well to the bluetooth spec, so that is the base reference. If your device is BC41B143A as is mine, then I can send you datasheet.

I now have HCI layer working reliably on Arduino to Wiimote, and am working on L2CAP layer.</description>
		<content:encoded><![CDATA[<p>Hi Yannick, It does look like CSR have tightened their access policy, though I would suggest you talk to them to get access to bluecore 4 data. The CSR chips do comply very well to the bluetooth spec, so that is the base reference. If your device is BC41B143A as is mine, then I can send you datasheet.</p>
<p>I now have HCI layer working reliably on Arduino to Wiimote, and am working on L2CAP layer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yannick</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/comment-page-1#comment-3563</link>
		<dc:creator>Yannick</dc:creator>
		<pubDate>Thu, 26 Nov 2009 00:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=1075#comment-3563</guid>
		<description>Richard, you say that the CSR chip is well documented but I don&#039;t finf anything on it. Could you help me ?</description>
		<content:encoded><![CDATA[<p>Richard, you say that the CSR chip is well documented but I don&#8217;t finf anything on it. Could you help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/comment-page-1#comment-3567</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 21 Nov 2009 10:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=1075#comment-3567</guid>
		<description>Showrov, The MAX3420E is a peripheral controller and not a host controller as well. This could be programmed to conect to a PC host, but not to a bluetooth dongle. I have never used the MAX3420 or the MAX3421 in peripheral mode. There are easier and in my opinion better solutions using readily available micros from Microchip, Atmel, Arm and others with already existing software.

Sprawly, The USB port on Deumilanove is also a USB peripheral specific for serial communication, so will not work to a USB dongle. You need the USB host sheild to use a USb dongle. If you just want serial connection, one of the modems is a lot easier.</description>
		<content:encoded><![CDATA[<p>Showrov, The MAX3420E is a peripheral controller and not a host controller as well. This could be programmed to conect to a PC host, but not to a bluetooth dongle. I have never used the MAX3420 or the MAX3421 in peripheral mode. There are easier and in my opinion better solutions using readily available micros from Microchip, Atmel, Arm and others with already existing software.</p>
<p>Sprawly, The USB port on Deumilanove is also a USB peripheral specific for serial communication, so will not work to a USB dongle. You need the USB host sheild to use a USb dongle. If you just want serial connection, one of the modems is a lot easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sprawly</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/comment-page-1#comment-3565</link>
		<dc:creator>Sprawly</dc:creator>
		<pubDate>Fri, 20 Nov 2009 05:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=1075#comment-3565</guid>
		<description>Hey guys, I just got an Arduino Deumilnove and I wanted to experiment with having it communicate through a usb bluetooth dongle. The arduino has usb connectivity built in so im hoping this could work since the bluetooth modems i saw were upwards of 60 USD where i found a dongle for 15 USD. I;d imagine that it might take some extra code to read but im uncertain of where to start. My arduino has the ATMEGA328 which i know has double the ram capacity of the 168. The dongle that i plan to use is a Ciraga BTA-6130. I chose this one because it has a 100m range. Any help would be appreciated.

Thanks</description>
		<content:encoded><![CDATA[<p>Hey guys, I just got an Arduino Deumilnove and I wanted to experiment with having it communicate through a usb bluetooth dongle. The arduino has usb connectivity built in so im hoping this could work since the bluetooth modems i saw were upwards of 60 USD where i found a dongle for 15 USD. I;d imagine that it might take some extra code to read but im uncertain of where to start. My arduino has the ATMEGA328 which i know has double the ram capacity of the 168. The dongle that i plan to use is a Ciraga BTA-6130. I chose this one because it has a 100m range. Any help would be appreciated.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yannick</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host-part-4-peripherals/comment-page-#comment-3566</link>
		<dc:creator>Yannick</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=1075#comment-3566</guid>
		<description>Hi evreyboy ! I have a Blutooth USB dongle that contains A CSR chip ! Richard, you say that those chip are well documented, but I don&#039;t manage to obtain them from theri website. I would like to register, but all my email adresses did not worked. Could you send them it is possible or tell me the correct way to download them ? Thanks</description>
		<content:encoded><![CDATA[<p>Hi evreyboy ! I have a Blutooth USB dongle that contains A CSR chip ! Richard, you say that those chip are well documented, but I don&#8217;t manage to obtain them from theri website. I would like to register, but all my email adresses did not worked. Could you send them it is possible or tell me the correct way to download them ? Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
