1

I want to take the 5V output from a USB port and make it 12V, so that I can run a cooling fan which is 12V. Is there any circuit I can make at home myself? If the output voltage is not exactly 12V, it can be at least 11V so the fan can run smoothly.

JYelton
  • 32,302
  • 33
  • 134
  • 249
Anbu
  • 145
  • 1
  • 1
  • 4

1 Answers1

2

You could use an MC34063 boost converter circuit to do this cheaply.

enter image description here

The parts values will be different, but the circuit will be the same. Calculate the parts values using the equations in the datasheet page 11. If the port can supply 500mA without complaint, then you could get about 100mA @ 12V into the fan assuming 50% efficiency. USB only guarantees 100mA without negotiation.

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842