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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 06-02-2008, 12:43 PM   #181 (permalink)
EcoModding Apprentice
 
awillard69's Avatar
 
Join Date: Feb 2008
Location: Streamwood, IL
Posts: 105

Dakota - '00 Dodge Dakota Club Cab, Sport
90 day: 18.57 mpg (US)

Jeep - '01 Jeep Wrangler TJ Sport
90 day: 18.46 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
DBA: I wouldn't need it for any in-car testing, just designing the 555 circuit to provide bench top inputs instead of having to drive around.

If you would be willing to loan one for a while, PM me.

__________________

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 06-02-2008, 07:47 PM   #182 (permalink)
EcoModding Lurker
 
Join Date: May 2008
Location: Sacramento, CA
Posts: 26

My GSR - '96 Acura Integra GSR
90 day: 35 mpg (US)

My 500F - '04 Suzuki GS500F
90 day: 62.99 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by larrydag View Post
Welcome aboard silverknight. dcb is leading the efforts. Read through the forums from the start. Look at this thread for build instructions (MPGuino release one workspace). For history of the project you can look through the "Any interest in developing an open source..." thread

As far as skills needed for the project:
1. Basic soldering
2. Installing software to Windows or Linux (for arduino)
3. Some car electronics knowledge to hookup power, VSS signal, Injector signal. Google should be your friend there. It was for me.
Thanks for the advice guys.

I need to get a paycheck then I can start buying parts. I am pretty good at soldering, computers (I am a web developer/programmer), and cars with some experience with car electronics.

I look forward to start planning and building.
Thanks,
__________________
  Reply With Quote
Old 06-02-2008, 10:16 PM   #183 (permalink)
Batman Junior
 
MetroMPG's Avatar
 
Join Date: Nov 2007
Location: 1000 Islands, Ontario, Canada
Posts: 22,515

Blackfly - '98 Geo Metro
Team Metro
Last 3: 70.09 mpg (US)

MPGiata - '90 Mazda Miata
90 day: 52.71 mpg (US)

Even Fancier Metro - '14 Mitsubishi Mirage top spec
90 day: 70.75 mpg (US)

Appliance car - '14 Mitsubishi Mirage ES (base)
90 day: 52.48 mpg (US)
Thanks: 4,062
Thanked 6,959 Times in 3,603 Posts
gettin' back in the 'guino game

I've got the LCD wired up & attached to my mpguino. I don't have my USB cable with me at the moment though, so can't test it until tomorrow.
__________________
Project MPGiata! Mods for getting 50+ MPG from a 1990 Miata
Honda mods: Ecomodding my $800 Honda Fit 5-speed beater
Mitsu mods: 70 MPG in my ecomodded, dirt cheap, 3-cylinder Mirage.
Ecodriving test: Manual vs. automatic transmission MPG showdown



EcoModder
has launched a forum for the efficient new Mitsubishi Mirage
www.MetroMPG.com - fuel efficiency info for Geo Metro owners
www.ForkenSwift.com - electric car conversion on a beer budget
  Reply With Quote
Old 06-02-2008, 10:51 PM   #184 (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
re: metro Unless you have some better values, try these:
Code:
#define vssPulsesPerMile 16408ul  
#define microSecondsPerGallon 535714286ul //injector flow rate
And these might help:




(need a wiki for this stuff)
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 07-16-2008 at 08:53 AM..
  Reply With Quote
Old 06-02-2008, 10:59 PM   #185 (permalink)
Awesomeness personified
 
AndrewJ's Avatar
 
Join Date: Dec 2007
Location: Columbia, MO
Posts: 642

Harold - '94 Honda Civic CX
90 day: 54.51 mpg (US)

Margot - '08 Surly Big Dummy
Thanks: 0
Thanked 28 Times in 18 Posts
Send a message via AIM to AndrewJ
dcb: any advice on figuring out VSS or injector values for other motors? I have no clue what I'm doing...

Found out that my car (as well as any VX or CRX HF) has 190cc injectors. No idea how to convert that to microseconds per gallon.

With the VSS I guess I could just trial-and-error it against my odo.

*EDIT*

Later that evening....

So I found mosiers post way back on page 2 or 3, and did a little googling.

with the 190cc injectors I should have about 1249.8 seconds/gallon, so that's approximately
4999200000 uS
__________________
"I got 350 heads on a 305 engine. I get 10 miles to the gallon. I ain't got no good intentions." - The Drive By Truckers.


Last edited by AndrewJ; 06-03-2008 at 02:44 AM..
  Reply With Quote
Old 06-02-2008, 11:38 PM   #186 (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
The easiest way is to drive at a known speed, take a guess at your mpg and look at the instant raw data, then "do the math" as they say. Jot down the numbers and take it to the bench.

Lets do the easy one first:
So lets say you saw VC=20 at 30mph with the 1/2 second refresh rate, well that would be 40 tics/second or 144000 tics per hour. So divide by 30mph and you have 4800 tics/mile.

