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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2014-02-03T19:43:00+02:00</updated>

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

		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2014-02-03T19:43:00+02:00</updated>

		<published>2014-02-03T19:43:00+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8833&amp;p=26549#p26549</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8833&amp;p=26549#p26549"/>
		<title type="html"><![CDATA[Re: Vusb Mame Panel is not working - Unknown Device error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8833&amp;p=26549#p26549"><![CDATA[
I dont know anything about Atmega32's but when you see that error its something in the USB side of the electronics. Most commonly the diodes. For example 1/4 watt diodes do not work in atmega158's and require 1/2 watt diodes. Also if the source code uses timers, these timer location may change from chip to chip. Check the data sheet for register location that may have moved. &quot;Migrating from ATmega32 to ATmega32A&quot; is going to tell you just that, so where is the disconnect? What is not clear? Without the source it may not be possible to switch chips.<br /><br />Also remember Unknown Device, is not an error, its a general issue. So you have to hunt down the problem and fix it, no one can guess it for you.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Mon Feb 03, 2014 7:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[easgard]]></name></author>
		<updated>2014-02-01T16:27:25+02:00</updated>

		<published>2014-02-01T16:27:25+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8833&amp;p=26536#p26536</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8833&amp;p=26536#p26536"/>
		<title type="html"><![CDATA[Vusb Mame Panel is not working - Unknown Device error]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8833&amp;p=26536#p26536"><![CDATA[
I tried to do my own arcade machine console. I found v-usb mame panel (<!-- m --><a class="postlink" href="http://vusb.wikidot.com/project:mamepanel">http://vusb.wikidot.com/project:mamepanel</a><!-- m -->). I made and uploaded the hex code.<br /><br />When I connect it to pc form usb, computer find it as “Unknown Device”.<br /><img src="http://imagizer.imageshack.us/v2/280x200q90/707/tzd1.jpg" class="postimage" alt="Image" /> <img src="http://imagizer.imageshack.us/v2/280x200q90/837/dptb.jpg" class="postimage" alt="Image" /><br />I’m not good at electronics. All I wanted to do is to create my mame panel. To find my mistake and it’s solution, I want to tell eveything I make.<br /><br />When I found v-usb mame panel web page, I felt lucky. I downladed the circuit and sources. I bought this equipments with looking the bom list.<br /><br />This is the BOM list<br />Part====Value==========Device===========Package======Library<br /><br />C1,C2==22p===========C2.5/2===========C2.5/2=======Capacitor-wima<br />C3,C6==100n==========C5/C2.5===========C5/C2.5=====Capacitor-wima<br />C4,C5==4u7===========CPOL-EUE2.5-6====E2,5-6 ======Resistor<br />D1=====1N4148DO35-7==1N4148DO35-7====DO35-7=====diode<br />IC1====MEGA32-P======MEGA32-P=======DIL40======atmel<br />IC2====LD117ADT33TR==LD117ADT33TR====DPACK====V-REG<br />Q1====12.000HZ======CRYSTALHC18U-V==HC18U-V====crystal<br />R1====4k7============R-EU_0207/7=======0207/7=====resistor<br />R2,R3==68============R-EU_0207/7=======0207/7=====resistor<br />R4=====1k5==========R-EU_0207/7========0207/7=====resistor<br />R5=====1M==========R-EU_0207/7========0207/7=====resistor<br /><br />This is what I bought<br /><br />Part====Value==========Device===========What I Bought<br /><br />C1,C2==22p===========C2.5/2===========22pF ceramic Capacitors<br />C3,C6==100n==========C5/C2.5===========100nF 63V Polyester Capacitors<br />C4,C5==4u7===========CPOL-EUE2.5-6====4.7uF 25 V Electrolytic Capacitor<br />D1=====1N4148DO35-7==1N4148DO35-7====1 N 4148<br />IC1====MEGA32-P======MEGA32-P=======ATMEGA32A PU**<br />IC2====LD117ADT33TR==LD117ADT33TR====LM 1117T - 3,3<br />Q1====12.000HZ======CRYSTALHC18U-V==12 MHz Crystal<br />R1====4k7============R-EU_0207/7=======4,7 Kohm 1/8 W Resistor<br />R2,R3==68============R-EU_0207/7=======68 ohm 1/8 W Resistor<br />R4=====1k5==========R-EU_0207/7========1,5 kohm 1/8 W Resistor<br />R5=====1M==========R-EU_0207/7========1 Mohm 1/4W Resistor<br /><br />** I couldn’t find Atmega32. I bought Atmega32A. I found a document “Migrating from ATmega32 to ATmega32A” (<!-- m --><a class="postlink" href="http://www.atmel.com/Images/doc8162.pdf">http://www.atmel.com/Images/doc8162.pdf</a><!-- m -->) . I found ATmega 32 datasheet (<!-- m --><a class="postlink" href="http://www.atmel.com/Images/doc2503.pdf">http://www.atmel.com/Images/doc2503.pdf</a><!-- m -->) and ATmega32A datasheet (<!-- m --><a class="postlink" href="http://www.atmel.com/Images/Atmel-8155-8-bit-Microcontroller-AVR-ATmega32A_Datasheet.pdf">http://www.atmel.com/Images/Atmel-8155- ... asheet.pdf</a><!-- m -->) But My experience is not enough to understand it<br /><br />I watched pcb tutorials, made my pcb and upload it’s orginal hex file. I didn’t change any thing on source. I directly used it’s orginal hex file. When I connect it to pc form usb, computer find it as “Unknown Device”.<br /><br />I found a troubleshooting document about &quot;Device Not Recognized Errors&quot; (<!-- m --><a class="postlink" href="http://vusb.wikidot.com/troubleshooting">http://vusb.wikidot.com/troubleshooting</a><!-- m -->). But My experience is not enough to understand it, again. <br /><br />I need your help. What can be the problem?<br /><br />1- Are the equipments that I used correct parts?<br />2- Is the problem about Atmega32A? <br />a- Do I have to change something on cicuit?<br />b- Do I have to change something in the source code?<br />3- Is the problem coming from another place?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20181">easgard</a> — Sat Feb 01, 2014 4:27 pm</p><hr />
]]></content>
	</entry>
	</feed>
