Hi,
I'm trying to display some sensor informations into an LCD display, because i don't want to fill the car with gauges. I will buy some sensors, like temperature sensor, turbo boost sensor (Pressure Sensor MPX4250AP), and other sensors in the future (oil temperature and pressure), etc.
Here is a little "mock up" i've made without any sensors yet.
My two main problems for now are, reading the voltage of a car battery, and power up the device with the car battery.
For the first problem, i've read about voltage divider, with R1 (33k ohm) and R2 (15k ohm), and them read the value to an analog input of the arduino.
http://www.raltron.com/cust/tools/voltage_divider.asp
Should that be enough ? Should i add more components to protect the system ?
For the second problem, i'm thinking in buy this DC-DC Boost Converter to send 5V to power up the arduino from the 12-14V of the car battery, instead of using the 7805 transistor that probably will dissipate a lot of heat. With all the sensors i think i will use 500mA for this device.
Is my logic correct ? What advices can you give me ?
Thanks