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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-01-20T21:43:52+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2010-01-20T21:43:52+02:00</updated>

		<published>2010-01-20T21:43:52+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12935#p12935</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12935#p12935"/>
		<title type="html"><![CDATA[Re: V-USB on Attiny 85 with internal 8MHz oscilator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12935#p12935"><![CDATA[
If you want to use V-USB, I'd recommend to forget about the Arduino IDE and write your code directly in C. Arduino comes with the C development environment.<br /><br />It is possible to use V-USB with the Arduino runtime, but it's not well documented and does not work reliably (yet). So I'd not recommend it for beginners.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Wed Jan 20, 2010 9:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-01-20T20:37:37+02:00</updated>

		<published>2010-01-20T20:37:37+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12934#p12934</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12934#p12934"/>
		<title type="html"><![CDATA[Re: V-USB on Attiny 85 with internal 8MHz oscilator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12934#p12934"><![CDATA[
Hi,<br /><br />I am using the Arduino Duemilanove and I want to install the V-USB software on it, the board has a 16 MHZ clock speed. I am just not sure of the steps that should be done to be able to use the board as a USB. I am a newb in using the arduino.I downloaded the latest version of V-USB from here &quot;http://obdev.at/products/vusb/download.html&quot;, but I am not sure of how to proceed after that. If anyone can tell me the steps it would be a great help.<br /><br />Thanks in advance.<p>Statistics: Posted by Guest — Wed Jan 20, 2010 8:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-12-11T23:04:00+02:00</updated>

		<published>2009-12-11T23:04:00+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12426#p12426</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12426#p12426"/>
		<title type="html"><![CDATA[Re: V-USB on Attiny 85 with internal 8MHz oscilator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12426#p12426"><![CDATA[
12.8 MHz and 16.5 MHz are a matter of constant definition (F_CPU) plus additional calibration code from the libs-device directory.<br /><br />8 MHz is not possible, in my opinion. However, if somebody is able to implement an 8 MHz module with PLL, this would be a complete rewrite of the assembler part.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Fri Dec 11, 2009 11:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-12-11T22:21:32+02:00</updated>

		<published>2009-12-11T22:21:32+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12424#p12424</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12424#p12424"/>
		<title type="html"><![CDATA[Re: V-USB on Attiny 85 with internal 8MHz oscilator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=12424#p12424"><![CDATA[
Would this be a (relatively) simple matter of configuring constants within the driver, or require extensive modification to the driver code?<br />Trying to decide which microcontroller to use for a 4 button &quot;keyboard&quot;, so the bandwidth and I/O requirements are minimal.<p>Statistics: Posted by Guest — Fri Dec 11, 2009 10:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-09-22T10:58:11+02:00</updated>

		<published>2009-09-22T10:58:11+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3274&amp;p=11057#p11057</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=11057#p11057"/>
		<title type="html"><![CDATA[Re: V-USB on Attiny 85 with internal 8MHz oscilator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=11057#p11057"><![CDATA[
8 MHz is out of question. But you can use 12.8 MHz with the internal oscillator (it can be tuned up to 12.<img class="smilies" src="./../../../images/smilies/icon_cool.gif" alt="8)" title="Cool" /> OR you can use the PLL clock doubler and run on 16.5 MHz.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Sep 22, 2009 10:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-09-17T10:06:17+02:00</updated>

		<published>2009-09-17T10:06:17+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3274&amp;p=10984#p10984</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=10984#p10984"/>
		<title type="html"><![CDATA[V-USB on Attiny 85 with internal 8MHz oscilator]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3274&amp;p=10984#p10984"><![CDATA[
Hi,<br /><br />I'ts possible to use V-USB at attiny 85 with internal 8MHz oscillator? <br />Thanks<p>Statistics: Posted by Guest — Thu Sep 17, 2009 10:06 am</p><hr />
]]></content>
	</entry>
	</feed>
