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-30-2008, 08:10 AM   #1 (permalink)
Master EcoModder
 
Join Date: Nov 2008
Location: 18603, USA
Posts: 759

The Crimson Crawler - '04 Hyundai Elantra GLS
90 day: 36.71 mpg (US)
Thanks: 221
Thanked 60 Times in 45 Posts
Question MPGuino with large screen?

I know the standard size is a 16x2 LCD, and that's great. Would it be easy to just swap to something like a 20x4 LCD, without any major software rewrite on my part, or would it take a lot of changes?

Secondly, would it be possible to use the "Big Number" instant MPG readout on a second "remote display?" I'd love to have my screen up front, and a BIG one in the back window that other drivers could see. Even if it was just a clone of whatever was being displayed for the driver it would be neat.

I'm not the best code monkey out there (I'm a computer/electronics hardware technician, not a programmer), but I have a little bit of coding experience and I'm not afraid to get dirty.

Thanks for any insight you can provide! I'm hoping to be able to get to 35 MPG with this beast....

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 12-13-2008, 08:51 AM   #2 (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
I think its been mentioned that the best way to have two screens populating data on these things is to build two and tie them to the same inputs.

In theory, with one more pin to switch power between the two LCDs, or the enable, you could add code to send one screen full of data with the enable on for one LCD, then another screen with the other enable on. The LCD holds its data displayed until another enable pulse goes in so while updating one, the other wouldn't change display. I dunno if there's enough codespace left for that though.
  Reply With Quote
Old 12-13-2008, 09:01 AM   #3 (permalink)
Ex-lurker
 
i_am_socket's Avatar
 
Join Date: Apr 2008
Location: Jersey
Posts: 571

Skeeter - '05 Toyota Corolla LE
90 day: 35.55 mpg (US)
Thanks: 2
Thanked 8 Times in 6 Posts
The newest version of the code already has serial output for remote displays or attachment to other devices, so it should be relatively easy to do.

Relative to what, I couldn't tell you
__________________
  Reply With Quote
Old 12-15-2008, 09:36 AM   #4 (permalink)
Master EcoModder
 
Join Date: Nov 2008
Location: 18603, USA
Posts: 759

The Crimson Crawler - '04 Hyundai Elantra GLS
90 day: 36.71 mpg (US)
Thanks: 221
Thanked 60 Times in 45 Posts
Quote:
Originally Posted by i_am_socket View Post
The newest version of the code already has serial output for remote displays or attachment to other devices, so it should be relatively easy to do.

Relative to what, I couldn't tell you
Hmm....I was thinking that the data out would really only be useful on a PC, but I guess you could feed it into a 2nd MPGuino with different code that is set to pick the data from serial input and not from the engine pins?
  Reply With Quote
Old 12-15-2008, 09:47 AM   #5 (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
Well, if you're going to use a second MPGuino, then you might as well hook it up to the same inputs, rather than re-invent both sets of code, have two, each with whatever display you want on it.
  Reply With Quote
Old 12-15-2008, 10:13 AM   #6 (permalink)
Master EcoModder
 
Join Date: Nov 2008
Location: 18603, USA
Posts: 759

The Crimson Crawler - '04 Hyundai Elantra GLS
90 day: 36.71 mpg (US)
Thanks: 221
Thanked 60 Times in 45 Posts
It may actually be easier to re-invent the wheel, or maybe I'm looking at a different project. Get one of those (relatively) big LED monochrome displays, and set it to say


"I'm getting XX.X MPG right now, how about you?"


Where it grabs the instant MPG from the MPGuino and displays it in the middle of the string. I'd mount it in the bottom of the back window.

Could also wire an input for brake lights and have it act as a 4th brake light too.
  Reply With Quote
Old 12-15-2008, 10:18 AM   #7 (permalink)
Ex-lurker
 
i_am_socket's Avatar
 
Join Date: Apr 2008
Location: Jersey
Posts: 571

Skeeter - '05 Toyota Corolla LE
90 day: 35.55 mpg (US)
Thanks: 2
Thanked 8 Times in 6 Posts
From the latest on the Wiki:
Quote:
10/01/2008 updates for v0.74

added a small serial transmitter function. The guino now outputs the following data over the serial port at 9600 baud every half second: instantmpg, instantmph, instant.injHius, instant.injPulses, instant.vssPulses

So "realtime" laptop/cellphone integration should be a snap if your guino has a usb/rs232 connection or you can build one and you can gather the data on the laptop/cellphone. This also has applications for remote displays.

I also added a #define usedefaults so that you can build the guino without a lcd if you intend to only use it with a laptop/cellphone. It will simply skip the setup screen/loading of eprom values.

Since all the interesting data is already going over the serial port now, I removed the debug ifdef branching.
At that point, if you know how to build something to pick up serial data and only display the MPG, it should be simpler and cheaper than a full second MPGuino. That's a big "if" though.
__________________
  Reply With Quote
Old 08-06-2010, 11:39 AM   #8 (permalink)
EcoModding Lurker
 
Join Date: Feb 2010
Location: UK
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by i_am_socket View Post
From the latest on the Wiki:


At that point, if you know how to build something to pick up serial data and only display the MPG, it should be simpler and cheaper than a full second MPGuino. That's a big "if" though.

SparkFun Electronics - Breakout Board for MAX7456 On Screen Display
will superimpose spi data over a composite video signal. Not exactly HUD but if the video is from a camera (rear view?) on your car...

Another idea could be a persistence of view projector to get a much brighter image to reflect off the screen
  Reply With Quote
Old 08-06-2010, 12:19 PM   #9 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

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

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
that would be interesting to combine with a camera signal.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 08-06-2010, 01:23 PM   #10 (permalink)
EcoModding Lurker
 
Join Date: Aug 2010
Location: usa
Posts: 17

Beater - '07 Chevrolet Aveo
90 day: 27.11 mpg (US)
Thanks: 3
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Nevyn View Post
I know the standard size is a 16x2 LCD, and that's great. Would it be easy to just swap to something like a 20x4 LCD,
How about this
20x4 HD44780 Blue LCD

Same controller on the LCD as the regular one. Just change code to do 4 lines instead of 2

They're all over ebay.


Last edited by enuro12; 08-06-2010 at 02:01 PM..
  Reply With Quote
Reply  Post New Thread




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
MPGuino installation/setup: 1998 Geo Metro (Pontiac Firefly) MetroMPG OpenGauge / MPGuino FE computer 12 10-11-2009 03:29 PM
iDuino MPGuino wyatt OpenGauge / MPGuino FE computer 146 02-20-2009 12:23 PM
Mpguino acting weird forgottenmindset OpenGauge / MPGuino FE computer 2 08-23-2008 10:07 AM
Some suggestions and notes on the MPGuino SVOboy OpenGauge / MPGuino FE computer 4 08-01-2008 08:00 AM



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