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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2007-06-15T19:56:40+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-06-15T19:56:40+02:00</updated>

		<published>2007-06-15T19:56:40+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=524&amp;p=1517#p1517</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1517#p1517"/>
		<title type="html"><![CDATA[usb mouse]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1517#p1517"><![CDATA[
The HIDKeys project has a Makefile target &quot;fuse&quot;. This target sets the fuse values to:<br /><div class="codebox"><p>Code: </p><pre><code># Fuse high byte:<br /># 0xc9 = 1 1 0 0   1 0 0 1 &lt;-- BOOTRST &#40;boot reset vector at 0x0000&#41;<br />#        ^ ^ ^ ^   ^ ^ ^------ BOOTSZ0<br />#        | | | |   | +-------- BOOTSZ1<br />#        | | | |   + --------- EESAVE &#40;don't preserve EEPROM over chip erase&#41;<br />#        | | | +-------------- CKOPT &#40;full output swing&#41;<br />#        | | +---------------- SPIEN &#40;allow serial programming&#41;<br />#        | +------------------ WDTON &#40;WDT not always on&#41;<br />#        +-------------------- RSTDISBL &#40;reset pin is enabled&#41;<br /># Fuse low byte:<br /># 0x9f = 1 0 0 1   1 1 1 1<br />#        ^ ^ \ /   \--+--/<br />#        | |  |       +------- CKSEL 3..0 &#40;external &gt;8M crystal&#41;<br />#        | |  +--------------- SUT 1..0 &#40;crystal osc, BOD enabled&#41;<br />#        | +------------------ BODEN &#40;BrownOut Detector enabled&#41;<br />#        +-------------------- BODLEVEL &#40;2.7V&#41;<br /></code></pre></div><br /><br />And have you added low power 3.6 V zener diodes? Some hosts don't tolerate 5 V levels on D+ and D-.<br /><br />BTW: Please have a look at InfraHID linked from <!-- m --><a class="postlink" href="http://www.obdev.at/products/avrusb/projects.html">http://www.obdev.at/products/avrusb/projects.html</a><!-- m --><br /><br />This project implements a combined mouse/keyboard controlled by an IR remote control.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Fri Jun 15, 2007 7:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lios]]></name></author>
		<updated>2007-06-15T17:02:55+02:00</updated>

		<published>2007-06-15T17:02:55+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=524&amp;p=1513#p1513</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1513#p1513"/>
		<title type="html"><![CDATA[:P]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1513#p1513"><![CDATA[
spiff first of all thanks for your'e help. i have set the fuse as: cksel0-3=checked  and ckopt checked<br /><br />i beleve its ok??<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=284">lios</a> — Fri Jun 15, 2007 5:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spiff]]></name></author>
		<updated>2007-06-15T14:04:24+02:00</updated>

		<published>2007-06-15T14:04:24+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=524&amp;p=1510#p1510</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1510#p1510"/>
		<title type="html"><![CDATA[Re: 12mhz]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1510#p1510"><![CDATA[
<blockquote><div><cite>lios wrote:</cite>i connect today a 12mhz crystal and my pc recognized as unnown device.. in device manager.  I try to work as keybord but dont work? why?</div></blockquote><br /><br />Could be because of fuse settings. The standard fuse settings of ATmega8 are configured to use the internal 8MHz RC oscillator, and not the external crystal. Have you changed the fuse settings?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=226">spiff</a> — Fri Jun 15, 2007 2:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lios]]></name></author>
		<updated>2007-06-15T13:39:12+02:00</updated>

		<published>2007-06-15T13:39:12+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=524&amp;p=1509#p1509</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1509#p1509"/>
		<title type="html"><![CDATA[12mhz]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1509#p1509"><![CDATA[
i connect today a 12mhz crystal and my pc recognized as unnown device.. in device manager.  I try to work as keybord but dont work? why?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=284">lios</a> — Fri Jun 15, 2007 1:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spiff]]></name></author>
		<updated>2007-06-15T10:59:29+02:00</updated>

		<published>2007-06-15T10:59:29+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=524&amp;p=1506#p1506</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1506#p1506"/>
		<title type="html"><![CDATA[Re: usb mouse]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1506#p1506"><![CDATA[
<blockquote><div><cite>lios wrote:</cite>the problem is I use 10mhz crystal because I cant find 12mhz</div></blockquote><br /><br />This will never work. The Obdev avrusb stack uses strictly timed assembly routines and will only work with 12MHz.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=226">spiff</a> — Fri Jun 15, 2007 10:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lios]]></name></author>
		<updated>2007-06-15T00:14:02+02:00</updated>

		<published>2007-06-15T00:14:02+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=524&amp;p=1501#p1501</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1501#p1501"/>
		<title type="html"><![CDATA[usb mouse]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=524&amp;p=1501#p1501"><![CDATA[
Hi guys I wand to build a project that an avr emulates the movement of a mouse cursor with 6 buttons         up – down – left – right – left click - right click<br /><br />Any idea or any example... I work the code vision c compiler but I never work USB project.., I try to build the HID keyboard that I found in webpage (<!-- m --><a class="postlink" href="http://www.obdev.at/products/avrusb/hidkeys.html">http://www.obdev.at/products/avrusb/hidkeys.html</a><!-- m -->) but I get always the message USB device not recognized <img class="smilies" src="./../../../images/smilies/icon_sad.gif" alt=":(" title="Sad" /> the circuit is correct and I load the hex file in micro from the code vision programmer and STK500 (I don’t know if wand fuses,) the problem is I use 10mhz crystal because I cant find 12mhz  <br /><br /> sorry for my bad english I will appreciate if someone helps me<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=284">lios</a> — Fri Jun 15, 2007 12:14 am</p><hr />
]]></content>
	</entry>
	</feed>
