Arduino +5v rail

Hi all,

Anyone know off-hand what capacity the +5v reg on the Arduino, say the Duemilanove, has left for shields etc.

I'm designing a new shield and whilst it has an option for an external supply, I want to know where I should specify the cut-off from using the internal +5v to using an external supply.

Depending on how folks use the outputs of my shield it will vastly change the current consumption of the board.

Could probably work it out easy enough, but it's nice to know real world stats.

Thanks.

Ian.

Have a look at the hardware specs for the nova.

It can handle a max of 40mA per I/O pin. If you try pulling more then that then you'll burn out the ATmega chip.

Hi,

I don't mean the I/O.......I mean the +5vdc power rail.

Ian.

It will depend somewhat on your input voltages, since the limit of the regulator tends to be power dissipation rather than output current. But you can probably count on about 200mA
(It's a 500mA regulator, and the arduino itself is under 100mA)

You might look at the NKC Freeduino; it was intentionally left with a full-sized 7805 regulator, and it's supposed to be laid out so that you could add at least a small heatsink if needed.

(OTOH, in general 3-terminal regulators are too cheap to worry about. If your external circuitry draws enough current that the on-board arduino regulator is threatened, you might as well spend the extra $0.30 and add an extra regulator as well.)

Hi,

Thanks for the reply.

Hmmmm, I though the MC33269-D was 800mA rated.

Found more info here.
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1255301367/0

I have my answers now, thanks all.

Ian.