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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 08-01-2011, 08:03 AM   #761 (permalink)
EcoModding Lurker
 
Join Date: Mar 2011
Location: Denmark
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by eimix View Post
1. In my car Load works normaly (full range 0%-80% (100% did not reached)

2. Info about buzzer is in comments (search for "#define UseBuzzer") - circuit and description.

I uploaded new version (198) with fully disabled buzzer (arduino is messing up with #define ... #ifdef ... #endif
Version 198? - then we will soon reach a milestone (version 2.0.0) What will that offer Eimix? - Graphical display?

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 08-04-2011, 06:44 AM   #762 (permalink)
toc
EcoModding Apprentice
 
Join Date: Jan 2011
Location: Australia
Posts: 179

Sonata97 - '97 Hyundai Sonata GL
90 day: 25.96 mpg (US)

Pulsar - '03 Nissan Pulsar ST
Team Nissan
90 day: 36.09 mpg (US)

Lancer - '04 Mitsubishi Lancer
90 day: 31.11 mpg (US)

Lancer 2.0 - '09 Mitsubishi Lancer
90 day: 27.1 mpg (US)
Thanks: 9
Thanked 16 Times in 13 Posts
Graphical Display would need to deviate from simply pushing digits to the display, and actually drawing the numbers / characters / images on the screen.

It can be done, but a different kettle of fish to the HD44780 displays.
__________________
  Reply With Quote
Old 08-05-2011, 07:57 AM   #763 (permalink)
EcoModding Lurker
 
Join Date: Mar 2011
Location: Denmark
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
Question Problems with initialization...

Hi,

I can't get version 198 to work properly. Problem is initialization after the engine has been stopped. The OBDuino never realises that the car has been started. It work perfect with release 190. I have configured the init-params exactly the same - but haven't solved the problem.

Maybe someone can figure it out. I have set these params:

#define useECUState
#define DisconnectECUIfRPMIsZero (new, not in version 190)
#define do_ISO_Reinit
//#define skip_ISO_Init
#define carAlarmScreen

What happens is that - when I connect the device to the car for the first time it starts polling for the ECU. I start the engine and communications come up perfect. When I stop the engine (the OBDuino saves trip data), and start it later - the OBDuino never comes to life again (this works fine in ver. 190 with the same settings). I have noticed the following - if I disconnect the OBduino and connect it again - it works perfect (of course). It also comes back to life - if I - when the engine is of - tampers with the menus.

Can anyone explain this behavior? Can it be because of the "DisconnectECUIfRPMIsZero"? - as I read this - it should help the OBDUino to be sure that the car is stopped.

I would very much like to be up to date with the newest software - it is just being better and better

Regards TT
  Reply With Quote
Old 08-07-2011, 08:35 AM   #764 (permalink)
dar
EcoModding Lurker
 
Join Date: Apr 2011
Location: Lithuania
Posts: 16
Thanks: 0
Thanked 3 Times in 2 Posts
I use:
#define ISO_9141
#define useECUState
//#define DisconnectECUIfRPMIsZero
#define do_ISO_Reinit
#define skip_ISO_Init
#define carAlarmScreen
In my car (VW Passat 1999; gasoline, ISO_9141) it works. Then have tried #define DisconnectECUIfRPMIsZero, I has similar problem.
But necessary uncomment both: #define do_ISO_Reinit
#define skip_ISO_Init (I think, the checking at line 986-991 (ver 198) (987 #if defined skip_ISO_Init) is not working)

Last edited by dar; 08-07-2011 at 11:39 AM.. Reason: Added version 198
  Reply With Quote
The Following 2 Users Say Thank You to dar For This Useful Post:
eimix (08-07-2011), TurboTorben (08-07-2011)
Old 08-07-2011, 12:11 PM   #765 (permalink)
EcoModding Lurker
 
Join Date: Mar 2011
Location: Denmark
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
Hi Dar,

Thanks! - I tried with your set of parameters - and it works!

Regards TT
  Reply With Quote
Old 08-07-2011, 01:47 PM   #766 (permalink)
EcoModding Lurker
 
Join Date: Aug 2010
Location: Lithuania
Posts: 74
Thanks: 3
Thanked 21 Times in 15 Posts
Quote:
Originally Posted by dar View Post
I use:
#define ISO_9141
#define useECUState
//#define DisconnectECUIfRPMIsZero
#define do_ISO_Reinit
#define skip_ISO_Init
#define carAlarmScreen
In my car (VW Passat 1999; gasoline, ISO_9141) it works. Then have tried #define DisconnectECUIfRPMIsZero, I has similar problem.
But necessary uncomment both: #define do_ISO_Reinit
#define skip_ISO_Init (I think, the checking at line 986-991 (ver 198) (987 #if defined skip_ISO_Init) is not working)
thanks for clearing up.
#if defined #ifdef and similar are not always catched and processed by arduino compiler

i will try to work on this.
  Reply With Quote
Old 08-07-2011, 01:57 PM   #767 (permalink)
EcoModding Lurker
 
Join Date: Aug 2010
Location: Lithuania
Posts: 74
Thanks: 3
Thanked 21 Times in 15 Posts
Quote:
Originally Posted by TurboTorben View Post
Version 198? - then we will soon reach a milestone (version 2.0.0) What will that offer Eimix? - Graphical display?
no milestone and it is more like 198.0.0 not 1.9.8

Graphical display would require moving to arduino mega

i was looking at nokia 6021 phone display, but it needs micro connector (i do not have it) or very precise soldering (i'm not so good).

somebody could work on hardware analysis if display would be available ~ 10-15$ it would be worth trying.
  Reply With Quote
Old 08-08-2011, 02:54 PM   #768 (permalink)
EcoModding Lurker
 
Join Date: Mar 2011
Location: Denmark
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
Lightbulb Idea...

Hi folks!

When I read about the support for the buzzer, I was thinking about if the following would be useful:

Where I live we have three type of roads each with a speed limit.
One is for city-roads, another for normal country roads and a third for highwayroads.

How about having the OBDuino giving:

One short (0.25 second) beep when passing the first speedlimit. Two short beeps for the second speedlimit and (you guessed it ) three beeps for the third speedlimit.

And eventually you could have a configurable max. speed (max. speed you want to drive - not the cars max. speed). When this max speed limit is reached the buzzer should sound constantly until the speed again comes below the max. speed limit.

What do you think? Will this be a sound inferno or could it be a help to the driver?

Regards
TT
  Reply With Quote
Old 08-09-2011, 03:54 PM   #769 (permalink)
EcoModding Lurker
 
Join Date: May 2010
Location: Latvia
Posts: 39
Thanks: 1
Thanked 0 Times in 0 Posts
come on guys

why do I get zeros in all PID's?

code is 193 together with elm327. car uses ISO protocol (not sure which one)

halp? pls?
  Reply With Quote
Old 08-19-2011, 01:55 PM   #770 (permalink)
EcoModding Lurker
 
Join Date: Mar 2011
Location: Denmark
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
Lightbulb Idea...

Hi guys,

Got a new idea. Hope someone will implement it

Idea #1: I think it is annoying that when you want to switch from one page to another you sometimes have to go through up to 4 pages to come to the one you want (worst case). I would like that it was possible to browse forward and backwards. Therefore I suggest that the brightness adjustment is moved to the display menu, and the that the right button is used to browse forward through the pages and the left button is used to browse backwards. What do you think?

Regards TT

  Reply With Quote
Reply  Post New Thread


Tags
obd2



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