10v PWM

Hey..In the PWM for fade in and fade out, I need fade in and fade out a 10v bulb, its not possible to directly get a 10 v supply from the controller..is there any other IC which i can use to get that?

Err...

Err...

Err... what? Err... as in "Never mind"? OK.

No..I sent Err.. Coz i tot that this question is silly.. But really am stuck.. AM a beginner..

How can i do that??

Use a transistor to turn on the 10V bulb. See examples for driving motors, etc.

This tutorial on the playground shows the circuit. You'll place your 10V bulb where the solenoid (L1) is, and you won't need the diode D1.

If your bulb doesn't need much current, you can probably get by with something small like a 2n2222.

You can apply PWM to the transistor.

-j

Hello

are you using one of those dimmers that work with a voltage from 0 to 10v or an actual 10v bulb?

If you're using a 0/10v dimmer you just need to create a small amplifier using an op-amp that will multiply the 0-5v of arduino to 0-10v needed (the amplifier would have to be powered at 12v)

see the circuit at Operational amplifier applications - Wikipedia
if R2 is the same as R1 (let's say two 10k resistor) you get a x2 aplification factor.

You could use an LM358 as an opamp.
I've used this circuit to control fluorescent lamps multiple times and it works

m