Injector is a little trickier, not exactly sure how to explain it but anyway:
Lets say you guessed 40mpg at the 30mph. The injector uS said 20000. So if you drove like that for an hour, how much gas would you burn? 30/40 gallons? I cannot properly describe the conversion at the moment.


Only the testers will have to suffer this though, I hope we will have a wiki or other tool and possibly an online calculator to help folks just look up the values for their car. I would also like a "quick and dirty" setup mode in the guino at some point.

Also, I would like to explain better any discrepencies in computed from injector flow rate values and real world values at some point.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 06-03-2008, 11:38 PM   #187 (permalink)
EcoModding Lurker
 
Join Date: Jan 2008
Location: us
Posts: 14

grnsat - '95 Saturn SL1

metro - '95 Geo Metro LSi
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by AndrewJ View Post

So I found mosiers post way back on page 2 or 3, and did a little googling.

with the 190cc injectors I should have about 1249.8 seconds/gallon, so that's approximately
4999200000 uS
It was pointed out that some of these injector ratings are at 80% duty cycle, which will throw us off quite a bit..

Anyway, you actually need to divide the 1250 sec/gal by 4 (1250 seconds to flow one gallon through one injector, 312 sec when using 4) This still isn't a proven way of determining the constant, but right now it seems worth a try..

Also check this post http://ecomodder.com/forum/showpost....&postcount=105
for what I think is a way to get an idea of what uS you would expect to see when at a steady state cruise (if you have a decent idea of what your mpg should be at that cruise speed)

I haven't checked my injector for power when key on, so I haven't made any progress in solving my low uS problem.
  Reply With Quote
Old 06-04-2008, 07:13 AM   #188 (permalink)
EcoModding Lurker
 
Join Date: Jun 2008
Location: NC
Posts: 30

Cxy Hatch - '92 Honda Civic CX

0ftlbs - '05 Honda S2000
Thanks: 0
Thanked 0 Times in 0 Posts
AndrewJ / Anyone with a Honda

http://www.b18c5eg.com/injectors.htm

the stock cx engine code is the d15b8 , 180CC. This reference may be wrong but we should cross compare. I'm also curious where you tapped for the injector/vss. I'm currently finishing up the circuit and havnt really felt the "urge" to go digging through the wiring harnesses.



I ordered the freeduino from NKC Electronics. It was probably the best shipping speed I have ever encountered from online sales (amazon, newegg, tire rack, etc..). When assembling it last night i noticed C8 is an electrolytic cap and while using the serial port it will be reverse biased (aka the positive end is the wrong way). When its not hooked up to the PC, it will be correctly biased (which it will be in this condition I hope all the time). So is it going to burn the house down and blow acid out the top? I dont know. I'm going to replace it with a ceramic/bipolar capacitor. Might be something you want to look out for.
  Reply With Quote
Old 06-04-2008, 09:08 AM   #189 (permalink)
FuelSipper
 
Join Date: Mar 2008
Location: Dallas, TX
Posts: 99

HondaHokie - '95 Honda Accord DX 4 door
90 day: 26.91 mpg (US)
Thanks: 0
Thanked 8 Times in 3 Posts
Great injector reference source MilesPerTank. So far the Honda owners that are doing the Opengauge project are myself, AndrewJ, and you.

As far as getting the INJ/VSS signal source I'm still working on that. AndrewJ has said that going directly to the Injector itself has worked. He and I both tried tapping into the ECU connector wire but we didn't have luck with that. I'm going to follow AndrewJ's method as well.

I still haven't worked out the VSS yet. Right now I'm hooked up with the ECU wire but I don't know if its worked correctly since my Injector signal doesn't work yet. AndrewJ seems to have it working with the ECU wire. He and I both posted pretty good ECU pinouts on this thread if you need that as a reference.

As far as the C8 reference that's beyond my knowledge. But I have the USB and serial freeduino's from NKC and they have both worked fine.
  Reply With Quote
Old 06-04-2008, 03:01 PM   #190 (permalink)
EcoModding Apprentice
 
awillard69's Avatar
 
Join Date: Feb 2008
Location: Streamwood, IL
Posts: 105

Dakota - '00 Dodge Dakota Club Cab, Sport
90 day: 18.57 mpg (US)

Jeep - '01 Jeep Wrangler TJ Sport
90 day: 18.46 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
DCB: It may be better for the long term if you create an include file with the user specific settings and include it into the main module. That way, if someone does the copy/paste of the core source, it won't overwrite their custom settings.

It might be useful, too, if settings for known auto (Saturn, Honda, etc.) configurations were surrounded in #define/#ifdef statements (if supported) in the file, so it can contain all collected defaults. Worst case, just uncomment the active settings. With the basic defaults being what a user may have tweaked. Then just a simple #define in the source can configure the code without losing the settings.

__________________

  Reply With Quote
Reply  Post New Thread




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