Go Back   EcoModder Forum > EcoModding > Instrumentation
Register Now
 Register Now

Now available from EcoModder: ScanGauge II fuel economy gauge.  Click for details.  

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 02-01-2012, 08:37 PM   #1 (permalink)
EcoModding Lurker
 
fastegg's Avatar
 
Join Date: Jan 2012
Location: Gosford
Posts: 41
Thanks: 3
Thanked 0 Times in 0 Posts
MPGuino

Does any one know where i can purchase a fully assembled MPGuino ?


(Support Ecomodder.com & get rid of these annoying ads!)      
 
  Reply With Quote
Old 02-02-2012, 03:35 AM   #2 (permalink)
EcoModding Apprentice
 
meelis11's Avatar
 
Join Date: Feb 2009
Location: Estonia
Posts: 105

Green frog - '97 A4 Avant 1.9TDI 81kW
90 day: 46.32 mpg (US)
Thanks: 9
Thanked 13 Times in 11 Posts
I have made some custom mpguinos where buttons are in separate small board (and buttons-in-top version) so you can flush install mpguino and put buttons somewhere else.

I have also made custom code just like I like it
extra features:
* added metric version (must choose before code/firmware uploading, no change possible in settings)
* bargraphs (shows 2min average 5-9L/100km - dropped 0-5L to gain better resolution)
* battery voltage
* trip cost (in settins you enter fuel price)
* tank and current trip time in hours.minutes
* saving tank trip data to eeprom (dont forget it when disconnected)
* some values are shown in integers (speed, rpm)
* removed leading zeroes (instead "012.45" shows " 12.45")
* added dragrace screen (0-100km/h time, 400m time and trap speed, calculated horsepower)
* using Atmega chip sleep mode (consumes about 5milliAmps versus 20milliAmps when in sleep)

here are some pictures:
MPGuino - Meelis P



Mpguino is built in custom etched PCB and is same size like LCD (sits behind it, electrically it is compatible with "official mpguino"). I am using atmega 328
I think it would be around 59 euros + shipping. I have some pre-built MPGuinos at home

Meelis

Last edited by meelis11; 02-02-2012 at 06:28 AM..
  Reply With Quote
Old 02-02-2012, 04:20 AM   #3 (permalink)
EcoModding Lurker
 
fastegg's Avatar
 
Join Date: Jan 2012
Location: Gosford
Posts: 41
Thanks: 3
Thanked 0 Times in 0 Posts
MPGuino

Hi... how much to purchase and send one fully assembled to Australia ?
One in metric, buttons attached and with all the read outs...
  Reply With Quote
Old 02-02-2012, 04:25 AM   #4 (permalink)
EcoModding Lurker
 
fastegg's Avatar
 
Join Date: Jan 2012
Location: Gosford
Posts: 41
Thanks: 3
Thanked 0 Times in 0 Posts
MPGuino

How does it read fuel usage ? like, is it milli-litres per km or what ?
  Reply With Quote
Old 02-02-2012, 06:22 AM   #5 (permalink)
EcoModding Apprentice
 
meelis11's Avatar
 
Join Date: Feb 2009
Location: Estonia
Posts: 105

Green frog - '97 A4 Avant 1.9TDI 81kW
90 day: 46.32 mpg (US)
Thanks: 9
Thanked 13 Times in 11 Posts
Quote:
Originally Posted by fastegg View Post
Hi... how much to purchase and send one fully assembled to Australia ?
One in metric, buttons attached and with all the read outs...
Shipping is 4.50EUR, so I can make it 63EURos. I haven't send anything otside estonia and dont know how money transfer goes...I have paypal accont, probably it is quite easy with paypal.

Quote:
Originally Posted by fastegg View Post
How does it read fuel usage ? like, is it milli-litres per km or what ?
I am not sure what you mean?
* normal consumption is L/100km
* then there is readout for consumed fuel for current and tank trip (just Liters)
* there is also Liters/hour - good for measuring idle consumption

Meelis
  Reply With Quote
Old 02-05-2012, 11:22 PM   #6 (permalink)
EcoModding Lurker
 
