Offline
Newbie
Karma: 0
Posts: 5
|
 |
« on: January 29, 2013, 12:21:55 pm » |
Hey, for a project I habe to run a 12V device and have to be able to turn on/off it. Is it possible to work without an external power source like a battery? I hope one of you can help me because I have spent a lot of time on searching solutions in the web but couldnt find the right answer!
Thanks, Marx
|
|
|
|
|
Logged
|
|
|
|
|
Malaysia
Offline
Sr. Member
Karma: 7
Posts: 385
|
 |
« Reply #1 on: January 29, 2013, 12:34:28 pm » |
this should help you with your question .... http://bildr.org/2011/03/high-power-control-with-arduino-and-tip120/with you dont need to vary the intensity then use the same thing just as an on/off switch.... if you dont power the arduino no it wont
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 34
|
 |
« Reply #2 on: January 29, 2013, 12:37:12 pm » |
If you're just looking for a way to power a 12V device using a 5V battery, I think you're looking for a 5V to 12V step up converter.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #3 on: January 29, 2013, 02:13:32 pm » |
No, I want to use my arduino to power a 12V converter which convertes to 220V  if possible WITHOUT anything like a battery and just need to turn on/off it.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 34
|
 |
« Reply #4 on: January 29, 2013, 02:18:09 pm » |
No, I want to use my arduino to power a 12V converter which convertes to 220V  if possible WITHOUT anything like a battery and just need to turn on/off it. By "use my arduino to power" do you mean using your arduino's regulated power supply, or using the output of one of the arduino's pins to feed into the 12V converter? Is your arduino connected to a battery or a wall source?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #5 on: January 29, 2013, 02:35:40 pm » |
I want to use one of the pins and I dont use anything else. arduino 5V--> ?? --> converter from 12v to 220V
|
|
|
|
|
Logged
|
|
|
|
|
Left Coast, CA (USA)
Offline
Brattain Member
Karma: 279
Posts: 15314
Measurement changes behavior
|
 |
« Reply #6 on: January 29, 2013, 02:41:48 pm » |
No, I want to use my arduino to power a 12V converter which convertes to 220V  if possible WITHOUT anything like a battery and just need to turn on/off it. No way, not possible. The Arduino is great a controlling things, but it's not possible for it to power something like you are asking for. Lefty
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #7 on: January 29, 2013, 03:31:21 pm » |
using transistors is also no alternative? and if I use a 9V battery plus the 5V from arduino, how will I be able to control all of this?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 34
|
 |
« Reply #8 on: January 29, 2013, 03:58:19 pm » |
Yes, you'll probably want to look at a high-current mosfet transisitor, like those used to drive motors. You could wire the extra supply to a mosfet's source, and then wire an arduino pin to the mosfet's gate to turn it "on" and "off".
You could try wiring that together yourself, but if you're unfamiliar with soldering custom electronics, I would suggest you look at one of the high-power motor control arduino shields.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 23
Posts: 1372
Now, More Than Ever
|
 |
« Reply #9 on: January 29, 2013, 09:13:00 pm » |
for a project I habe to run a 12V device and have to be able to turn on/off it. and ...I want to use my arduino to power a 12V converter which convertes to 220V  if possible WITHOUT anything like a battery and just need to turn on/off it. By "turn on/off it" do you want to effect the device on/off, power on/off, as with a switch (e.g. a relay)?
|
|
|
|
|
Logged
|
Don't Be Upset By The Results You Didn't Get With The Work You Didn't Do
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 5
|
 |
« Reply #10 on: January 30, 2013, 06:23:45 am » |
both, the device and the power, should turn on/off
|
|
|
|
|
Logged
|
|
|
|
|
|