hey everyone
I have an Arduino Uno R3 https://store.arduino.cc/usa/arduino-uno-rev3
Im making a project that interprets voltage data from an oil temperature sensor in a car, to display on a screen, amongst other things. I already have another Arduino established in the car for another purpose, which is powered through its Vin and Gnd pins, which are connected to the positive and negative wires of a 5v voltage regulator connected to the 12v cigarette socket. Works great.
I've been hoping that I could use the same regulator (has a max output of 3,000ma) to power the Uno, but the problem I've encountered is that the documentation for the board states its Vin accepts a voltage of 7-12.
Of course I could wire the voltage regulator directly to the Uno's 5v pin, but I fear that as the car's voltage fluctuates between 12 and 14 volts, the 5v supply from the regulator may be unstable and I would like to retain the use of the Uno's onboard regulator.
Another option is using the USB input and splicing the 5v regulator's output into a USB cable and powering it that way, but the problem with this is I'm not sure if this uses the Uno's onboard voltage regulator or not.
Lastly I thought that If i could somehow step down the car's voltage from 12 to 7 volts, it could then theoretically stay between 7 and 12 volts as the car's voltage fluctuates, and I could then power the board through the Vin, but with my limited knowledge of electronics I'm not sure how to do it this way.
Frankly I'm a bit confused and I'm not sure what is the safest way to power the board. Any guidance would be appreciated.