Go Back   EcoModder Forum > EcoModding > Instrumentation > OpenGauge / MPGuino FE computer
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 11-03-2008, 05:59 PM   #241 (permalink)
EcoModding Lurker
 
Join Date: Oct 2008
Location: Florida
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Display

I had been wondering about the display myself. Is it possible to use these devices with a vacuum flourescent display? I have read that they are bright enough and have a much higher contrast than LCD.
Thanks,
Zac

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 11-03-2008, 07:00 PM   #242 (permalink)
EcoModding Apprentice
 
cmags's Avatar
 
Join Date: Apr 2008
Location: Marietta, GA
Posts: 139

Scoob - '05 Subaru Impreza Outback Sport SE
90 day: 25.28 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by zwoodward View Post
I had been wondering about the display myself. Is it possible to use these devices with a vacuum flourescent display? I have read that they are bright enough and have a much higher contrast than LCD.
Thanks,
Zac
The OBDuino and MPGuino are both coded specifically for Hitachi HD44780 LCD displays. I know that some OLED displays are built with the same controller, and should in theory work. If the VFD comes with the same controller, its probably good as well. However, I can say that the timing does seem to be a little touchy. I had some other "equivalent" displays that just wouldn't stay running right and the issue wouldn't go away until I purchased the "official" LCD. Definitely at your own risk, but if you have a HD44780 equivalent controller, then you should be good to try it out.
  Reply With Quote
Old 11-04-2008, 09:00 AM   #243 (permalink)
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
Guys, FYI, as the ELM327 cost $32+sh (about $40 ) and we use only the CAN properties of it (ISO can be done with the freescale chio, VPW/PWM can be done with transistors or even an ELM320/322), I plan to use a CAN interface made by microchip, their MCP2515 and MCP2551, and use a CAN library to handle messages, and put some logic inside the AVR instead of the ELM's PIC.

This would reduce the cost of the OBDuino to a *duino board, an LCD, and a few components, about $40 all in all.

This is also because on a new prototype board, I think I burnt the CAN input of my ELM327 chip
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 11-04-2008, 03:27 PM   #244 (permalink)
EcoModding Lurker
 
Join Date: Jul 2008
Location: US
Posts: 76

sukisuki - '00 Suzuki Grand Vitara 4wd
90 day: 21.88 mpg (US)
Thanks: 1
Thanked 15 Times in 6 Posts
Magister,

in case of an ISO9141 OBD only car, what would be the total price of the OBDuino?

Another question: is there a permalink for this project or everything is contained in this thread?

Thanks
  Reply With Quote
Old 11-04-2008, 03:52 PM   #245 (permalink)
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
I guess about $40, let's say $20 for the *duino, $10 for LCD, $10 in various components.

A lot of info are in the project wiki page:
OBDuino - opengauge - Google Code - OBDuino Description
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 11-04-2008, 06:04 PM   #246 (permalink)
EcoModding Lurker
 
Join Date: Jul 2008
Location: US
Posts: 76

sukisuki - '00 Suzuki Grand Vitara 4wd
90 day: 21.88 mpg (US)
Thanks: 1
Thanked 15 Times in 6 Posts
Thanks. Sounds like a great deal.
Is it possible to display the amount of gas used during a trip? Sometimes I try to understand if it is better to go one way rather than another but they can have different length, speed, stop&go.
  Reply With Quote
Old 11-05-2008, 08:25 AM   #247 (permalink)
EcoModding Apprentice
 
cmags's Avatar
 
Join Date: Apr 2008
Location: Marietta, GA
Posts: 139

Scoob - '05 Subaru Impreza Outback Sport SE
90 day: 25.28 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by tangomar View Post
Thanks. Sounds like a great deal.
Is it possible to display the amount of gas used during a trip? Sometimes I try to understand if it is better to go one way rather than another but they can have different length, speed, stop&go.
Yes, there is a trip setting. If you want to use the trip to track your tank, you will need to leave constant power to the 'duino. It does turn off the LCD after a timeout, and doesn't draw too much so you should be ok. You can reset the trip with a middle+left combination, and then confirm. It should track at least distance and average MPG for that trip. Check the wiki for more info.
  Reply With Quote
Old 11-05-2008, 09:20 AM   #248 (permalink)
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
When you shutdown the engine, the OBDuino detect it and save trip info in EEPROM, you can then switch off the board by unplugging it or put a switch on the +12V as I did.

There is 2 trips, one is used for tank and the other as a normal trip. Both can be monitored for fuel consumption, distance, fuel taken. For the tank trip it can also display the remaining distance you can drive on your tank.
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 11-05-2008, 09:26 AM   #249 (permalink)
EcoModding Apprentice
 
cmags's Avatar
 
Join Date: Apr 2008
Location: Marietta, GA
Posts: 139

Scoob - '05 Subaru Impreza Outback Sport SE
90 day: 25.28 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Magister View Post
When you shutdown the engine, the OBDuino detect it and save trip info in EEPROM, you can then switch off the board by unplugging it or put a switch on the +12V as I did.

There is 2 trips, one is used for tank and the other as a normal trip. Both can be monitored for fuel consumption, distance, fuel taken. For the tank trip it can also display the remaining distance you can drive on your tank.
Oh really? That's awesome on all counts! I like having a trip and tank tracking on my MPGuino but was willing to give it up because of some of the direct VSS pulse capture issues I'm having. I had also been pushing to recode so that the MPGuino would save the values to ROM so we can wire to ACC so as not to have constant on to save values. I guess we lose the capability of tracking EOC, but that's fine by me. I hardly ever do that anyway.

Out of curiosity, how do you check for engine shutdown? It won't confuse a DFCO as a shutdown, correct?
  Reply With Quote
Old 11-05-2008, 10:17 AM   #250 (permalink)
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
If the engine RPM goes from a positive value to zero, I save trip info in EEPROM

__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Reply  Post New Thread


Tags
obd2

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
MPGuino release one workspace dcb OpenGauge / MPGuino FE computer 1061 01-17-2020 01:37 AM
Just some quick info on Scangauge vs. MPGuino NoCO2 OpenGauge / MPGuino FE computer 4 06-01-2015 04:58 PM
All New Nissan Models to Feature Fuel Efficiency Gauge MetroMPG General Efficiency Discussion 6 11-18-2008 04:57 PM
Vacuum gauge problems :( DifferentPointofView Instrumentation 3 05-14-2008 11:04 PM
Will Scan Gauge work on mine? bennelson Instrumentation 9 02-19-2008 10:04 PM



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