power supply of arduino nano

Hi,

I want to supply my nano with a DC/DC Converter that will have 12V and a current of 0.5V.
My circuit in total needs about 150mA (LCD Display+...).

So will the 4,2W (0,35A*12V) convertet into heat?

Or is it not possible to have a current of 0.5A on my Arduino?

Sorry but I am a kind of confused.

Thanks for your help!!

The 0.5A is irrelevant (as long as it's sufficient). The voltage difference over the regulator is in combination with the required current.

The regulator on the nano will dissipate (convert to heat) 150mA * (12-5) = 1 Watt.

I have no idea what the nano design can take; personally I would simply test by putting a finger on the regulator and check how hot it gets. But that's a subjective measurement.

Is there a reason why you use 12V?

Use a converter that has 5V output.

and connect that to 5V/Vcc pin instead of the Vin/RAW.

I want to increase the output voltage of an PWM Singal up to 10V.
So I want to put the opv to the same voltage source like my Nano is.

On account of that I need a minimum voltage of 10V.
I want to achieve that by using an DCDC-Converter.
I want to convert an Voltage from 24V down to 10.

So far so good.
Acutally I have uncertainity about the DCDC-Converter.
I am thinking about using the TDR 3-2411WISM.
here the datasheet:
https://assets.tracopower.com/20180906131033/TDR3WISM/documents/tdr3wism-datasheet.pdf

What is the maximum current the TDR can work with?
There are just the typ currents.
But my 24V DC source is having a current of 1,5 A.

Thanks for your help!

First you say you want to go to 10V for some amplified PWM but you link a 5V DCDC.

As the datasheet says, the TDR can do 600mA (@80% efficiency). So fine if you indeed use 150mA. At the 24V it will draw 150mA x 5V / 24V x 100% / 80% = 39mA.

But that is if you use a DCDC to 5V. 150mA for the regulator on the Arduino to go from 10V to 5V is already a bit to much I think. It's pretty small and needs to dissipate 150mA x (10V - 5V) = 750mW. I think that's a bit much for it.

But what do you need to drive @ 10V? If that's low power it's easy to use a DCDC for the 5V and a linear regulator for the 10V.