I always have hated it that my vehicles don't have any sort of warning for major problems such as:
All the oil leaking out due to a burst oil cooler hose and having the engine run miles without oil before it locks itself.
That's obviously the worst case scenario. But there are other major things that could also be a big problem. So here's my project.
I'd like to make a logic structure to sense the following and give an alarm (buzzer and bright red LED) if the conditions are not met. Here are my conditions and sensor outputs:
A. Old school logic (comparators and gates)
or
B. Micro-controller that will be able to have inputs and do all the processing and output to the LED/Buzzer in one chip.
What is going to be the easiest way to go about this?
As far as the specifics, are there common parts for either A or B that will work well?
thanks in advance for the help!
All the oil leaking out due to a burst oil cooler hose and having the engine run miles without oil before it locks itself.
That's obviously the worst case scenario. But there are other major things that could also be a big problem. So here's my project.
I'd like to make a logic structure to sense the following and give an alarm (buzzer and bright red LED) if the conditions are not met. Here are my conditions and sensor outputs:
- Oil Pressure - Must have Zero Ohms across sensor (to ground)
- transmission fluid pressure same as above
- coolant pressure same as above
- Transmission Fluid temperature - need to calibrate for this sensor's output but the ok range is from 100-200 F and the sensor will give me an ohm value to ground.
- Fuel Pressure-gives an ohm output that's meant to to to a gauge but I'll be using it to give a reading to a comparator.
A. Old school logic (comparators and gates)
or
B. Micro-controller that will be able to have inputs and do all the processing and output to the LED/Buzzer in one chip.
What is going to be the easiest way to go about this?
As far as the specifics, are there common parts for either A or B that will work well?
thanks in advance for the help!