Tinbasherdan
Bodger in chief
- Messages
- 7,403
- Location
- Bolton, England
The autoPi does almost what I want but with obd, which was essentially the question, how could I make the analogue sensors talk to itThis is a lot more complicated than you think, first you need to know the transfer function of the sensor voltages to the actual measured values, where will you get that?
It needs to be made robust for an automotive environment, the pi is not. You will indeed interface electronics designed to accommodate this so as not to blow up your pi.
You need custom code to interpret the voltages from the sensors and map them to actual values.
This is a lot of work and will be expensive unless there was a large market for the end product.
I did a project like this 15 years ago and it was a lot of effort.
I'm sure if you do a bit of googling you will find that someone else has already done it and has a solution. Much easier to start from a product that almost does what you want and take it from there.