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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 04-03-2014, 08:28 PM   #1051 (permalink)
EcoModding Lurker
 
Join Date: Apr 2011
Location: Muskegon,MI
Posts: 36

The Beast - '93 Fleetwood Flair includes kitchen sink
90 day: 9.2 mpg (US)

The Bigger Beast - '03 Winnebago Sightseer Motor Home
Thanks: 0
Thanked 7 Times in 6 Posts
Quote:
Originally Posted by wyatt View Post
A wiring problem or perhaps some of the other pre-sets need switched. It's been a while since I worked on/with the MPGuino, but my first guess is wiring.
The only wiring problem might be in the Jcar module that squares up the injector pulse. The Jcar module worked quite well giving me a nice 5v square wave on my 'scope. I bought an assembled MPGuino. I tried but couldn't mess up 4 wires.

I was thinking I was running in to a divide by 0 thing.
I am not too worried about the 999 on throttle down. I don't floor it very often.
I am more interested that the 'Guino displays better fuel mileage at higher speeds. It is easy to be tricked into driving too fast.

I did find the code for the Guino s I'll look into that. I can't write code too well but I can read most of it.

Thanks for the help.

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 04-03-2014, 09:21 PM   #1052 (permalink)
EcoModding Lurker
 
Join Date: Apr 2011
Location: Muskegon,MI
Posts: 36

The Beast - '93 Fleetwood Flair includes kitchen sink
90 day: 9.2 mpg (US)

The Bigger Beast - '03 Winnebago Sightseer Motor Home
Thanks: 0
Thanked 7 Times in 6 Posts
Quote:
Originally Posted by 2003protege View Post
So if you apply 75%+ throttle, the display instantly pegs at 999? Sounds like your throttle % is affecting the MPG calculation, not necessarily that it "quit" but that the calculation is picking up the throttle. I'm wondering if there isnt' a wiring problem.
It is kinda hard to pick on the throttle. All it does is add more air to the engine. The ECU tells the injectors to fire longer. The rev counter in the ECU tells the injectors to fire more often.

The 'Guino sees faster vss and faster, longer injector pulses.

The MPGuino calculates fuel used from those 2 parameters.
The only thing that may be the culprit is this below. I think I have it set to 500.

Injector DelayuS - Represents the mechanical delay of the injector in microseconds. Advanced topic.

I will try and reduce the number, maybe to 250 and see what happens.
My theory is the code trips up on the bigger number. Maybe I'm thinking backwards.

I'll try it soon.
  Reply With Quote
Old 06-04-2014, 08:37 PM   #1053 (permalink)
EcoModding Lurker
 
Join Date: Jun 2014
Location: New York
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hey guys, new around here. I'm working on my own MPGuino, and I'm looking around and seeing a few different diagrams for the arduino based circuits, could someone direct me to the best and other functional ones? There's a .png on the wiki that is different from the color displayed here. Thanks!
  Reply With Quote
Old 03-29-2015, 05:49 PM   #1054 (permalink)
EcoModding Apprentice
 
Join Date: Oct 2014
Location: Marysville, wa
Posts: 221

97 Civic HX sedan VX trans - '98 Honda Civic LX + HX + VX
90 day: 41.9 mpg (US)
Thanks: 23
Thanked 42 Times in 24 Posts
I admit I didn't read through all 106 pages here but hope this is the appropriate place to ask.

I am trying to load this on an arduino Uno but am having no luck. I admit I really don't have a clue about coding. Building the hardware is no problem though.

When I copy / paste the code and try to verify it there's always lots of errors as pasted below.

If anyone can help or point me in the right direction I would be really appreciative of that. Thank you!




Arduino: 1.6.1 (Windows 7), Board: "Arduino Uno"

sketch_mar29a.ino:51:17: error: conflicting declaration 'typedef uint8_t boolean'

In file included from sketch_mar29a.ino:51:0:

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:117:14: error: 'boolean' has a previous declaration as 'typedef bool boolean'

typedef bool boolean;

^

sketch_mar29a.ino:91:15: error: 'prog_char' was not declared in this scope

sketch_mar29a.ino:91:27: error: 'str' was not declared in this scope

sketch_mar29a.ino:397:1: error: 'prog_char' does not name a type

sketch_mar29a.ino: In function 'void setup()':

sketch_mar29a.ino:403:2: error: 'displayFuncNames' was not declared in this scope

sketch_mar29a.ino:432:44: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:434:44: error: 'getStr' cannot be used as a function

sketch_mar29a.ino: In function 'void mainloop()':

sketch_mar29a.ino:541:37: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:549:42: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:553:45: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:559:23: error: 'displayFuncNames' was not declared in this scope

sketch_mar29a.ino:559:47: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:564:42: error: 'getStr' cannot be used as a function

sketch_mar29a.ino:569:23: error: 'displayFuncNames' was not declared in this scope

sketch_mar29a.ino:569:47: error: 'getStr' cannot be used as a function