fastegg's Avatar
 
Join Date: Jan 2012
Location: Gosford
Posts: 41
Thanks: 3
Thanked 0 Times in 0 Posts
MPGuino

Hi Meelis ... so how do i go about getting one of your pre assembled units ?
and was it you that made that neat cardboard box to put it in ?
__________________
UCF20R LS400 VVTi
Lexus Mad
  Reply With Quote
Old 02-06-2012, 04:29 AM   #7 (permalink)
EcoModding Apprentice
 
meelis11's Avatar
 
Join Date: Feb 2009
Location: Estonia
Posts: 105

Green frog - '97 A4 Avant 1.9TDI 81kW
90 day: 46.32 mpg (US)
Thanks: 9
Thanked 13 Times in 11 Posts
Quote:
Originally Posted by fastegg View Post
Hi Meelis ... so how do i go about getting one of your pre assembled units ?
and was it you that made that neat cardboard box to put it in ?
Yes I made cardboard box for my mpguino and covered it with tape.

making case from thin cardboard:


MPGuino ready, case covered with tape:


Shipping and payment details we can discuss in private message.
  Reply With Quote
Old 02-07-2012, 04:17 PM   #8 (permalink)
My way is the low way
 
Superturnier's Avatar
 
Join Date: Jun 2009
Location: Finland
Posts: 57

MyoldFord - '65 Taunus 20M Turnier
90 day: 31.32 mpg (US)

Plastic Spaceship - '94 Espace
90 day: 24.03 mpg (US)
Thanks: 3
Thanked 7 Times in 5 Posts
Quote:
Originally Posted by meelis11 View Post
I have made some custom mpguinos where buttons are in separate small board (and buttons-in-top version) so you can flush install mpguino and put buttons somewhere else.

I have also made custom code just like I like it
extra features:
* added metric version (must choose before code/firmware uploading, no change possible in settings)
* bargraphs (shows 2min average 5-9L/100km - dropped 0-5L to gain better resolution)
* battery voltage
* trip cost (in settins you enter fuel price)
* tank and current trip time in hours.minutes
* saving tank trip data to eeprom (dont forget it when disconnected)
* some values are shown in integers (speed, rpm)
* removed leading zeroes (instead "012.45" shows " 12.45")
* added dragrace screen (0-100km/h time, 400m time and trap speed, calculated horsepower)
* using Atmega chip sleep mode (consumes about 5milliAmps versus 20milliAmps when in sleep)

Meelis
Hi Meelis,
You have some nice features on your code. I've been looking for a voltage meter for my car for some time now. I would be very interested how have you changed the code to get the battery voltage for MPGuino.
Is there any change that you could publish some parts of the code (*.txt format)
I also have a atmel 328 on a arduino dualemiloluevemilouvumilou..thingy and I have done some small changes to the code for my own needs.
-Disabled some display screens I don't need, just to make it simpler and easier.
-Litres/hour, Litres consumed, Speed, rpm on one screen.

I used the code from mluckham as a base since it had the version for kilometers and it was very well commented.
Canadian version for kilometers
__________________

Summer vehicle


My dad's tire pressure is much higher than your dad's!
  Reply With Quote
Old 02-08-2012, 02:19 AM   #9 (permalink)
EcoModding Apprentice
 
meelis11's Avatar
 
Join Date: Feb 2009
Location: Estonia
Posts: 105

Green frog - '97 A4 Avant 1.9TDI 81kW
90 day: 46.32 mpg (US)
Thanks: 9
Thanked 13 Times in 11 Posts
Hi,
I made topic about this battery voltage thing some time ago:
new feature idea: battery voltage

You must change schematic little-bit: make voltage divider using two resistors
  Reply With Quote
Old 03-05-2012, 10:36 PM   #10 (permalink)
EcoModding Lurker
 
Join Date: Mar 2012
Location: Australia
Posts: 13
Thanks: 1
Thanked 0 Times in 0 Posts
This is fantastic, thanks meelis11


(Support Ecomodder.com & get rid of these annoying ads!)      
 
  Reply With Quote
Reply  Post New Thread

Thread Tools





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com