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-20-2009, 09:46 PM   #881 (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
Does it say .80 when it boots up?

__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 04-20-2009, 10:07 PM   #882 (permalink)
EcoModding Lurker
 
Join Date: Apr 2009
Location: Clarkston, MI
Posts: 16
Thanks: 0
Thanked 1 Time in 1 Post
Quote:
Originally Posted by dcb View Post
Does it say .80 when it boots up?
Ewww...

Until just now I would've said yes, but I just went out to the car and rebooted it, losing my tank info, and found 0.73.
  Reply With Quote
Old 04-20-2009, 11:43 PM   #883 (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
Sorry for answering with a question, it weren't making sense though.

Back to your question, I haven't checked in .80 yet, but it is identical to .75, I just took the output cpp file from arduino and revamped the fuses and ditched the bootloader. I will check it in when it has any interesting logic change certainly.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 06-02-2009, 09:01 AM   #884 (permalink)
EcoModding Lurker
 
Join Date: Nov 2008
Location: Gt Britain
Posts: 21

You must be joking - '97 Subaru Impreza Sport
Thanks: 0
Thanked 0 Times in 0 Posts
I haven't been following the project (sorry). What's the current state of play ? I should get around to ordering a kit and getting it installed.
__________________
Better Off OUT of the EU
  Reply With Quote
Old 06-02-2009, 09:08 AM   #885 (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
If you have kit questions, you have to talk to kit guy. I haven't heard anything from him in a long time and stopped trying. I don't have any current evidence that the $2/order bit is still being honored for that matter.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 06-06-2009, 06:33 PM   #886 (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
updates for v0.82
1. Running at 20mhz now (crystal change on prebuilt). CPU utilization down to %49.18 (from %60.13) and signal sensing should be %25 more accurate. bookmarking the 16mhz hex file if anyone needs a reflash. 247 bytes free ram, 1996 bytes free flash.

2. Went back to thinner font on big numbers.

3. changed setup shortcut behavior. left+right will automatically advance to next setup value (like going to x and hitting middle).

4. Finally added the cpp file to svn (not pretty but it works)
http://opengauge.googlecode.com/svn/...no/mpguino.cpp


06/06/2009
updates for v0.81
added InjTrg setup parameter. Set this to 1 if you need to change the trigger direction on injector pulse detection (i.e. if using audi/vw/tdi fuel consumption signal).

03/19/2009
updates for v0.80

No functional changes, but from .80 on there will be a mpguino.cpp file added to the repository. The .75 mpguino.pde file will remain for the arduino crowd, but needed to get away from the arduino framework to make more room with the existing hardware and try and solve some potential reliability issues for the preassembled units (now shipping with v.80) .

Changed programming method to isp (instead of bootloader) and using the following fuses after much experimentation:
  • lock 0x2b , do not allow any spm commands from anywhere, should help prevent flash corruption.
  • efuse 0x07 , change reset address to 0x00, min bootsize (just in case)
  • hfuse 0xdd , 2.7v brownout detection, had lots of problems with 4.3v setting, i.e. unit resets when starting car.
  • lfuse 0xef , maximum delay on power up.


2190 bytes free (yay, elbow room).

Note: I'm still using the gcc and avrdude that came with the arduino-0011 install.

previous updates
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 07-15-2009 at 04:07 PM..
  Reply With Quote
Old 06-08-2009, 01:33 PM   #887 (permalink)
Master EcoModder
 
Join Date: Nov 2008
Location: 18603, USA
Posts: 759

The Crimson Crawler - '04 Hyundai Elantra GLS
90 day: 36.71 mpg (US)
Thanks: 221
Thanked 60 Times in 45 Posts
Could I change out the crystal on my board to get to 20 MHz? I don't have a prebuilt; I have a Duemilanove board.
  Reply With Quote
Old 06-08-2009, 01:45 PM   #888 (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
It's certainly possible, it is a big step to leave the warm embrace of the arduino environment though Changing out the crystal is the easy part, figuring out how to compile and reprogram this mess without a bootloader or arduino is the hard part. I'm not maintaining the arduino project though since it has hit the wall basically, just focusing on the .cpp file for now, hope to clean it up a bit soon.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 06-17-2009, 09:54 AM   #889 (permalink)
EcoModding Lurker
 
Join Date: Nov 2008
Location: Gt Britain
Posts: 21

You must be joking - '97 Subaru Impreza Sport
Thanks: 0
Thanked 0 Times in 0 Posts
If the kit guy isn't doing them anymore, I may have to try to source the parts separately here in GB.

I have found a couple of places that have the Arduinos

Arduino Duemilanove (Updated 328 Version) from Cool Components
Tinker Tools | Arduino
__________________
Better Off OUT of the EU
  Reply With Quote
Old 06-29-2009, 09:08 PM   #890 (permalink)
EcoModding Lurker
 
Join Date: May 2009
Location: Northeast Indiana, USA
Posts: 5

Dora - '98 Ford Explorer XL
Thanks: 0
Thanked 0 Times in 0 Posts
I am building my MPGuino with a dorkboard (328) (I like that it is small and minimal).

It was $10 + $2 shipping (I bought this one)

I plan to connect the LCD to the rest of the system with wires or ribbon cable, depending what I find.

I still have yet to decide on exact layout and what type of LCD to use, I also had the idea to modify the code to display info coming in over serial from an ipod (maybe just Title and Artist).

EDIT: DCB, I would be interested in helping continue the growth of this project, I have a EEEPC 900A (Atom 1.6GHz) with EEEbuntu, I am using Arduino 016 IDE ATM, but am very willing to learn what I need to so I can program the board without the arduino environment.


Last edited by Flood_of_SYNs; 06-29-2009 at 09:18 PM..
  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