Engine Monitor
356speed
Posts: 1
Before I reinvent the wheel and fall into all the pitfalls...Has anyone ever done any engine monitoring using sensors and a STAMP?
Sort of a dyno? RPM, Oil & Water temps, Oil Pressure, Air Fuel Ratio, Etc?
Thanks
Sort of a dyno? RPM, Oil & Water temps, Oil Pressure, Air Fuel Ratio, Etc?
Thanks
Comments
A tach should be easy, oil & water temps are usually thermistors, oil pressure is usually (used to be) a variable resistor, A/F is read by an O2 sensor and read as voltage far as I know.
Measuring power would be the most difficult by far. Maybe you could use a magnetic brake for small engines <15Hp?? but I dunno how to read 300Hp. I read that on Funny cars they cannot measure 8000 Hp directly so there's a coupling in the drive train to measure strain..... which converts to torque in some manner. The atricle didn't mention if it was linear.
That's a very cool project. I hope you build it
Here's some info worth reading.
http://en.wikipedia.org/wiki/On-board_diagnostics
-dan
Perhaps if you were more specific.
Bill M.
'
Take a look in StampWorks manual for some idea's.
'
http://www.parallax.com/Portals/0/Downloads/docs/books/sw/Web-SW-v2.1.pdf
'
RPM,Voltage,Temp.Oil Presser, Not hard to read.
'
Exhaust gas temp's and rich/lean indicators can be read as well. But theres a little more to learn about the senors properties.
'
I have a lot more info if your interested.
The STN-1100 Serial interface is well within BS2 capabilities. The BS2(xx) would certainly be much easier to start with. The BS2(xx) could handle all the data acquisition, display and input functions. Then let the STN-1100 handle all the difficult stuff.
If you are interested, download the StampWorks Manual on pdf. It has tutorials for data storage with an external eeprom, adding a parallel display, then add a key pad.
Install it into a project box similar to this. (you will need to determine display and key pad dimensions before you find a hand-held box, if that's what you want)
Afterwards Move on to the Propeller and program it do everything.