Go Back   EcoModder Forum > EcoModding > Instrumentation
Register Now
 Register Now

Now available from EcoModder: ScanGauge II fuel economy gauge.  Click for details.  

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 11-18-2011, 01:31 AM   #1 (permalink)
EcoModding Lurker
 
Join Date: Nov 2011
Location: Denmark
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Displaying voltage, oil pressure, oil temp etc.

Hi,

I stumbled over the MPGuino site and realized that I need to look closer into that topic. Actually I just want to install a plug and play ScanGauge system, however my car does not have an active OBD plug and no electronic fuel injection. It is an old fashioned diesel car with mechanical fuel injection. My main focus is not displaying fuel consumption (however, it would be nice), however the following classic gauges are of my interest:

1. Oil pressure
2. Oil temperature
3. Voltage
4. Amps
5. Outside temperature

The thing is, that all these gauges are perfectly available from manufacturers such as VDO. However, their diameter is too large and will not fit. Moreover I want to display many gauges and there just is not any space for that. Thats why I need a compact digital system.

So basically its all about handling sensors which change their resistance values (or voltages) and display these values on a small screen (with conversion factors).

For that purpose I want to install a basic lcd display module into the DIN Radio compartment of the car. The dimensions are approx. 175x50 mm.

Can anyone help in guiding me into the correct direction of that project?

Lucas


(Support Ecomodder.com & get rid of these annoying ads!)      
 
  Reply With Quote
Old 12-30-2011, 05:54 AM   #2 (permalink)
EcoModding Lurker
 
Join Date: Dec 2011
Location: Vancouver, BC
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
I've actually wanted the same thing for years - so I built one. The first version used a PIC16F877A microcontroller and serial LCD module from sparkfun.com, as well as a handful of temperature sensors (DS18B20) and a pressure sender meant for a prosport gauge. I designed a DIN slot adaptor in solidworks that would hold the gauge as well. Never ended up installing it though, got distracted rewriting all the code for a 32 bit microcontroller. I still have the 8-bit code if you're interested.

Chris
  Reply With Quote
Old 12-30-2011, 07:27 AM   #3 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,032

pimp mobile - '81 gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Golf TDI
90 day: 53.56 mpg (US)
Thanks: 156
Thanked 259 Times in 203 Posts
yah it is a pretty simple task for the code. I think arduino is a good fit for this, lots of examples of displaying values on an lcd and the microcontroller has several analog ports. The hardware interface is pretty simple too if taken one port at a time.

1. Oil pressure: might need aftermarket sensor and a tee, but divide it to a 5v peak signal.
2. Oil temperature: same as temp
3. Voltage: use voltage divider (can use internal resistor in processor as part of divider)
4. Amps: use shunt and op-amp, or use hall effect sensor.
5. Outside temperature: thermistor as part of voltage divider

Each of these will look like an analog signal to the arduino (basically an atmega) and the basic arduino comes with six analog ports.

setup:
init lcd and analog ports

loop:
read pressure on pressure analog port
update pressure on lcd
read oil temp on temp analog port
update temp on lcd
...
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 12-30-2011, 11:28 AM   #4 (permalink)
Master EcoModder
 
Join Date: Dec 2011
Location: Boise Idaho
Posts: 705
Thanks: 38
Thanked 63 Times in 53 Posts
I would be REALLY interested in something like this.

I only want MPG, and for a Honda, and for OBD1 (like a 93 civic). I would want instantaneous and a resettable average.

Anyone interested in building one?
  Reply With Quote
Old 12-31-2011, 05:39 PM   #5 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,032

pimp mobile - '81 gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Golf TDI
90 day: 53.56 mpg (US)
Thanks: 156
Thanked 259 Times in 203 Posts
OpenGauge / MPGuino FE computer - Fuel Economy, Hypermiling, EcoModding News and Forum - EcoModder.com
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 12-31-2011, 07:49 PM   #6 (permalink)
Master EcoModder
 
Join Date: Dec 2011
Location: Boise Idaho
Posts: 705
Thanks: 38
Thanked 63 Times in 53 Posts
that is pretty cool!

how much donation is typical?
  Reply With Quote
Old 12-31-2011, 11:20 PM   #7 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,032

pimp mobile - '81 gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Golf TDI
90 day: 53.56 mpg (US)
Thanks: 156
Thanked 259 Times in 203 Posts
$55 shipped, but it is on hold till the current backlog clears. Though with you building cars and stuff, you might do well to build one from an arduino and learn a bit about microcontrollers, etc. See the version 1 thread and the wiki.


(Support Ecomodder.com & get rid of these annoying ads!)      
 
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Reply  Post New Thread

Thread Tools





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com