Go Back   EcoModder Forum > EcoModding > Instrumentation > OpenGauge / MPGuino FE computer
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 11-03-2010, 08:08 PM   #1 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,032

pimp mobile - '81 gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Golf TDI
90 day: 53.56 mpg (US)
Thanks: 156
Thanked 259 Times in 203 Posts
sd card logger

saw this, looks like if you tap the tx, 5v and ground leads on a guino you can log it to a microSD card:
SparkFun Electronics - OpenLog

a 2 gig microSD card should hold about 578 days worth of logging.

It's open source too, so if you would rather build your own, go for it.

I'll get one on order.


(Support Ecomodder.com & get rid of these annoying ads!)      
 
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 11-03-2010 at 08:20 PM..
  Reply With Quote
The Following 2 Users Say Thank You to dcb For This Useful Post:
NachtRitter (11-04-2010), SVOboy (11-03-2010)
Old 11-03-2010, 10:06 PM   #2 (permalink)
Coasting Down the Peak
 
skyl4rk's Avatar
 
Join Date: Jun 2008
Location: M I C H I G A N
Posts: 502

Toyauto Pickup - '94 Pickup 2WD
90 day: 36.32 mpg (US)

Versa Base - '09 Sedan 1.6 Base
Team Nissan
90 day: 41.69 mpg (US)
Thanks: 27
Thanked 32 Times in 26 Posts
Here's another one:

Quick & simple Arduino temperature logger - EcoRenovator
__________________
Nissan Versa Aeromods
  Reply With Quote
Old 11-03-2010, 11:50 PM   #3 (permalink)
Dartmouth 2010
 
SVOboy's Avatar
 
Join Date: Nov 2007
Location: Hanover, NH
Posts: 6,421

Vegan Powa! - '91 CRX DX
Team Honda
90 day: 66.52 mpg (US)
Thanks: 92
Thanked 81 Times in 67 Posts
Send a message via AIM to SVOboy Send a message via MSN to SVOboy Send a message via Yahoo to SVOboy Send a message via Skype™ to SVOboy
Thanks for the post. This looks like a pretty nice solution to logging that doesn't involve hauling around a laptop.
  Reply With Quote
Old 11-04-2010, 12:42 AM   #4 (permalink)
NightKnight
 
NachtRitter's Avatar
 
Join Date: Dec 2008
Location: Placerville, CA
Posts: 810

RippinRoo - '05 Legacy Wagon 2.5 GT
Last 3: 23.78 mpg (US)

Maus - '94 Civic VX
Team Honda
90 day: 54.33 mpg (US)

Helga - '00 Jetta TDI
TEAM VW AUDI Group
90 day: 57.68 mpg (US)
Thanks: 113
Thanked 82 Times in 48 Posts
Yay! Now just need a GPS hooked into there so that GPS and FE data is saved together... <hint, hint>
  Reply With Quote
Old 11-04-2010, 06:38 AM   #5 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,032

pimp mobile - '81 gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Golf TDI
90 day: 53.56 mpg (US)
Thanks: 156
Thanked 259 Times in 203 Posts
lol, you might be able to hack it to take two inputs and write two files using softwareserial. the onboard 328 looks pretty lightly loaded.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 11-05-2010, 02:23 AM   #6 (permalink)
EcoModding Lurker
 
Join Date: Aug 2009
Location: terra firma
Posts: 85
Thanks: 1
Thanked 12 Times in 12 Posts
I added SD to my 'guino, using Arduino Forum - SD card read/write with Arduino as my starting point. Rather than using all those 3300 & 1800-ohm resistors, i used a single IC (74HC125N i think). Someone somewhere said newer SD cards may not work with the resistor method. A 3.3v regulator may also be required, though my arduiino has it built-in via the FTDI chip.

The nutshell: it uses digital pins 10-13, which are currently in use by the LCD, so i had to rewire the LCD in 3-wire mode, which also requires an IC (74HC164 or equiv).

Hardware cost: as low as $1.00 for the 2 chips. I built 2 different card slots, one using a microSD-to-SD adapter; for the other, i salvaged a SD connector from a junked phone or something. My guino was cut, desoldered, and resoldered, though it would have been preferable to build one clean from the start.

Memory requirements are roughly 2.5k eeprom for code, 520 bytes RAM (including the 512b r/w buffer).

Data portability: a little tricky. My 168 didn't have room for the full FAT library, so the guino has to maintain its own filesystem on the SD. Data needs to be extracted by scripts on your PC. Not the end of the world if you're a hacker type, but definitely not grandma-friendly. Card size limit is 2gb. SDHC support would have complicated things a bit, and like dcb said, you get eons of logging on the small cards.


I had started writing up a post detailing the 3pin LCD and SD stuff some time ago, then v0.86 was released, and i didn't know if/how the addon would fit in, so i dropped it. I'll try to post it up if there's any interest, and when i get the time. I also haven't been using the SD, as it's on my spare 'guino, which i haven't figured out how to install in my TDI Jetta A3.
  Reply With Quote
Old 11-05-2010, 05:02 AM   #7 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,032

pimp mobile - '81 gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Golf TDI
90 day: 53.56 mpg (US)
Thanks: 156
Thanked 259 Times in 203 Posts
I'm not bent on integrating the sd card, that is fine as an offloaded function. but It might be useful to have the guino start xmiting analog reads from the two unused analog pins. Might even want to free up a couple more analog pins and forget the spare pwm pins. Then the logging folks could hook up map/o2 sensor/throttle pot/??? And it should be possible to do some after-the-fact/realtime computations on those as well, i.e. load/bsfc.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 11-05-2010 at 05:20 AM..
  Reply With Quote
Old 11-10-2010, 03:30 AM   #8 (permalink)
EcoModding Lurker
 
Join Date: Nov 2010
Location: Monterey, CA
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks guys for posting these links. I like the idea of logging, and then analyzing trends in a spreadsheet.
  Reply With Quote
Old 12-19-2010, 10:30 AM   #9 (permalink)
Yep, gettin' started...
 
Join Date: Oct 2009
Location: Wichita Falls, TX
Posts: 216

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

the Avenger - '08 Avenger SXT
Last 3: 27.18 mpg (US)
Thanks: 39
Thanked 13 Times in 12 Posts
Send a message via Yahoo to ECONORAM
nickdigger, did you do this with a preassembled MPGuino? Do you know if it is doable with the preassembled flavor? I ask because I am having difficulty finding a OBD device that will provide me inst mpg for Dodge vehicles...because they do not use a MAF. If I can record straight off the MPGuino to an SD card, that would fix the problem!


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

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
TI-83 as data logger? NiHaoMike Instrumentation 4 05-31-2010 06:25 AM




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