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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-03-28T20:16:14+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-03-28T20:16:14+02:00</updated>

		<published>2010-03-28T20:16:14+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13894#p13894</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13894#p13894"/>
		<title type="html"><![CDATA[Re: USB Device NOT Recognized: tried many things]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13894#p13894"><![CDATA[
I have had this problem also. But I have had success too!!<br />I am making robot sub system controllers to hook to a laptop. This is what i have ran across so far...<br /><br />atmega8a and atmega168 both function at 3.3v, np<br /><br />now the nasty little clitch I found:<br /><br />you cannot use any other pins on the port that has the d- and d+ lines connected!<br />not even portd, which happens to have INT0...<br />I have tried to use these pins as inputs and outputs, with no control<br />I have tried to use pwm, starts to work (thats what the oscope tells me anyhow), then quits..<br /><br />When the d- and d+ pins are on a port all by themselves, and not the port that int0 is on....<br />all will work!<br /><br />I am in search of the problem.<br />Hope this helps<p>Statistics: Posted by Guest — Sun Mar 28, 2010 8:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[abhi]]></name></author>
		<updated>2010-03-22T23:00:51+02:00</updated>

		<published>2010-03-22T23:00:51+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13807#p13807</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13807#p13807"/>
		<title type="html"><![CDATA[Re: USB Device NOT Recognized: tried many things]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13807#p13807"><![CDATA[
I was erring in my fuse bit settings. I am a beginner with AVRs and the concepts of fuse bits are new to me. You too should recheck them.<br /><br />Or else you may read the comprehensive post by Aln in this forum before at <a href="http://forums.obdev.at/viewtopic.php?f=8&amp;t=3910" class="postlink">http://forums.obdev.at/viewtopic.php?f=8&amp;t=3910</a>.<br /><br />Hope this helps.<br /><br />Abhi<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=3672">abhi</a> — Mon Mar 22, 2010 11:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-03-20T22:07:01+02:00</updated>

		<published>2010-03-20T22:07:01+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13773#p13773</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13773#p13773"/>
		<title type="html"><![CDATA[Re: USB Device NOT Recognized: tried many things]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13773#p13773"><![CDATA[
Hi,<br />yeah I have the same problem.<br />I've did everything, how it is described in the Readme.<br />But I've Problem with the Firmware.<br />I've a tiny2313, so I changed the Device in the Makefile.<br />After make all and flashed the Firmware.<br />Windows XP says &quot;Device not recognized&quot;<br />I'm sure that I've build the Hardware like the circuit ... <br />And now I don't know where the Problem is...<br />May You can help us<p>Statistics: Posted by Guest — Sat Mar 20, 2010 10:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[abhi]]></name></author>
		<updated>2010-03-22T22:56:16+02:00 </updated>

		<published>2010-03-20T20:08:50+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13771#p13771</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13771#p13771"/>
		<title type="html"><![CDATA[USB Device NOT Recognized: tried many things]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4029&amp;p=13771#p13771"><![CDATA[
Hi<br /><br />I need an interfacing mechanism from USB to my controller. I decided and tried, unsuccessfully so far, to adapt and use your implementation. I am using an ATMega8L controller. I have downloaded and tried to get your reference projects working. So far I have tried PowerSwitch, USBaspLoader and HIDKeys.<br />I am using the <strong class="text-strong">metaboard</strong> circuit and I have made sure that there were no mistake in connections.<br /><br />I have tried with atmega8 and atmega8l, with crystals of 12 and 16MHz.<br />I have remembered to change the port name, bit numbers and F_CPU (when neccessary) in usbconfig.h.<br />I am using zeners on D+ and D- lines.<br />I programmed the flash using USBasp(It's working, hence no issues about driver.) puchased from a store, and am sure that the fuse bits I set are correct.(I tried many combinations. I have been trying since the last 12 days.)<br />I have tried to get it working with both linux and windows.<br />lsusb fails to detect, whereas usbview gives a &quot;device failed enumeration&quot;.<br /><br />The voltage on D- is at 3.07 V, while Vcc is at 5.15 V. D+ stays at 0.<br /><br />Is there any more debugging that may help?<br /><br />Thanks for any suggestions or ideas.<br /><br />Abhi.<br /><br />**EDIT: I got it. I was making the classical AVR mistake. The fuse bits were set wrong. I'll start my actual project now. Will inform and upload when ready. <br /><br />Regards<br /><br />Abhi<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=3672">abhi</a> — Sat Mar 20, 2010 8:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
