First off I'll start off by saying I'm pretty noobish when it comes to electronics. I'm a computer programmer by trade which is what got me interested in arduino in the first place because of the easy to understand coding. I've made guitar pedals and an electronic drum kit and know quite a bit about the components but really building them just following instructions and soldering... which I'm pretty good at.
I have used arduino to do some simple things, most of them directly out of the "playground" on the main page but nothing as complicated as I'm planning with my very basic understanding of electronics.
With that said I think I finally found a project I'd like to try make happen but I need a little guidance if possible.
What I'm trying to do is make controllable interior floor lighting using 3w leds. I want it to turn on and off with the dome light (requires a relay and tapping into the car wiring for the dome light) and I also want a switch to override and turn it on and off independent of the dome lighting. I've also been toying around with the idea of effects, like flickering or such but really those can be added later, just getting it working is my main priority.
Coding is not my issue just so everyone is aware so I need no code... just theory on hooking it up.
My car has a 12v DC cigarette lighter with I believe 8amps(I could be completely wrong, this is based off a page I just read about car cigarette lighters and powering laptops) or so, so it seems I do have plenty of power to work with and shouldn't require a power suppy. From my understanding with that type of amperage I should have no issues powering both the Arduino and the Led's, I do figure I'll likely need 6 or better for decent light coverage over the drivers and passenger side of the car. The LEDs with only be one color as well, no need for RGB's. The one issue I can possible see with this way is that the lights will only be powered when the car is turned on (I might be incorrect). I just read another article that suggested wiring directly to the car battery which I would be willing to do if it meant I could get power when the car was turned off. Appearently there aren't many power options when the car is off and I would like them to turn on when I use the unlock button on my key which turns on the dome light.
I also plan on using The ULN2003 based on the Arduino Mood Light project as it seems like a reasonable driver to use (open to other suggestions).
Where the problem comes in is power requirements. Do i need to take the 12V down to 5V (or 9v based off another tutorial I just read that used a 9v adapter) to power the arduino or can I just give it 12v? or it the amperage thats more important? Do I need to lower the amperage for the arduino and the ULN2003?? and can anymore see any reason I can't use the cigarette lighter to power this like I'm planning?
Basically I need to know how to power the LED's and the arduino properly from the cigarette lighter without hurting the arduino or the LED's.
The thing is I know just enough about amperage and voltage to be dangerous.. but surely not enough to understand what it all means or even how they relate. I've read about it many times but it might as well be in german because I have a hard time understanding it and know no one locally to explain it to me.
Hopefully someone here can give me a little guidance so I can get this project completed without destroying my arduino!