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-10-2010, 04:05 AM   #11 (permalink)
EcoModding Lurker
 
FalconFour's Avatar
 
Join Date: Sep 2010
Location: Fresno, CA
Posts: 78

LEAF - '11 Nissan LEAF
Thanks: 4
Thanked 9 Times in 7 Posts
Eh, I've got this thread on email notification, and my email is IMAP, so you reply and *BING*, my email pops up, I click the link, come here and reply

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 11-10-2010, 04:11 AM   #12 (permalink)
EcoModding Lurker
 
Join Date: Nov 2010
Location: Monterey, CA
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by FalconFour View Post

But... what do you mean by VSS pass through? You mean, reproduce a VSS signal on a signal pin to drive the speedometer? Hm... I don't really have a use for that, so I dunno if I could really develop and test that... :/
Yep, that's exactly it. My car currently needs 4000 pulses for the VSS, but once I change the tires to a larger size (for less rotations per mile) my speedo will read slower than the actual car speed. (and the odometer will read incorrectly, etc.)

So I wish there were a way to adjust for that deviation. A) for the MPGDuino to read correctly, and B ) to replace the input wire to the Gauge cluster, so it can read correctly.

Quote:
Originally Posted by FalconFour View Post

And a bigger screen? Not sure about that one either... if I get my hands on a bigger LCD I might play around with it, but the 16x2 LCD format comes in a wide variety of physical dimensions... doesn't help to put more info on the screen at once, but I think the instant/current/trip screen setup is already an information overload as it is while driving!
I wasn't thinking to add more information onto a screen, but to highlight certain information with a larger font, while other less important information is still displayed, but doesn't catch my eye as quickly, unless I look for it.

I think increasing/decreasing the importance of some of the information would make it easier/faster to scan the screen at a quick glance.

Hope my explanations make sense.
  Reply With Quote
Old 11-10-2010, 04:20 AM   #13 (permalink)
EcoModding Lurker
 
FalconFour's Avatar
 
Join Date: Sep 2010
Location: Fresno, CA
Posts: 78

LEAF - '11 Nissan LEAF
Thanks: 4
Thanked 9 Times in 7 Posts
Ah, I see what you mean, then. Hmm. I wouldn't really know how to go about tweaking VSS pulses, though... I mean, consider this:
|______|______|______|______|______ = your VSS at some speed
|_____|_____|_____|_____|_____|_____ = modified VSS by just removing 1 time mark (underscore)
Notice how the second (modified) line doesn't really... doesn't really line up with the first at all? That makes it really difficult to make any sort of "pass-through", as the "effect" would have to be triggered by the "cause" directly (the original VSS pulse). Without a direct cause-effect, the MPGuino would have to basically re-create the VSS signal, perhaps with a delay, or maybe by re-calculating the difference between VSS-input-rate and VSS-output-rate on each VSS pulse, however "Instant" does it... baaaaah, the math is making my head hurt. >.< Yeah, see the problem, though?

As for information on the screen, well... there's really no way to "format" information on the screen (bigger, bold, highlight, etc). All screens that aren't prohibitively difficult to program, are simple character-based devices... I can imagine a 20-character-wide screen (as opposed to the current 16) would help put some space between the cramped-together figures. That would be pretty easy, and pretty useful, I think...?
  Reply With Quote
Old 11-11-2010, 11:54 PM   #14 (permalink)
EcoModding Lurker
 
Join Date: Nov 2010
Location: Monterey, CA
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Cool LCD displays

https://www.makershed.com/v/vspfiles/photos/MKLW1-2.jpg

Quote:
Add touch-screen control to your Arduino project! The TouchShield is an Arduino-ready 128×128 pixel OLED screen on a PCB shield that brings advanced I/O capabilities to the Arduino platform. This is the new Stealth Edition, which has an all-blacked out board that looks pretty slick on top of the dark blue Arduino.
$99.95