sketch_mar29a.ino: At global scope:

sketch_mar29a.ino:628:15: error: redefinition of 'char* getStr'

sketch_mar29a.ino:91:8: error: 'char* getStr' previously defined here

sketch_mar29a.ino:628:15: error: 'prog_char' was not declared in this scope

sketch_mar29a.ino:628:27: error: 'str' was not declared in this scope

In file included from sketch_mar29a.ino:49:0:

sketch_mar29a.ino: In function 'void LCD::init()':

sketch_mar29a.ino:755:22: error: variable 'chars' must be const in order to be put into read-only section by means of '__attribute__((progmem))'

Error compiling.

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
__________________
1998 LX with a full HX swap + VX transaxle.





  Reply With Quote
Old 03-30-2015, 03:11 AM   #1055 (permalink)
Master EcoModder
 
AndrzejM's Avatar
 
Join Date: Oct 2011
Location: Poland
Posts: 840

Berta - '97 BMW 318 tds Compact
90 day: 62.03 mpg (US)

Charlie - '07 Citroen C4 Grand Picasso Exclusive
90 day: 37.58 mpg (US)

Corsa - '05 Opel Corsa C
90 day: 53.22 mpg (US)

Mruczek - '03 Audi A2
90 day: 60.61 mpg (US)
Thanks: 185
Thanked 167 Times in 117 Posts
Have you tried copy and paste code as a clear text?
What exact code are you uploading to Arduino?
__________________


Quote:
Gerhard Plattner: "The best attitude is to consider fuel saving a kind of sport. Everybody who has enough money for a strong car, can drive fast and hit the pedal. But saving fuel requires concentration, self-control and cleverness. It's a challenge with the nice effect of saving you money that you can use for other more important things."
  Reply With Quote
Old 04-01-2015, 07:27 AM   #1056 (permalink)
EcoModding Lurker
 
Join Date: Apr 2012
Location: Minneapolis, MN
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by firehawk618 View Post

I am trying to load this on an arduino Uno but am having no luck. I admit I really don't have a clue about coding. Building the hardware is no problem though.

....
I haven't worked much with the Arduino IDE nor this software but I've compiled Arduino code and coded as a software engineer for years....

I'd guess somethings wrong in your include environment. Make sure you have the right version of the IDE and settings on the board, processor type all set as documented in the project code. Can you compile other Arduino IDE projects? Try a simple one.

I looked a while and couldn't find the code you are using.

Allan
  Reply With Quote
Old 06-08-2015, 08:25 AM   #1057 (permalink)
EcoModding Lurker
 
Join Date: Jun 2015
Location: Australia
Posts: 18
Thanks: 3
Thanked 0 Times in 0 Posts
Hey guys!

Check this guy out (bobski), he is working on a copy of the mpguino that actually works with the new ide....


Plus here is a handy guide for the VSS pulses FYI


Cheers
Mitch
  Reply With Quote
Old 06-08-2015, 08:26 AM   #1058 (permalink)
EcoModding Lurker
 
Join Date: Jun 2015
Location: Australia
Posts: 18
Thanks: 3
Thanked 0 Times in 0 Posts
Ugh,

It wont let me post links....
silly forums!
I will post the URLs asap!
Mitch
  Reply With Quote
Old 06-08-2015, 08:31 AM   #1059 (permalink)
Master EcoModder
 
AndrzejM's Avatar
 
Join Date: Oct 2011
Location: Poland
Posts: 840

Berta - '97 BMW 318 tds Compact
90 day: 62.03 mpg (US)

Charlie - '07 Citroen C4 Grand Picasso Exclusive
90 day: 37.58 mpg (US)

Corsa - '05 Opel Corsa C
90 day: 53.22 mpg (US)

Mruczek - '03 Audi A2
90 day: 60.61 mpg (US)
Thanks: 185
Thanked 167 Times in 117 Posts
I haven't got any problems with any version of the code nor IDE.
__________________


Quote:
Gerhard Plattner: "The best attitude is to consider fuel saving a kind of sport. Everybody who has enough money for a strong car, can drive fast and hit the pedal. But saving fuel requires concentration, self-control and cleverness. It's a challenge with the nice effect of saving you money that you can use for other more important things."
  Reply With Quote
Old 06-08-2015, 05:59 PM   #1060 (permalink)
EcoModding Lurker
 
Join Date: Jun 2015
Location: Australia
Posts: 18
Thanks: 3
Thanked 0 Times in 0 Posts
Links!

Arduino version:
http://ecomodder.com/forum/showthrea...2-16364-5.html

Vss list:
http://www.rostra.com/manuals/Form4428L.pdf

Cheers
Mitch

  Reply With Quote
Reply  Post New Thread


Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
My kingdom for a giant, heated workspace MetroMPG The Lounge 14 12-12-2010 09:08 AM
Motorcycle manufacturers beginning to release MPG info MetroMPG Motorcycles / Scooters 1 04-03-2008 05:23 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