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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2007-11-02T22:19:08+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2007-11-02T22:19:08+02:00</updated>

		<published>2007-11-02T22:19:08+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=868&amp;p=2864#p2864</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2864#p2864"/>
		<title type="html"><![CDATA[AVR-USB on ATmega88/168]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2864#p2864"><![CDATA[
Nah, just making sure you changed -mmcu=atmega8 to -mmcu=atmega88 .. <img class="smilies" src="./../../../images/smilies/icon_wink.gif" alt=";)" title="Wink" /><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Fri Nov 02, 2007 10:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[avrusbnoob]]></name></author>
		<updated>2007-11-02T13:09:23+02:00</updated>

		<published>2007-11-02T13:09:23+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=868&amp;p=2850#p2850</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2850#p2850"/>
		<title type="html"><![CDATA[AVR-USB on ATmega88/168]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2850#p2850"><![CDATA[
Christian: I wish that was the problem but its not. I am not using the 'V' version. :-/<br /><br />Grendel: Please ignore the source i posted a link to in the beginning. The original Automator code would be way better to port to the mega88 (if that was your intent).<br /><br />Cheers<br />Lisa[/quote]<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=523">avrusbnoob</a> — Fri Nov 02, 2007 1:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-11-02T11:26:12+02:00</updated>

		<published>2007-11-02T11:26:12+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=868&amp;p=2848#p2848</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2848#p2848"/>
		<title type="html"><![CDATA[AVR-USB on ATmega88/168]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2848#p2848"><![CDATA[
Another quick note: If you have the Mega88 with the &quot;V&quot; suffix, it's only specified up to 10 MHz and therefore not suitable for AVR-USB.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Fri Nov 02, 2007 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Grendel]]></name></author>
		<updated>2007-11-02T07:44:34+02:00</updated>

		<published>2007-11-02T07:44:34+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=868&amp;p=2845#p2845</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2845#p2845"/>
		<title type="html"><![CDATA[AVR-USB on ATmega88/168]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2845#p2845"><![CDATA[
Could you add your makefile to the sources ?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=101">Grendel</a> — Fri Nov 02, 2007 7:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[avrusbnoob]]></name></author>
		<updated>2007-11-01T00:15:39+02:00</updated>

		<published>2007-11-01T00:15:39+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=868&amp;p=2828#p2828</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2828#p2828"/>
		<title type="html"><![CDATA[AVR-USB on ATmega88/168]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2828#p2828"><![CDATA[
I checked it out the Doper code and it was way to messy and complex. I Gave it a shot with no success. <img class="smilies" src="./../../../images/smilies/icon_sad.gif" alt=":-(" title="Sad" /><br /><br />I'm at a loss here guys.<br /><br />I would be so much grateful if someone could help me out getting the Automator code working on the mega88.<br /><br />I have a mega8 now that I'm playing with and the Automator code works fine with the current setup (with a mega8). But we need to use the 88 in our project and I have been trying to change the IO registers names for hours and hours to no avail.<br /><br />I have been using the appnote &quot;AVR094: Replacing ATmega8 by ATmega88&quot;  and still there is something I am missing.<br /><br />I'm a straw away from just dumping the AVR-USB code that i have been using and talking about so warmly for the last weeks and just use an FTDI (USART-USB) instead like everyone else. <br /><br />So if there are any ATmega-wizards out there that already have Automator code ready for the 88 or could put it together in a snap, please do so and share it. I would be eternally grateful.<br /><br />Cheers<br />Lisa a tiered mega-n00b<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=523">avrusbnoob</a> — Thu Nov 01, 2007 12:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-10-31T13:58:00+02:00</updated>

		<published>2007-10-31T13:58:00+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=868&amp;p=2820#p2820</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2820#p2820"/>
		<title type="html"><![CDATA[AVR-USB on ATmega88/168]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2820#p2820"><![CDATA[
Please check the AVR-Doper project. It has an option to compile for the ATMega88.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Wed Oct 31, 2007 1:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[avrusbnoob]]></name></author>
		<updated>2007-10-30T02:39:53+02:00</updated>

		<published>2007-10-30T02:39:53+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=868&amp;p=2801#p2801</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2801#p2801"/>
		<title type="html"><![CDATA[AVR-USB on ATmega88/168]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=868&amp;p=2801#p2801"><![CDATA[
Hi,<br /><br />I'm kind of going crazy over here. Been fiddling for 24h now and I am getting nowhere. <br /><br />I'm trying to get AVR-USB (HID) to work on a mega88. I'm doing something wrong here and i just can't find the problem.<br /><br />I got a AVR-USB HID device working on a tiny45 just fine. With some instability though so i thought maybe I would try a mega88 with a 12 or 16MHz xtal and i also needed some more IO pins. <br /><br />Unfortunately i cant find ANY working code AVR-USB HID code for the mega88 or mega168. Could someone _please_  post some working code for me?<br /><br />Even better.. could someone check out my code ( <!-- m --><a class="postlink" href="http://pastebin.com/m232ba94e">http://pastebin.com/m232ba94e</a><!-- m --> ) and figure out whats wrong with it? I can't for the life of me figure out what it is. Its just a stripped down version of the Automator code, that i found here on the forum, with some minor modifications.<br /><br />I get a &quot;usb device not recognized&quot; message and my sanity check led is lighting up so the microcontroller and setup on the breadboard seems ok. An identical setup for the tiny45 works fine. Still i cant get the damn mega88 code to work. Going crazy here...<br /><br />These are my fuse settings:<br />BOOTSZ=00<br />Boot reset vect enabled ($0000)<br />Brown-out 2.7 V<br />Ext. Full-swing Crystal 1K CK / 14 CK + 65 ms (tried all the fused delay combos)<br /><br />Btw, Im using AVR Studio.<br /><br />I hope that someone can shed some light on the situation here.<br /><br />Thanks<br />noobie<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=523">avrusbnoob</a> — Tue Oct 30, 2007 2:39 am</p><hr />
]]></content>
	</entry>
	</feed>
