Hi,
For a while now I've been trying to find a simple LCD gauge for my car that will display metric values from a sensor - unfortunately all the automotive gauges are designed for bling, and I want to make something myself that matches my car.
I haven't played with electronics since I was a kid, but since then I've done some intermediate electronics on my car and completed a computer science degree, so hopefully I can learn what I need to know.
What I'm looking at doing is getting an LCD panel like this one, some kind of PIC (which is still magic to me), and connect it (again through magic) to this PLX fluid temperature sensor module (that comes with a sensor).
That sensor module has both a digital output (with a well-defined spec) and an analog output. The analog output seems easier to use - it outputs a 0-5V linear voltage that maps to 0-150C. Though I'm sure there'd be much higher accuracy with the digital output.
So ultimately what I would like to achieve is to be able to program this PIC with my PC somehow (I'm a software developer so can write code) such that I can derive the degrees Celsius value from the voltage and format/update the display. I don't want to go as far as paging the display or anything, but it would be nice to later add another sensor data on the second row.
Or maybe I don't even need to buy the PLX device? I'm figuring the resistance from the sensor isn't necessarily linear with temperature, so that seems much more difficult.
So judging by my post, am I out of my depth? Or am I missing big chunks of the picture? Where should I look to next to learn more? I don't expect to be given all the answers (though that would be nice
).
Thanks for reading and hope you can help!
For a while now I've been trying to find a simple LCD gauge for my car that will display metric values from a sensor - unfortunately all the automotive gauges are designed for bling, and I want to make something myself that matches my car.
I haven't played with electronics since I was a kid, but since then I've done some intermediate electronics on my car and completed a computer science degree, so hopefully I can learn what I need to know.
What I'm looking at doing is getting an LCD panel like this one, some kind of PIC (which is still magic to me), and connect it (again through magic) to this PLX fluid temperature sensor module (that comes with a sensor).
That sensor module has both a digital output (with a well-defined spec) and an analog output. The analog output seems easier to use - it outputs a 0-5V linear voltage that maps to 0-150C. Though I'm sure there'd be much higher accuracy with the digital output.
So ultimately what I would like to achieve is to be able to program this PIC with my PC somehow (I'm a software developer so can write code) such that I can derive the degrees Celsius value from the voltage and format/update the display. I don't want to go as far as paging the display or anything, but it would be nice to later add another sensor data on the second row.
Or maybe I don't even need to buy the PLX device? I'm figuring the resistance from the sensor isn't necessarily linear with temperature, so that seems much more difficult.
So judging by my post, am I out of my depth? Or am I missing big chunks of the picture? Where should I look to next to learn more? I don't expect to be given all the answers (though that would be nice
Thanks for reading and hope you can help!
Last edited: