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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 03-02-2010, 10:46 PM   #901 (permalink)
EcoModding Lurker
 
Join Date: Feb 2010
Location: Colorado
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
meelis11 -
Thank you again for your reply.
I do have a lot more I need to learn.
Hope you are staying warm in your country.
Thanks again!
Doug

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 04-07-2010, 05:03 AM   #902 (permalink)
EcoModding Lurker
 
Join Date: Jan 2010
Location: romania
Posts: 16
Thanks: 4
Thanked 1 Time in 1 Post
version 0.80 code indicating the average speed?
  Reply With Quote
Old 04-24-2010, 02:40 PM   #903 (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
Version 0.86 updates

software:
1. Metric options, litres, km, l/100km
Setup is still in english for simplified table of car values, metric display is option at end of setup (left + right buttons), will convert values to metric at display time if metric=1.
Uses Litres/Kilometers, and consumption is in Liters/100KM

Abbreviated Labels changes when in metric mode by screen:
Custon screen
MG->LK (Miles Per Gallon -> Liters per 100KM)
GH->LH (Gallons Per Hour => Litres per Hour)

Combo Screens:
IM->IL (Instant MPG -> Instant L/100KM)
CM->CL (Current MPG -> Current L/100KM)
TM->TL (Tank MPG -> Tank L/100KM)

Big number screens:
MPG->L/K (MPG -> L/100KM)

Trip screens:
MH->KH (Miles Per Hour -> KM per Hour)
MG->LK (Miles Per Gallon -> Liters per 100KM)
MI->KM (Miles -> KiloMeters)
GA-> L (Gallons -> Liters)

EOC/Idle screen:
G-> L (Gallons -> Liters)

2. Added another decimal place to the big numbers (more useable in L/100km mode)
i.e. it can display X.XX or XX.X or XXX depending how large the number is


hardware:
1. upgraded to atmega328.

2. switched to npn backlight driver, driven from vehicle voltage through a 1 watt resistor rather than regulator.
a. this allows the large capacitor to power the cpu longer in a power dip, since it doesn't try to power the backlight,
and the unit should survive power fluxuations better.
b. takes load off of regulator (the resistor does get warm).
c. makes it easier to relocate that source of heat and/or make it much easier to tie into existing dashboard dimmer circuit.

3. tied in the analog vss and vcc to facilitate analog inputs.

4. added pads for all unused pins (except reset), now experimetors can easily get to rx, tx, aref, 2 analogs and 2 pwm pins.

5. Turned down brownout detecton (we are not writing except at config)

6. Disabled self programming for stability.


framework:
1. using newer g++ for atmega328 compatibility, avr-gcc version 4.3.2 (adds a lot of bytes though)

2. npn backlight drive signal changes.

3. Replaced all arduino external function references with their avr counterparts or included functions. cpp file is now self contained and divorced from arduino updates and has smaller/faster performance.

4. updates to ubuntu build utilizing wine (was having to build on seperate windows machine and program on linux)

5. Experimenting with eclipse CDT w/avr plugin, still using external scripts to compile/burn, but eclipse editor is big improvement over notepad/gedit.

CPU Utilization = 49.86%, Free Ram = 1189 bytes, Free Flash = 13920 bytes

will update svn cpp and schematic when I remember how.

Edit, svn updated, here is latest source
http://opengauge.googlecode.com/svn/...no/mpguino.cpp


Previous Updates
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 04-24-2010 at 10:56 PM..
  Reply With Quote
Old 04-25-2010, 01:59 PM   #904 (permalink)
EcoModding Lurker
 
Join Date: Jan 2010
Location: romania
Posts: 16
Thanks: 4
Thanked 1 Time in 1 Post
the scheme of the picture, just exchange one oscillator with 20MH and will run this code?

thanks
Attached Thumbnails
Click image for larger version

Name:	schematic.gif
Views:	103
Size:	17.8 KB
ID:	5984  
  Reply With Quote
Old 04-25-2010, 02:22 PM   #905 (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
That one looks kinda old, many changes since then. Current schematic is here:
http://opengauge.googlecode.com/svn/...no/mpguino.png
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
The Following User Says Thank You to dcb For This Useful Post:
passat19tdi (04-26-2010)
Old 04-26-2010, 02:40 AM   #906 (permalink)
EcoModding Lurker
 
Join Date: Jun 2008
Location: Canada
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Does these updates have any impact on compatibility with the MPGuino kit from Fundamental Logic?
  Reply With Quote
Old 04-26-2010, 07:06 AM   #907 (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
I have no clue what is up with the kit, there have been no communications in many many months.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
The Following User Says Thank You to dcb For This Useful Post:
passat19tdi (04-26-2010)
Old 04-26-2010, 10:03 AM   #908 (permalink)
EcoModding Lurker
 
Join Date: Jan 2010
Location: romania
Posts: 16
Thanks: 4
Thanked 1 Time in 1 Post
Forgive my boldness, but not understand.
Where can I find an explanation of the scheme?
What connects the points AR, A1, A2 TX RX PD2, PD3?

Thank you very much
  Reply With Quote
Old 04-26-2010, 10:06 AM   #909 (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
there is nothing connected to them unless you connect them I just brought them out in case anybody wants to experiment w/them, i.e. to try adding a throttle position or temperature reading or to try to control something (i.e. figure out a cruise control interface) or maybe someone just wants to tie into the tx port to log data.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
The Following User Says Thank You to dcb For This Useful Post:
passat19tdi (04-26-2010)
Old 04-30-2010, 11:23 PM   #910 (permalink)
halos.com
 
Join Date: Oct 2009
Location: Oklahoma City, OK
Posts: 528

ECONORAM - '07 Dodge RAM 1500 QC SLT flex-fuel
90 day: 18.16 mpg (US)

the Avenger - '08 Dodge Avenger SXT
90 day: 27.06 mpg (US)
Thanks: 385
Thanked 94 Times in 80 Posts
Send a message via Yahoo to ECONORAM
I have a question about the DIY MPGuino. Is it possible to utilize two 8x2 or 10x2 displays instead of the 20x2 display we have in the pre-built? I ask because I wanted to use an 8x4 but I cannot find one. This size would better fit where I want to post the MPGuino in my truck. All that said, even with only the fuel flow and my vacuum gauge, I can already tell differences in FE as I change my driving habits...

  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