<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/8268" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2013-09-06T13:40:17+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/8268</id>

		<entry>
		<author><name><![CDATA[matrixstorm]]></name></author>
		<updated>2013-09-06T13:40:17+02:00</updated>

		<published>2013-09-06T13:40:17+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8268&amp;p=25756#p25756</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=25756#p25756"/>
		<title type="html"><![CDATA[Re: V USB host for mass storage devices]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=25756#p25756"><![CDATA[
Hi.<br /><br />I also thought about using VUSB to  implement an USB mass storage device on an AVR.<br />The specific classes are called MSC - and they all utilize bulk-transfer mode.<br /><br />Since VUSB can not provide bulk (only low-speed USB) and alternatively interrupt transfer is not always accepted by USB-hosts it is not possible to implement MSC on VUSB. Not without implementing a seperate driver for the host and using a complete other way of transfering data.<br /><br />BR matrixstorm<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7385">matrixstorm</a> — Fri Sep 06, 2013 1:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bremenpl]]></name></author>
		<updated>2013-02-07T11:41:05+02:00</updated>

		<published>2013-02-07T11:41:05+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24703#p24703</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24703#p24703"/>
		<title type="html"><![CDATA[Re: V USB host for mass storage devices]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24703#p24703"><![CDATA[
Ill check it up, thank you <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=19521">bremenpl</a> — Thu Feb 07, 2013 11:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[declan smith]]></name></author>
		<updated>2013-02-07T10:22:19+02:00</updated>

		<published>2013-02-07T10:22:19+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24702#p24702</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24702#p24702"/>
		<title type="html"><![CDATA[Re: V USB host for mass storage devices]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24702#p24702"><![CDATA[
<blockquote class="uncited"><div>Im just trying to find a way of assembling host usb utility to an avr mcu</div></blockquote><br /><br />Try to use FTDI chip: VNC1L- Vinculum USB Host Controller Device  or  VNC2-Vinculum-II Programmable USB 2.0 Host<br /><br /><a href="http://www.ftdichip.com/Products/ICs/VNC2.htm" class="postlink">http://www.ftdichip.com/Products/ICs/VNC2.htm</a><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7773">declan smith</a> — Thu Feb 07, 2013 10:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bremenpl]]></name></author>
		<updated>2013-02-07T05:58:09+02:00</updated>

		<published>2013-02-07T05:58:09+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24700#p24700</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24700#p24700"/>
		<title type="html"><![CDATA[Re: V USB host for mass storage devices]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24700#p24700"><![CDATA[
Its not that im trying to reinvent anything. Im just trying to find a way of  assembling host usb utility to an avr mcu.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=19521">bremenpl</a> — Thu Feb 07, 2013 5:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[declan smith]]></name></author>
		<updated>2013-02-07T04:54:40+02:00</updated>

		<published>2013-02-07T04:54:40+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24699#p24699</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24699#p24699"/>
		<title type="html"><![CDATA[Re: V USB host for mass storage devices]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24699#p24699"><![CDATA[
<blockquote class="uncited"><div> I am wondering is it possible to assemble an usb host for an external usb stick (like fat formatted) into an avr mcu without hardware usb.</div></blockquote><br /><br />I'm not sure about what your needs, but I think you'r trying to reinventing the wheel. <img class="smilies" src="./../../../images/smilies/icon_wink.gif" alt=":wink:" title="Wink" /><br /> <br />Hardware USB in AVR MCU was created to simplified the USB connection and communication (with provided library like &quot;LUFA&quot;), so you want to scratch build for all that? <img class="smilies" src="./../../../images/smilies/icon_eek.gif" alt=":shock:" title="Shocked" /> <br /><br />The other simple way was using VNC1L - Vinculum USB Host Controller Device, but that's not cheap. <img class="smilies" src="./../../../images/smilies/icon_sad.gif" alt=":(" title="Sad" /><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7773">declan smith</a> — Thu Feb 07, 2013 4:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bremenpl]]></name></author>
		<updated>2013-02-06T22:57:30+02:00</updated>

		<published>2013-02-06T22:57:30+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24698#p24698</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24698#p24698"/>
		<title type="html"><![CDATA[V USB host for mass storage devices]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8268&amp;p=24698#p24698"><![CDATA[
Hello there,<br />I was looking up the project page but i havent seen any containing the utility i am looking for. I am wondering is it possible to assemble an usb host for an external usb stick (like fat formatted) into an avr mcu without hardware usb.<br /><br />Any help would be aprichiated.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=19521">bremenpl</a> — Wed Feb 06, 2013 10:57 pm</p><hr />
]]></content>
	</entry>
	</feed>
