<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PyroElectro - News, Projects &#38; Tutorials &#187; usb</title>
	<atom:link href="http://www.pyroelectro.com/category/usb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pyroelectro.com</link>
	<description>PyroElectro.com brings you cool projects &#38; tutorials that you can do at home.</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:15:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>USB 8bit Interface Board</title>
		<link>http://www.pyroelectro.com/2011/07/27/usb-8bit-interface-board/</link>
		<comments>http://www.pyroelectro.com/2011/07/27/usb-8bit-interface-board/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 18:20:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[interface]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=2315</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/bsudftdiy.jpg" /></div></div>The FTDI USB to Serial converter chip has grown quite a bit in popularity recently for its ease of use in windows and linux. This article shows you how to use the FT245 to create a USB input/output interface with an 8 pin header off of a PCB and 4 control lines.<br /><br /><center>
<b>New PyroElectro Tutorial<br />
Coming Tomorrow!</b><br />
</center>
<br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_1.jpg"></center></div><div class="article_link"><a href="http://www.triplespark.net/elec/periph/USB8Bit/">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/07/27/usb-8bit-interface-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Add USB to Anything</title>
		<link>http://www.pyroelectro.com/2011/07/09/howto-add-usb-to-anything/</link>
		<comments>http://www.pyroelectro.com/2011/07/09/howto-add-usb-to-anything/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 21:15:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=2174</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/ubbdsbrd.jpg" /></div></div>This article shows a simple method for using a USB-to-SPI converter to interface USB with any SPI capable device, which is pretty much anything digital. Don't fall into the trap of thinking this makes the software side of USB any easier, but it does make the hardware connection to any digital processor miles easier by acting as a buffer.
<br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_1.jpg"></center></div><div class="article_link"><a href="http://dev.emcelettronica.com/howto-add-usb-to-anything-using-single-device/">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/07/09/howto-add-usb-to-anything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Homemade USB interface board using a PIC</title>
		<link>http://www.pyroelectro.com/2011/06/24/homemade-usb-interface-board-using-a-pic/</link>
		<comments>http://www.pyroelectro.com/2011/06/24/homemade-usb-interface-board-using-a-pic/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 18:00:07 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=2085</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/ubrbsmedo.jpg" /></div></div>This article demonstrates how easy <a href="http://www.pyroelectro.com/tutorials/simple_pic_usb_interface/"><b>USB interfaces</b></a> on a PIC can be using the 18F4550. While USB in itsself is rather complex, microchip's USB framework kit, which was used here, makes things at very least tolerable. The article includes schematic drawings and example pictures of the system completely built and working. Checkout the action video!
<br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_1.jpg"></center></div><div class="article_link"><a href="http://ashishrd.blogspot.com/2010/02/homemade-usb-interface-board-using-pic.html">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/06/24/homemade-usb-interface-board-using-a-pic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DIY 31 Port USB HUB</title>
		<link>http://www.pyroelectro.com/2011/04/03/diy-31-port-usb-hub/</link>
		<comments>http://www.pyroelectro.com/2011/04/03/diy-31-port-usb-hub/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 21:07:41 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=1611</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/3pu1bs.jpg" /></div></div>USB hubs are everywhere, but 31 port USB hubs just don't exist, at least not at your local electronics store. Today's project shows you how to build your own 31 port USB hub with some off the shelf parts. The project write-up is mixed in with a little USB theory.<br /><br />
<br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_1.jpg"></center></div><div class="article_link"><a href="http://translate.googleusercontent.com/translate_c?hl=en&ie=UTF8&langpair=ja%7Cen&oe=UTF8&prev=/language_tools&rurl=translate.google.com&u=http://www.cad.t.u-tokyo.ac.jp/~shun/etc/20061011_usb_hub_e.html&usg=ALkJrhjfD8fLX247-3pFMFp-qvTGNc7S0A">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/04/03/diy-31-port-usb-hub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a USB device with a PIC</title>
		<link>http://www.pyroelectro.com/2011/03/26/build-a-usb-device-with-a-pic/</link>
		<comments>http://www.pyroelectro.com/2011/03/26/build-a-usb-device-with-a-pic/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 21:10:36 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=1574</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/sbudkfejdev.jpg" /></div></div>This project goes through the very basics of making a USB device using the PIC. The PIC series 18F4550 is a great low-power USB enabled device and this tutorial demonstrates that. Hardware schematics and PIC software is included in the project write-up.<br /><br />