Amazon.com: LCD Module for Arduino 20 x 4, White on Blue: Everything Else: Reviews, Prices & more



Quote:
20 x 4 LCD, 5 volt, based on the popular HD44780. White characters on blue background, with back light. 4 rows, 20 characters per row.
We include instructions and Arduino software for using this LCD with Arduino.
We even include the header pins and a resistor for the contrast pin. We're good like that.
$15.95

What do you think?
  Reply With Quote
Old 12-01-2010, 01:52 PM   #15 (permalink)
EcoModding Lurker
 
Join Date: Nov 2010
Location: Monterey, CA
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Hi FalconFour,

what have you been up to over the last month? Any cool new updates?
  Reply With Quote
Old 12-13-2010, 08:17 PM   #16 (permalink)
msc
EcoModding Lurker
 
Join Date: Nov 2010
Location: S. E. Michigan
Posts: 45
Thanks: 0
Thanked 5 Times in 5 Posts
What version of code are you working from for these mods?

What development environment are you working with, Arduino or other?

Mike
  Reply With Quote
Old 12-13-2010, 08:19 PM   #17 (permalink)
EcoModding Lurker
 
FalconFour's Avatar
 
Join Date: Sep 2010
Location: Fresno, CA
Posts: 78

LEAF - '11 Nissan LEAF
Thanks: 4
Thanked 9 Times in 7 Posts
MPGuino version 0.86, Arduino IDE version 0021. If there's a newer MPGuino version, it'll be a bit of a huge PITA to migrate all the changes now, lol... but I'm sure the first time I do it, I'll be sure to find a cleaner way to do it
  Reply With Quote
Old 12-13-2010, 08:48 PM   #18 (permalink)
EcoModding Lurker
 
FalconFour's Avatar
 
Join Date: Sep 2010
Location: Fresno, CA
Posts: 78

LEAF - '11 Nissan LEAF
Thanks: 4
Thanked 9 Times in 7 Posts
Come to think of it, I think it's due time to just post my full modified version.

Currently set up for 20MHz board (MPGuino). Select the block of 16MHz parameters (top of the code) and Ctrl+/, then select 20MHZ and Ctrl+/ to toggle between the two (uncomment one, comment the other).
Attached Files
File Type: zip MPGuino.zip (13.5 KB, 127 views)
  Reply With Quote
The Following 3 Users Say Thank You to FalconFour For This Useful Post:
ECONORAM (01-10-2013), krizt (12-15-2010), wclement7 (04-21-2011)
Old 12-15-2010, 01:59 PM   #19 (permalink)
EcoModding Lurker
 
Join Date: Dec 2010
Location: Slovenia
Posts: 4
Thanks: 1
Thanked 1 Time in 1 Post
Hej Falcon that's great work!! Almost exactly what I wanted. Could you please do the METRIC version to?? Pleeease
  Reply With Quote
Old 12-15-2010, 02:24 PM   #20 (permalink)
EcoModding Lurker
 
FalconFour's Avatar
 
Join Date: Sep 2010
Location: Fresno, CA
Posts: 78

LEAF - '11 Nissan LEAF
Thanks: 4
Thanked 9 Times in 7 Posts
Bleh, I put a bit of work taking metric out of the code, lol... I guess when the next version ever comes out, I'll have to redo it, and leave the metric stuff in there ... maybe!

  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
Differences between prebuilt MPGuino code & official code FalconFour OpenGauge / MPGuino FE computer 5 11-10-2010 03:38 AM
"Top 10" list of mods for beginners - do we need one? What would you pick? MetroMPG EcoModding Central 28 06-05-2010 03:38 PM
Speedo Accuracy with MPGuino :-( hummingbird Instrumentation 4 04-07-2010 12:26 AM
2006 in review: mods vs. technique. And the winner is... MetroMPG Hypermiling / EcoDriver's Ed 16 12-10-2007 07:46 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