<?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/1698" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-09-12T22:33:14+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2008-09-12T22:33:14+02:00</updated>

		<published>2008-09-12T22:33:14+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1698&amp;p=6206#p6206</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1698&amp;p=6206#p6206"/>
		<title type="html"><![CDATA[Re: AVR-USB + ATTiny24 = Arduino USB interface?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1698&amp;p=6206#p6206"><![CDATA[
<blockquote><div><cite>henni wrote:</cite>&gt; Can I use a ATTiny(24) to work as USB interface for a Arduino?<br />Please specify what an Arduino should be (e.g. by typing a web address).</div></blockquote><br /><br /><a href="http://en.wikipedia.org/wiki/Arduino" class="postlink">Google is your friend</a>..<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Fri Sep 12, 2008 10:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[henni]]></name></author>
		<updated>2008-09-12T09:58:41+02:00</updated>

		<published>2008-09-12T09:58:41+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1698&amp;p=6194#p6194</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1698&amp;p=6194#p6194"/>
		<title type="html"><![CDATA[Re: AVR-USB + ATTiny24 = Arduino USB interface?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1698&amp;p=6194#p6194"><![CDATA[
&gt; Can I use a ATTiny(24) to work as USB interface for a Arduino?<br />Please specify what an Arduino should be (e.g. by typing a web address).<br /><br />&gt;...i.e. the output of the ATTiny is connected to the input of the ATMega?<br />So I guess it's a somehow ATmega based PCB with some interface.<br />What is the interface? Should software compatibility be a concern?<br /><br />&gt; Can I modify the ATTiny code so that if gets some input it set a pin out low so it can be used as a signal to reset the ATMega?<br />Yes, you have to program the ATtiny with the program you need.<br />But, BTW, why someone needs combinatorical logic to reset a µC?<br /><br />&gt;... My idea would be to make a Arduino-like board that does not uses the FT232 which needs SMT soldering but is all DIP based.<br />Ah, looks like you want a <em class="text-italics">UART</em> interface.<br />I cannot understand why people reject using SMD ... FT232 is really a good solution for you. I hope you know that you don't need level converter (MAX232 and similar), otherwise, buy any cheap USB-serial converter (Reichelt: about 5 €; it's not worth to clone its functionality).<br /><br />Maybe you decide to use an ATtiny45 and AVR-CDC as starting point, that saves the need for a crystal and saves space.<br />See <!-- m --><a class="postlink" href="http://www.recursion.jp/avrcdc/">http://www.recursion.jp/avrcdc/</a><!-- m --><br />You can control the ATmega !RESET pin by special serial data or by controlling modem status, like SETDTR or SETBREAK.<br /><br />Same for all ATtinys: They have no UART interface! Serial communication must be done by toggling bits, and you cannot achive more than about 4800 baud because interrupts are lengthly disabled by USB software. If you need more speed, the solution is an ATmega.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1319">henni</a> — Fri Sep 12, 2008 9:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[michelef]]></name></author>
		<updated>2008-09-11T05:41:45+02:00</updated>

		<published>2008-09-11T05:41:45+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1698&amp;p=6180#p6180</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1698&amp;p=6180#p6180"/>
		<title type="html"><![CDATA[AVR-USB + ATTiny24 = Arduino USB interface?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1698&amp;p=6180#p6180"><![CDATA[
Hi,<br /><br />I looked at many posts but I'm still unclear on a few things.<br />Can I use a ATTiny(24) to work as USB interface for a Arduino?<br />i.e. the output of the ATTiny is connected to the input of the ATMega?<br /><br />Can I modify the ATTiny code so that if gets some input it set a pin out low so it can be used as a signal to reset the ATMega?<br /><br />Is this feasible or not? My idea would be to make a Arduino-like board that does not uses the FT232 which needs SMT soldering but is all DIP based.<br /><br />Thanks a lot<br /><br />michelef<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1333">michelef</a> — Thu Sep 11, 2008 5:41 am</p><hr />
]]></content>
	</entry>
	</feed>
