Arduino 6V Power Supply

Hello guys, I've got 6V power supply http://www.shopatron.com/products/productdetail/part_number=5465/135.0.1.1 and i just want to ask question how i should power the arduino, 6V is good for other circuit's but as I know it's no good for Arduino

my only solution is to get it to 5V and power arduino via USB, but should I limit the max current via the usb?

SquirrelCZECH:
Hello guys, I've got 6V power supply http://www.shopatron.com/products/productdetail/part_number=5465/135.0.1.1 and i just want to ask question how i should power the arduino, 6V is good for other circuit's but as I know it's no good for Arduino

6 volts is a awkward value to wire to an arduino. Wiring it to the external DC connector or Vin pin is marginally too low for the required drop out voltage for the onboard +5vdc regulator. Applying 6vdc directly to the +5v pin is right at the absolute maximum safe voltage rating for the controller chip on the board.

my only solution is to get it to 5V and power arduino via USB, but should I limit the max current via the usb?

There is already a on-board 500ma thermofuse protecting the USB power input to the board, however +6vdc is still too high to wire directly to the USB power input. The easiest way to wire +6vdc to an arduino board is to wire a series diode between the +6vdc to the arduino 5v pin, this will drop the voltage about .6vdc and be safe to directly power the boards +5vdc bus. The cathode end of the diode would wire to the arduino 5v pin.
Lefty

Thanks, unfortunetly i do not have free diode, so i have to buy some...

1N4148 should be OK?

SquirrelCZECH:
Thanks, unfortunetly i do not have free diode, so i have to buy some...

1N4148 should be OK?

No, that is a low current signal diode, use one of the 1N400X series of rectifier diodes, they are good for 1 amp of forward current flow.

Lefty