avrusb with external power source

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
sowisz
Posts: 1
Joined: Fri Apr 03, 2009 4:44 pm

avrusb with external power source

Post by sowisz » Fri Apr 03, 2009 5:09 pm

Hi everyone!
Is this possible to use avr usb when powering board from external source (large graphical display)?
What should be the proper schematic diagram?

Thank you in advance.
regards,
Grzegorz Sowa

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Re: avrusb with external power source

Post by christian » Sat Apr 11, 2009 3:50 pm

It is possible to use an external supply. I'd recommend taking all the power from your own supply and leave the USB 5V unused. This violates the spec, I think, because your pull-up delivers current when the host is powered off, but that should not cause any real problems.

Grendel
Rank 4
Rank 4
Posts: 167
Joined: Sat Dec 16, 2006 9:53 pm
Location: Oregon, USA
Contact:

Re: avrusb with external power source

Post by Grendel » Mon Apr 13, 2009 4:37 am

Most self-powered devices seem to request 2mA (smallest value possible) via config descriptor for that reason it seems.

Post Reply