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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2012-04-03T04:56:44+02:00</updated>

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

		<entry>
		<author><name><![CDATA[xiao]]></name></author>
		<updated>2012-04-03T04:56:44+02:00</updated>

		<published>2012-04-03T04:56:44+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5976&amp;p=21277#p21277</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=21277#p21277"/>
		<title type="html"><![CDATA[Re: ATtiny45 and USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=21277#p21277"><![CDATA[
<blockquote><div><cite>Peter Chaffe wrote:</cite>Have used the code available in post #1 (ie t45 rar) to built the circuit similar to that suggested in post #3<br /><br />Host code: Works only on xp sp3 here! crashing on W7.<br />led circuit not being recognized on xp or w7.<br /><br />Still playing around with it, has anyone had any success with this code?</div></blockquote><br /><br /><br />XP or Windows7 has &quot;bug&quot; about USB ack. &amp; some descriptor response, it might be Microsoft did this trick intentionally. unless you have USB protocol analyser to catch that bytes &amp; sequency because there is no simple way to fix this issue. We had seen this problem before, but now just could not find the record.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1562">xiao</a> — Tue Apr 03, 2012 4:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Peter Chaffe]]></name></author>
		<updated>2011-12-04T11:17:31+02:00</updated>

		<published>2011-12-04T11:17:31+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5976&amp;p=20355#p20355</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=20355#p20355"/>
		<title type="html"><![CDATA[Re: ATtiny45 and USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=20355#p20355"><![CDATA[
Have used the code available in post #1 (ie t45 rar) to built the circuit similar to that suggested in post #3<br /><br />Host code: Works only on xp sp3 here! crashing on W7.<br />led circuit not being recognized on xp or w7.<br /><br />Still playing around with it, has anyone had any success with this code?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6086">Peter Chaffe</a> — Sun Dec 04, 2011 11:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Peter Chaffe]]></name></author>
		<updated>2011-12-03T11:27:40+02:00</updated>

		<published>2011-12-03T11:27:40+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5976&amp;p=20352#p20352</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=20352#p20352"/>
		<title type="html"><![CDATA[Re: ATtiny45 and USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=20352#p20352"><![CDATA[
All I can see that might be causing problems from your diagram is the supply voltage of 3v3 in conjunction with a high internal clock freq of (presumably) 16500000 c/s.<br /><br />• Speed Grade<br />– ATtiny25V/45V/85V: 0 – 4 MHz @ 1.8 - 5.5V, 0 - 10 MHz @ 2.7 - 5.5V<br />– ATtiny25/45/85: 0 – 10 MHz @ 2.7 - 5.5V, 0 - 20 MHz @ 4.5 - 5.5V<br /><br />Could be approaching unstable in operation...<br /><br />I've used the ATTiny 45 reliably at 5v on windows7, but XP sp3 seems a bit more picky, device detected but failed install...<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6086">Peter Chaffe</a> — Sat Dec 03, 2011 11:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kadim]]></name></author>
		<updated>2011-12-01T21:52:43+02:00</updated>

		<published>2011-12-01T21:52:43+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5976&amp;p=20336#p20336</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=20336#p20336"/>
		<title type="html"><![CDATA[Re: ATtiny45 and USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=20336#p20336"><![CDATA[
Hello,<br />I have same problem and i don't know how to solve it...<br />I try to connect my device to winxp and to ubuntu 11.04.<br />In winxp - i get the same result as you, in ubuntu i get:<br /><br /><div class="codebox"><p>Code: </p><pre><code>Nov  9 15:40:02 dimak-Joybook-S31V kernel: &#91;62881.448107&#93; usb 5-2: new low speed USB device using uhci_hcd and address 44<br />Nov  9 15:40:02 dimak-Joybook-S31V kernel: &#91;62881.860155&#93; usb 5-2: device not accepting address 44, error -71<br />Nov  9 15:40:02 dimak-Joybook-S31V kernel: &#91;62881.860195&#93; hub 5-0:1.0: unable to enumerate USB device on port 2<br /></code></pre></div><br /><br />Does anyone have any thoughts on this subject?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6084">kadim</a> — Thu Dec 01, 2011 9:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CaCO3]]></name></author>
		<updated>2011-08-26T11:34:04+02:00</updated>

		<published>2011-08-26T11:34:04+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5976&amp;p=19458#p19458</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=19458#p19458"/>
		<title type="html"><![CDATA[Re: ATtiny45 and USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=19458#p19458"><![CDATA[
I tested my code example (HID-Mouse) under windows XP, there it works. I dont know about Win 7. Officially it should work there as well, but I wouldnt be surprised if Microsoft added some new bugs to break the  compatibility.<br />Could you test it on a linux system?<br />If you dont have one at hand, download a live-cd of Ubuntu or so.<br />Linux is very handy for debugging. Windows AFAIK doesnt give you access to those logs easily.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=5393">CaCO3</a> — Fri Aug 26, 2011 11:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[IvanBIV]]></name></author>
		<updated>2011-08-24T18:07:29+02:00</updated>

		<published>2011-08-24T18:07:29+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5976&amp;p=19447#p19447</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=19447#p19447"/>
		<title type="html"><![CDATA[Re: ATtiny45 and USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=19447#p19447"><![CDATA[
Flashed with MCU material published <!-- m --><a class="postlink" href="http://www.ruinelli.ch/how-to-use-v-usb-on-an-attiny85">http://www.ruinelli.ch/how-to-use-v-usb-on-an-attiny85</a><!-- m -->, now the device shows up as &quot;Unknown Device&quot;, which VID and PID are zero, put my screenshot:<br /><img src="http://s2.ipicture.ru/uploads/20110824/Uu5WcrLW.jpg" class="postimage" alt="Image" /><br />What is it? I will be useful for any ideas.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=5668">IvanBIV</a> — Wed Aug 24, 2011 6:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[IvanBIV]]></name></author>
		<updated>2011-08-24T16:52:34+02:00</updated>

		<published>2011-08-24T16:52:34+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5976&amp;p=19445#p19445</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=19445#p19445"/>
		<title type="html"><![CDATA[ATtiny45 and USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5976&amp;p=19445#p19445"><![CDATA[
Please help.<br />Gathered on the USB device ATtiny45, but it is not even defined in the system.<br />(1) The foundation took the material: <!-- m --><a class="postlink" href="http://habrahabr.ru/blogs/DIY/85892/">http://habrahabr.ru/blogs/DIY/85892/</a><!-- m --><br />Using the following scheme: <!-- m --><a class="postlink" href="http://i51.photobucket.com/albums/f382/sfranzyshen/usbrgbledstrip.png">http://i51.photobucket.com/albums/f382/ ... dstrip.png</a><!-- m --><br />except that I take food with USB, and in place of transistors - the LEDs.<br />The device is not working, the operating system (Win7) just keeps quiet and I was advised to use a zener, so I picked up a scheme to supply here: <!-- m --><a class="postlink" href="http://www.obdev.at/products/vusb/easylogger.html">http://www.obdev.at/products/vusb/easylogger.html</a><!-- m --><br /><br />Stitch code on the site, the device is generally not determined on a laptop with Win7 and a PC with WinXP writes: device not recognized.<br />Prior to these experiments, I ask that the MC for the simple blinking LED through a cycle, it turned out.<br />I use Programmer STK200 (wires with resistors).<br /><br />The only thing I change in resources, this makefile, type of programmer for stk200.<br /><br />When the device is connected to a PC via USB, then the voltage on D + 0, well, at D-- pulsing from 0 to 1.2V, approximately.<br />When disconnected from the IC legs 5 and 7, then D +: 0in; D-: 2.92v<br /><br />Do you have any ideas?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=5668">IvanBIV</a> — Wed Aug 24, 2011 4:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
