Search found 7 matches

by queuetue
Sun Mar 16, 2008 11:52 pm
Forum: V-USB
Topic: AVR_USB timing out?
Replies: 18
Views: 36520

They were 500mw D0-35 1n5227b zeners.
by queuetue
Sun Mar 16, 2008 5:47 pm
Forum: V-USB
Topic: AVR_USB timing out?
Replies: 18
Views: 36520

I've removed the zeners and the problem appears to have gone away. If I ever need to put them back in for compatability, I suspect I have a voltage level issue I will need to resolve.
by queuetue
Tue Mar 11, 2008 3:35 pm
Forum: V-USB
Topic: AVR_USB timing out?
Replies: 18
Views: 36520

It seemed fine overnight last night - could it be a brownout issue? I know the long reset period at startup is supposed to overcome that, but I don't think it can e timing issues - the avr is hardly doing anything but usb right now, with no other interrupts in use.
by queuetue
Mon Mar 10, 2008 11:49 pm
Forum: V-USB
Topic: AVR_USB timing out?
Replies: 18
Views: 36520

AVR_USB timing out?

I've build a device based on the powerswitch demo on an atmega324p, and it works very nicely - until I leave it alone for 10 to 15 minutes. Then, when I try to run the commandline app from ubuntu linux, I get: Warning: cannot query manufacturer for device: error sending control message: Timer expire...
by queuetue
Sat Feb 23, 2008 11:19 pm
Forum: V-USB
Topic: device descriptor read/64, error -62
Replies: 5
Views: 10421

It works!

Mystery solved! I need to remember: anytime you see random behavior, first look for open grounds, then look for noise. At the suggestion of eric_j in #avr on freenode, I added a pair of caps, a 47 uf electrolytic and a 0.1 uf across the power near the avr. Suddenly, it all works - both on and off bu...
by queuetue
Thu Feb 21, 2008 11:34 pm
Forum: V-USB
Topic: device descriptor read/64, error -62
Replies: 5
Views: 10421

Since you have made sure that the AVR runs on 12 MHz, the most likely causes are missing zener diodes in 5 V designs or I've got the zeners in the circuit and in the linked schematic, I think - am I missing something? an incorrect initialization of the pins involved for USB. All pins must be config...
by queuetue
Thu Feb 21, 2008 1:18 am
Forum: V-USB
Topic: device descriptor read/64, error -62
Replies: 5
Views: 10421

device descriptor read/64, error -62

I'm building the simplest AVR-USB circuit I can, using the atmega324p and based off of the powerSwitch demo, running completely on external 5v power. When I connect it to linux, I get Feb 20 17:25:02 foo kernel: [66496.580000] usb 1-5: new low speed USB device using ohci_hcd and address 29 Feb 20 17...