<br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_2.jpg"></center></div><div class="article_link"><a href="http://www.radiolocman.com/shem/schematics.html?di=51860">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2011/03/26/build-a-usb-device-with-a-pic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ATtiny to: USBtiny</title>
		<link>http://www.pyroelectro.com/2010/12/23/attiny-to-usbtiny/</link>
		<comments>http://www.pyroelectro.com/2010/12/23/attiny-to-usbtiny/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 20:00:13 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[misc projects]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=1134</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/usbtiny.jpg" /></div></div>USB has come to the forefront of importance and so knowing how to build firmware to interface properly is important. This hack brings to the ATtiny USB capability and while only USB 1.1, it still opens up a world of opportunity. Check the project write-up for source code and hardware schematics.<br /><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_1.jpg"></center></div><div class="article_link"><a href="http://www.xs4all.nl/~dicks/avr/usbtiny/index.html">Read</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2010/12/23/attiny-to-usbtiny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPS Unit Connected to an Eee</title>
		<link>http://www.pyroelectro.com/2009/05/16/gps-unit-connected-to-an-eee/</link>
		<comments>http://www.pyroelectro.com/2009/05/16/gps-unit-connected-to-an-eee/#comments</comments>
		<pubDate>Sat, 16 May 2009 21:05:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=594</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/gpseee.jpg" /></div></div>This little project shows how to take a semi-broken GPS unit and create a new hardware interface to connect with your laptop. The software and hardware (PCB) schematic is provided for you.<br /><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_3.jpg"></center>						</div><div class="article_link">					<a href="http://www.youritronics.com/rgm-3550lp-gps-module-connected-with-asus-eee-pc/">Read</a>				</div>]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2009/05/16/gps-unit-connected-to-an-eee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Ikea&#8221; WiFi-Booster</title>
		<link>http://www.pyroelectro.com/2009/02/04/ikea-wifi-booster/</link>
		<comments>http://www.pyroelectro.com/2009/02/04/ikea-wifi-booster/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 21:30:10 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[usb]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=551</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/antwifi.jpg" /></div></div>This project is another on the cheap wifi-booster. It uses a similar principle of a metallic parabola around the wifi antenna. I questions the quality of IKEA products for this use, but that's for you guys to decide.<br /><br /><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_2.jpg"></center>						</div><div class="article_link">					<a href="http://www.fakeproject.com/Ikea_WiFi_Booster/">Read</a>				</div>]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2009/02/04/ikea-wifi-booster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sawed Off USB Cable</title>
		<link>http://www.pyroelectro.com/2009/01/11/sawed-off-usb-cable/</link>
		<comments>http://www.pyroelectro.com/2009/01/11/sawed-off-usb-cable/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:33:15 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=514</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/swusb.jpg" /></div></div>This is a very simple project that shows you how to build a usb memory stick within the casing of a "sawed off usb cable." No real engineering at work here, just careful disassembly & re-assembly, but it's impressive!<br /><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_2.jpg"></center>						</div><div class="article_link">					<a href="http://www.evilmadscientist.com/article.php/usbkey">Read</a>				</div>]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2009/01/11/sawed-off-usb-cable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>StickDuino &#8211; Arduino Clone</title>
		<link>http://www.pyroelectro.com/2009/01/09/stickduino-arduino-clone/</link>
		<comments>http://www.pyroelectro.com/2009/01/09/stickduino-arduino-clone/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 21:00:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[laptop mods]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.pyroelectro.com/?p=505</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="content-container"><div class="thumb tright"><div style="width:250px;height:250px;padding-top:10px;padding-left:5px;padding-right:5px;"><img src="http://www.pyroelectro.com/img/duino.jpg" /></div></div>StickDuino is a completely open source custom USB stick for an Arduino. If you've ever wanted to learn how to interface Arduino to USB or Build a PCB for your Arduino, this is a great place to start.<br /><br /><br /><br />
<center><b>PyroFactor:</b> <img src="http://www.pyroelectro.com/img/devil_3.jpg"></center>						</div><div class="article_link">					<a href="http://www.spiffie.org/kits/stickduino/start.shtml">Read</a>				</div>]]></content:encoded>
			<wfw:commentRss>http://www.pyroelectro.com/2009/01/09/stickduino-arduino-clone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

