<?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>YourITronics &#187; USB</title>
	<atom:link href="http://www.youritronics.com/tag/usb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youritronics.com</link>
	<description>DIY, Electronics, IT, Gadgets</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>DIY iPhone like device</title>
		<link>http://www.youritronics.com/diy-iphone-like-device/</link>
		<comments>http://www.youritronics.com/diy-iphone-like-device/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:41:35 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Hi-Tech]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[atmega644]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[SD]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=3118</guid>
		<description><![CDATA[320&#215;240 LCD with resistive touch screen, USB, SD card, 3d engine, USB, movie playback, UI interface, sprite engine , would you believe all of this is handled by an AVR 8 bit device with 4K RAM running at just 12 MHz ? You&#8217;d better believe it because it&#8217;s real. Well the ATmega644 runs at only [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=EF3-U9Lb12k"><img src="http://img.youtube.com/vi/EF3-U9Lb12k/default.jpg" width="130" height="97" border=0></a></p>
<p><span style="font-family: arial,sans-serif; border-collapse: collapse;">320&#215;240 LCD with resistive touch screen, USB, SD card, 3d engine, USB, movie playback, UI interface, sprite engine , would you believe all of this is handled by an AVR 8 bit device with 4K RAM running at just 12 MHz ? You&#8217;d better believe it because it&#8217;s real. Well the ATmega644 runs at only 12 MHz because it&#8217;s powered at 3.3 V so as you can imagine it&#8217;s stretched to it&#8217;s limit. The LCD with the integrated controller helps allot taking the job from the microcontroller.</span></p>
<p><span style="font-family: arial,sans-serif; border-collapse: collapse;">The </span><span style="font-family: arial,sans-serif; border-collapse: collapse;">Pacman demo just fits in 8K flash and 512 bytes of RAM. It uses the sprite engine and runs at &gt; 60fps. The images and animations don&#8217;t even touch the RAM they go straight from the SD card to the display. It turns out reading </span><span style="font-family: arial,sans-serif; border-collapse: collapse;"> a 512 byte block from the SD takes ~1ms.</span></p>
<p><span style="font-family: arial,sans-serif; border-collapse: collapse;">Source code, demo files, Eagle PCB and schematics are provided at the projects <a href="https://sourceforge.net/projects/microtouch/">SF page</a>.</span></p>
<p><strong>DIY iPhone like device:</strong> [<a href="http://hackaday.com/2009/11/03/8-bit-device-quenches-iphone-envy/">via Hackaday</a>] &#8211; <a href="http://rossum.posterous.com/avr-homebrew-device-with-iphone-aspirations">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/diy-iphone-like-device/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>USB Joystick</title>
		<link>http://www.youritronics.com/usb-joystick/</link>
		<comments>http://www.youritronics.com/usb-joystick/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 17:32:52 +0000</pubDate>
		<dc:creator>Tiberiu</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[ATmega8]]></category>
		<category><![CDATA[Joystick]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=2893</guid>
		<description><![CDATA[This is a AVR based joystick that connects to the PC via the USB port. The device utilizes the ATmega8, the 8-bit microcontroller from Atmel and is capable of movement on 8 axis with its analog inputs. The joystick also has 28 buttons for various uses and is fully plug and play, being immediately recognized [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2009/08/usb_joystick.png"><img class="alignnone size-medium wp-image-2892" src="http://www.youritronics.com/wp-content/uploads/2009/08/usb_joystick-300x154.png" alt="USB Joystick" width="300" height="154" /></a></p>
<p>This is a AVR based joystick that connects to the PC via the USB port. The device utilizes the ATmega8, the 8-bit microcontroller from Atmel and is capable of movement on 8 axis with its analog inputs. The joystick also has 28 buttons for various uses and is fully plug and play, being immediately recognized when connected (no driver is needed).</p>
<p>This project is based on the Mjoy16, designed by Mindaugas Milasauskas, with a few adjustments. It is open source, both hardware and software, and the schematics, Gerber files, parts list and source code are all available for free, just follow the link below.</p>
<p><strong>USB Joystick: </strong><a href="http://www.mictronics.de/?page=avr_usb_joystick">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/usb-joystick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY USB Oscilloscope</title>
		<link>http://www.youritronics.com/diy-usb-oscilloscope/</link>
		<comments>http://www.youritronics.com/diy-usb-oscilloscope/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 13:29:42 +0000</pubDate>
		<dc:creator>Tiberiu</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Oscilloscope]]></category>
		<category><![CDATA[Tiny45]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=2837</guid>
		<description><![CDATA[A fairly simple and extremely useful project, this USB dual trace scope can help a great deal in testing and verifying all sorts of electronic projects you might want to develop. It&#8217;s easy to build, easy to use (if you have a computer running Windows and .NET framework installed) and it replaces much more expensive [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2009/08/diy_usb_scope.jpg"></a><a href="http://www.youritronics.com/wp-content/uploads/2009/08/diy_usb_scope1.jpg"></a><a href="http://www.youritronics.com/wp-content/uploads/2009/08/diy_usb_oscilloscope.jpg"><img class="alignnone size-medium wp-image-2840" src="http://www.youritronics.com/wp-content/uploads/2009/08/diy_usb_oscilloscope-300x280.jpg" alt="DIY USB Oscilloscope" width="300" height="280" /></a></p>
<p>A fairly simple and extremely useful project, this USB dual trace scope can help a great deal in testing and verifying all sorts of electronic projects you might want to develop. It&#8217;s easy to build, easy to use (if you have a computer running Windows and .NET framework installed) and it replaces much more expensive equipment, while still giving you the ability to see what&#8217;s going on with your breadboard.</p>
<p>It is constructed on a homemade PCB and it&#8217;s designed to be directly inserted into a breadboard using a 4 pin header (the device is able to provide a 5V voltage using this header). This scope features the Atmel Tiny45 microcontroller running at 16.5Mhz. This is done in software since there is no crystal providing clock rate, the internal PLL clock is synchronized with the USB clock. The code for the MCU was written in C and was compiled with Winavr.</p>
<p>Other components include an LED, a resistance for the LED (the smaller the resistance, the brighter the LED), two resistances for the D+ and D- lines of the USB port, one pull up resistance for USB device detection, two Zener diodes for USB signal levels, a USB socket and a few more (you can find a detailed parts list in the link).</p>
<p>The device connects to the PC using the USB port (HID mode). It doesn&#8217;t require a driver for actual usage and it can be found in the Control Panel, in Game Controllers once it&#8217;s up and running. The data is displayed using C# and a C# version of the code is also available for download in the link.</p>
<p>The project costs about 5 euros to build and that&#8217;s the reason it is named &#8220;the cheapest dual trace scope in the galaxy&#8221;. A simple project that can prove to be very useful in making your future hardware projects.</p>
<p><strong>DIY USB Oscilloscope: </strong><a href="http://yveslebrac.blogspot.com/2008/10/cheapest-dual-trace-scope-in-galaxy.html">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/diy-usb-oscilloscope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Solar USB Charger</title>
		<link>http://www.youritronics.com/diy-solar-usb-charger/</link>
		<comments>http://www.youritronics.com/diy-solar-usb-charger/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 19:36:26 +0000</pubDate>
		<dc:creator>Tiberiu</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Green]]></category>
		<category><![CDATA[solar charger]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=2736</guid>
		<description><![CDATA[A while ago I&#8217;ve talked about a Solar Recharger for iPodTouch that could be used to recharge an iPhone or an iPodTouch with great success. Now, if you have other devices that can be charged using a USB port and you enjoy the idea of using solar energy, you might wanna try this Solar USB [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2009/07/diy_solar_usb_charger.jpg"><img class="alignnone size-medium wp-image-2737" src="http://www.youritronics.com/wp-content/uploads/2009/07/diy_solar_usb_charger-300x225.jpg" alt="DIY Solar USB Charger" width="300" height="225" /></a></p>
<p>A while ago I&#8217;ve talked about a <a href="http://www.youritronics.com/solar-recharger-for-ipodtouch/">Solar Recharger for iPodTouch</a> that could be used to recharge an iPhone or an iPodTouch with great success. Now, if you have other devices that can be charged using a USB port and you enjoy the idea of using solar energy, you might wanna try this Solar USB Charger. It is a fairly simple do-it-yourself project that can pretty much charge anything using USB.</p>
<p>For this project you will need an USB extension A/A cable, a diode, a solar panel to transform solar energy into electrical energy and, of course, tools for soldering and drilling. The solar panel used here is a 6V one, and although normal USB voltage is 5V everything should be ok with 6V too.</p>
<p>Now to the build steps. First, you have to cut and clear the extension cable to the bigger side, having easy access to the two wires. Then, you need to solder the diode to the red wire from the solar panel and the red wire from the extension cable to the diode. The black wires from the panel and the extension cable must also be soldered together. Don&#8217;t forget to isolate the soldered parts with electrical tape.</p>
<p>The last part is putting it all together and drilling holes for the cables to pass through, one for the panel and another for the USB cable (assuming you also have a box to put all this into). Everything has to be glued to stay in one piece and it is complete, you have a functional Solar USB Charger ready to go (you can find a demonstration of the solar charger recharging a Blackberry in the link below).</p>
<p>Extremely handy in trips where electrical plugs may be scarce, not to mention being environmentally friendly, easy to use and quite cheap to make, the Solar USB Charger is a simple yet very useful device to have with you.</p>
<p><strong>DIY Solar USB Charger: </strong><a href="http://www.instructables.com/id/How-to-make-a-Solar-USB-charger-simple/">[Link]</a> &#8211; <a href="http://www.circuitgeek.com/diy-a-simple-solar-usb-charger-today/">[via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/diy-solar-usb-charger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keykeriki, the universal wireless keyboard sniffer</title>
		<link>http://www.youritronics.com/keykeriki-the-universal-wireless-keyboard-sniffer/</link>
		<comments>http://www.youritronics.com/keykeriki-the-universal-wireless-keyboard-sniffer/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 13:32:36 +0000</pubDate>
		<dc:creator>Tiberiu</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Spy]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[Atmega]]></category>
		<category><![CDATA[TRF7900]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=2345</guid>
		<description><![CDATA[Wireless equipment ranging from mobile phones to routers, car alarms or PC peripherals have become an important part of our lives. Most of us use at least one wireless device every day whether you&#8217;re at home or at work because it&#8217;s a lot more comfortable having no wires connected. Keykeriki (from &#8216;kikeriki&#8217;, the sound of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2009/06/keykeriki_the_universal_wireless_keyboard_sniffer.png"><img class="alignnone size-medium wp-image-2346" src="http://www.youritronics.com/wp-content/uploads/2009/06/keykeriki_the_universal_wireless_keyboard_sniffer-270x300.png" alt="Keykeriki, the universal wireless keyboard sniffer" width="270" height="300" /></a></p>
<p>Wireless equipment ranging from mobile phones to routers, car alarms or PC peripherals have become an important part of our lives. Most of us use at least one wireless device every day whether you&#8217;re at home or at work because it&#8217;s a lot more comfortable having no wires connected.</p>
<p>Keykeriki (from &#8216;kikeriki&#8217;, the sound of a rooster) is a very useful tool for verifying the security level of transmissions from someone&#8217;s wireless keyboard. An OpenSource hardware and software project currently working with Microsoft keyboards and free for non-commercial use, the Keykeriki can also demonstrate sniffing attacks for educational purposes only.</p>
<p>Using the Texas Instruments TRF7900 chip, an ATMEL ATMEGA microcontroller and an SDCard interface for logging, the sniffer also has a USART channel for future hardware add-ons that the designers like to call &#8216;backpacks&#8217;. The device requires a 5V power source and can also be powered using the USB port. It can be used with a terminal application or the keyctrl software partially provided in the software package of the project.</p>
<p>Being a very small and flexible project in terms of hardware, but quite ambitious in terms of information provided to the user, most features are built within the software. And it&#8217;s a pretty long feature list, with radio frequency channel switching, signal strength display, encryption key handling, deciphering Microsoft&#8217;s XOR based encryption, decoding of keystrokes from Microsoft 27Mhz based keyboards and more.</p>
<p>Entitled as &#8216;universal&#8217;, the creators of the sniffer pride themselves with having decoded Logitech keyboards transmissions and they plan on adding this feature in a future release. They are also working on designing a few Backpacks, including LCD display and Iphone interface and they plan on providing ready-made boards at a fair price in just a few weeks.</p>
<p>While the project raises some questions about privacy, it&#8217;s definitely an interesting and useful one. As I have mentioned before, it&#8217;s an OpenSource project, so coding and hardware schematics are available for download in the link below.</p>
<p><strong>Keykeriki, the universal wireless keyboard sniffer:</strong> <a href="http://www.remote-exploit.org/Keykeriki.html">[Link]</a> &#8211; <a href="http://hackaday.com/2009/06/04/keykeriki-wireless-keyboard-sniffer/">[Via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/keykeriki-the-universal-wireless-keyboard-sniffer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standalone XBee</title>
		<link>http://www.youritronics.com/standalone-xbee/</link>
		<comments>http://www.youritronics.com/standalone-xbee/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 08:00:41 +0000</pubDate>
		<dc:creator>Laci</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[XBee]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1774</guid>
		<description><![CDATA[In most of the projects the XBee modules appear as interfaces, serving only for the wireless connection, but the they can do much more, they have seven analog input channels, nine digital I/O channels and two PWM outputs, it is almost like a micro controller the difference is that you can&#8217;t actually load your own [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1773" src="http://www.youritronics.com/wp-content/uploads/2009/02/xbee_direct_wiring-thumb.jpg" alt="standalone XBEE" width="300" height="224" /></p>
<p>In most of the projects the <strong>XBee modules</strong> appear as interfaces, serving only for the wireless connection, but the they can do much more, they have seven analog input channels, nine digital I/O channels and two PWM outputs, it is almost like a micro controller the difference is that you can&#8217;t actually load your own control firmware, this needs to run on the PC, but this can be taken as a feature used in your advance since you can make complicated applications in any language and communicate over the serial port. The USB to serial converter should be a problem because the operating system will use it as a virtual serial port, no USB programming required.</p>
<p>With this advanced inputs and outputs you could make complicated robotics applications, smart sensors, and even closed loop systems, not being limited by the code size and speed only your imagination is the limit.</p>
<p>These features of the XBee are available only with the latest firmware version 10A1, if your module is older than you need to update the firmware.</p>
<p><strong>Standalone XBee:</strong> <a href="http://www.faludi.com/2006/12/03/xbee-direct-io-with-adc/">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/standalone-xbee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PIC based Arduino</title>
		<link>http://www.youritronics.com/pic-based-arduino/</link>
		<comments>http://www.youritronics.com/pic-based-arduino/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 08:10:44 +0000</pubDate>
		<dc:creator>Laci</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ATmega168]]></category>
		<category><![CDATA[CUIduino]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1710</guid>
		<description><![CDATA[Yes, the title is tricky, don&#8217;t be afraid Arduino still uses the ATmega168, this project is very similar to the Arduino concept, but also very different. It is a small development board which uses a PIC micro controller with native USB support, the author states that this is the main advantage over Arduino, but there [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1711" src="http://www.youritronics.com/wp-content/uploads/2009/01/pic-based-arduino.jpg" alt="PIC based Arduino" width="350" height="184" /></p>
<p>Yes, the title is tricky, don&#8217;t be afraid Arduino still uses the ATmega168, this project is very similar to the Arduino concept, but also very different. It is a small development board which uses a PIC micro controller with native USB support, the author states that this is the main advantage over Arduino, but there isn&#8217;t available a user friendly IDE with custom language. Although not everything is lost since for the PIC18F family you have a feature limited C compiler made available from Microchip, C18. The author also states that he launched his CUIduino board in 2005, roughly the same time with Arduino, maybe is true but at least the name was inspired from Arduino.</p>
<p>It is a great alternative for the PIC community, but in lack of simplified language, it still remains just another development board.</p>
<p><strong>PIC based Arduino:</strong> <a href="http://www.create.ucsb.edu/~dano/CUI/">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/pic-based-arduino/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>xu1541 Interface</title>
		<link>http://www.youritronics.com/xu1541-interface/</link>
		<comments>http://www.youritronics.com/xu1541-interface/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 08:21:23 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[xu1541]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1335</guid>
		<description><![CDATA[The xu1541 is the modern way to connect CBM IEC bus devices to todays USB equipped PCs and it is meant to replace the printer port solutions based on the so-called original x1541 cable. The xu1541 interface allows you e.g. to attach a VIC1541 disk drive to your desktop PC as depicted below. This allows [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2008/07/xu1541-interface.jpg"><img class="alignnone size-medium wp-image-1336" title="xu1541-interface" src="http://www.youritronics.com/wp-content/uploads/2008/07/xu1541-interface-300x284.jpg" alt="xu1541 Interface" width="300" height="284" /></a></p>
<p>The xu1541 is the modern way to connect CBM IEC bus devices to todays USB equipped PCs and it is meant to replace the printer port solutions based on the so-called original x1541 cable. The xu1541 interface allows you e.g. to attach a VIC1541 disk drive to your desktop PC as depicted below. This allows for easy transfer of disk images from and to the old units and helps you preserve your ancient data.</p>
<p><strong>xu1541 Interface:</strong> <a href="http://www.trikaliotis.net/xu1541">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/xu1541-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino Wirelessly Programming System Based on XBee</title>
		<link>http://www.youritronics.com/arduino-wirelessly-programming-system-based-on-xbee/</link>
		<comments>http://www.youritronics.com/arduino-wirelessly-programming-system-based-on-xbee/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 11:32:50 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[XBee]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1325</guid>
		<description><![CDATA[The Arduino system offers an easy and open-source method for programming microcontrollers. Normally this means using a serial cable or USB cable attached directly to the microcontroller project. But what if your project is floating in a weather balloon, glued to the bottom of a swimming pool or baked into a loaf of bread? It [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1326" href="http://www.youritronics.com/arduino-wirelessly-programming-system-based-on-xbee/arduino-wirelessly-programming-system-based-on-xbee/"><img class="alignnone size-medium wp-image-1326" title="arduino-wirelessly-programming-system-based-on-xbee" src="http://www.youritronics.com/wp-content/uploads/2008/07/arduino-wirelessly-programming-system-based-on-xbee-300x225.jpg" alt="Arduino Wirelessly Programming System Based on XBee" width="300" height="225" /></a></p>
<p>The Arduino system offers an easy and open-source method for programming microcontrollers. Normally this means using a serial cable or USB cable attached directly to the microcontroller project. But what if your project is floating in a weather balloon, glued to the bottom of a swimming pool or baked into a loaf of bread? It would be great to upload code changes wirelessly, and even greater if you could do it from several kilometers away.</p>
<p>The following example demonstrates how to build a complete wireless solution for uploading code to a remote Arduino microcontroller using a couple of XBee radios, and a handy function for accomplishing wireless resets.</p>
<p><strong>Arduino Wirelessly Programming System Based on XBee:</strong> <a href="http://itp.nyu.edu/~raf275/meshnetworking/XBee/XBee_program_Arduino_wireless.html">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/arduino-wirelessly-programming-system-based-on-xbee/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting started with VMUSIC2</title>
		<link>http://www.youritronics.com/getting-started-with-vmusic2/</link>
		<comments>http://www.youritronics.com/getting-started-with-vmusic2/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 17:02:12 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[SPI]]></category>
		<category><![CDATA[UART]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[VMUSIC]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1288</guid>
		<description><![CDATA[Remember when i told you a few words about a new revolutionary USB Module named VMUSIC2 ? The VMUSIC2 is a complete MP3 player module from FTDI, Inc. which makes it easy to integrate MP3 functionality in to your next microcontroller project. It has two interfaces: SPI or UART (serial) This instructable will cover getting [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2008/07/getting-started-with-vmusic2.jpg"><img class="alignnone size-medium wp-image-1289" title="getting-started-with-vmusic2" src="http://www.youritronics.com/wp-content/uploads/2008/07/getting-started-with-vmusic2-300x225.jpg" alt="Getting started with VMUSIC2" width="300" height="225" /></a></p>
<p>Remember when i told you a few words about a new revolutionary USB Module named <a title="Vmusic2 USB" href="http://www.youritronics.com/vmusic-module-easily-add-usb-flash-drive-interface/">VMUSIC2</a> ? The VMUSIC2 is a complete MP3 player module from FTDI, Inc. which makes it easy to integrate MP3 functionality in to your next microcontroller project. It has two interfaces: SPI or UART (serial)</p>
<blockquote><p>This instructable will cover getting connected and controlling your VMUSIC2 module from hyperterminal. I recommend starting out this way because it will allow you to get familiar with the commands and get a feel for how it works before connecting it to your microcontroller. I will follow up with another instructable on controlling it from a microcontroller.</p></blockquote>
<p><strong>Getting started with VMUSIC2:</strong> <a href="http://www.instructables.com/id/Getting-started-with-VMUSIC2/">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/getting-started-with-vmusic2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
