Looking for car sensors

Hello world!!

I'm searching some sensors for my new projects, I'm creating a dash computer for my car like the Nissan GTR35 with a lot of information about pressure, temperature etc etc of oil turbo and so on.

I have created a serial communication between arduino and raspberry , at the moment i dont have sensors connected to arduino so I'm generating randoms values and send it to raspberry with a processing interface for viewing values.

MY PROBLEM:
I dont know where i can find OIL Temperature and Pressure and Turbo Pressure sensors working with 0-5V Range for arduino, or if there is an other way to use different range sensors with arduino.

Thanks for listening

And sorry for my bad english.

You can use resistive voltage dividers to reduce a 12V full scale sensor output to 5V for input to Arduino.

Yeah that is what i was looking for.

Thanks!!