Arduino Forum
>
Using Arduino
>
General Electronics
>
5V to 12V
Print
Go Down
Pages:
[1]
Topic: 5V to 12V
(Read 10990 times)
previous topic
-
next topic
N314
Guest
5V to 12V
Nov 05, 2011, 11:45 pm
What is the simplest/easiest way to bump 5 volts to 12 volts?
sirbow2
Sr. Member
Posts: 486
Karma: 83
[add]
Re: 5V to 12V
#1
Nov 06, 2011, 12:21 am
a 5V to 12V DC-DC Step-Up Converter.
Like: http://www.circuit-projects.com/cimg/usb-5v-to-12v-step-up-dc-dc-converter-by-lt1618.gif
http://dduino.blogspot.com
all my Arduino/electronic projects!!!
{NEW} Getting Started, Learning, Reference + FAQ PDF!!:
[url]http://ar
cmiyc
Tesla Member
Posts: 6,620
Karma: 247
[add]
Baldengineer
http://www.baldengineer.com
Re: 5V to 12V
#2
Nov 06, 2011, 03:48 am
Quote from: N314 on Nov 05, 2011, 11:45 pm
What is the simplest/easiest way to bump 5 volts to 12 volts?
What are you trying to do? if you need to power a 12V device, there are DC to DC converters. If you are adjust signals, op-amps might be option.
Capacitor Expert By Day, Enginerd by night. || Personal Blog: www.baldengineer.com || Electronics Tutorials for Beginners: www.addohms.com
N314
Guest
Re: 5V to 12V
#3
Nov 20, 2011, 07:30 pm
I am trying to give a wireless transmitter more power, it takes up to 12 volts, but my Arduino only supplies 5.
jackrae
Edison Member
Posts: 2,007
Karma: 166
[add]
Arduino rocks
Re: 5V to 12V
#4
Nov 20, 2011, 07:43 pm
In that case a DC to DC convertor will not meet your needs since the power out of DC to DC convertor is less than the power input and the Arduino power output is extremely limited.
Are you trying to increase the signal to the modulation input to the transmitter or are you trying to increase the power line (Vcc) of the transmitter.
mrmeval
Guest
Re: 5V to 12V
#5
Nov 21, 2011, 03:51 am
Quote from: N314 on Nov 05, 2011, 11:45 pm
What is the simplest/easiest way to bump 5 volts to 12 volts?
You need to use a separate 12 volt supply. Tie the Arduino ground to the 12 ground and the transmitter ground then tie the +12V to the transmitter. If you're trying for battery operation you can use a 12volt battery with enough milliamp hours and use it to power the arduino and transmitter.
pwillard
Edison Member
Posts: 2,216
Karma: 157
[add]
Hardware Hacker
http://www.pwillard.com
Re: 5V to 12V
#6
Nov 21, 2011, 06:24 pm
If you are running off of USB and need 12V, here is what I do. I use a TL497A. (an older but useful regulator IC... I bought a bunch years ago) These are still available from Mouser for around $2.00 each and sample designs are real easy to find and are cheaper than MAXIM PWM step up controllers. (Max733, max618, etc)
Another good chip is the MC34063.
Both chips will need a power choke (coil) to create the step-up voltage but that is the only oddball component needed.
http://www.micro.feld.cvut.cz/home/XE34NZE/prednasky/08%20SS-control%20circuits.pdf
Print
Go Up
Pages:
[1]
Loading...