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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 10-23-2008, 10:28 AM   #231 (permalink)
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
Quote:
Originally Posted by dcb View Post
You might want to bump up c1 to about 330uf or more to help prevent brownouts while cranking. Or draw it in context with the existing power supply.
I am not using this power supply schematic, I am using the +5 from the Arduino. This schematic is useful if you want to make a "true" ELM327 interface that will be plugged on a laptop for instance. The RS232 parts is not useful for us too as we plug directly the tx/rx on the rx/tx of the Arduino in a direct connect mode. As for power, the RS232 parts is useful only if you want to connect the ELM327 to a laptop.

Quote:
Originally Posted by dcb View Post
Lose the rs232 circuit all together and voltage monitor, there is probably a pid for system voltage, no?
There is no PID for voltage, so I take it from the ELM327, it's just a voltage divider that costs 15¢ to do and you retrieve the value with a ATRV command to the ELM, it's nice

About the possibility to connect the ELM327 to a laptop, I think I can do something. First I have to stop the application on the Arduino so it will stop sending thing on the serial port. Then I put an inverter switch on the tx/rx for them to become rx/tx so the ELM327 will use the MAX232 of the Arduino and I will just have to plug a cable between the laptop and the Arduino to talk directly to the ELM327. I will have to test first, it's just an idea, but it should work.

Quote:
Originally Posted by dcb View Post
I definitely like the color coding
You welcome

I am re-doing a proto with CAN/ISO, in a more standard way (point to point wire)

__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 11-02-2008, 10:59 PM   #232 (permalink)
EcoModding Lurker
 
Join Date: Oct 2008
Location: Florida
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
newbie questions

I'm new to all of this, arduino, schematics, everything. Is the OBDuino a project a newbie could tackle? I've been trying to follow this thread and am unsure if someone actually has a working version of the OBDuino in a CAN car? My father-in-law and I want to make a HUD with either the MPGuino or the OBDuino, we both drive 2008 cars that should be CAN (Ford Focus, Smart fortwo). We like the OBDuino because of all the info it seems to offer but the MPGuino looks way cheaper and easier for a newbie to make and program (it is available as a kit after all). A final question that our ability to make an HUD hinges on is whether or not the programming for these devices can be written in such a way as to reverse the display (mirror image)?
Thanks,
Zac
  Reply With Quote
Old 11-02-2008, 11:05 PM   #233 (permalink)
Civic 4 Life
 
KJSatz's Avatar
 
Join Date: Jun 2008
Location: USA
Posts: 229

Civics Lesson - '08 Honda Civic LX
Team Honda
90 day: 40.53 mpg (US)
Thanks: 0
Thanked 2 Times in 1 Post
Well I'd say the main advantages of the OBDuino over the original MPGuino are the ability to read other OBD-II information and that all you have to plug into is the OBD-II port, instead of splicing into a VSS and fuel injector wire. With 2008 cars, you will want to think about warranty implications of MPGuino installation in comparison to OBDuino installation.
__________________
  Reply With Quote
Old 11-03-2008, 08:13 AM   #234 (permalink)
EcoModding Lurker
 
Join Date: Aug 2008
Location: Home
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by zwoodward View Post
A final question that our ability to make an HUD hinges on is whether or not the programming for these devices can be written in such a way as to reverse the display (mirror image)?
Fun idea, been thinking about that as well. It's certainly possible to mirror the custom large-number display of the MPGuino. But having worked with various character LCD modules (like the one used here) in the past, I don't think the LCD's backlight would provide the right combination of brightness and contrast to make a workable HUD. For that, you might want to adapt a 7-segment display -- and yes, they can be mirrored: There are a few i2c led-controllers out there which can control the display on the segment-level, and only use two arduino pins.
  Reply With Quote
Old 11-03-2008, 09:15 AM   #235 (permalink)
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
Quote:
Originally Posted by zwoodward View Post
Is the OBDuino a project a newbie could tackle?
It depends, if you know how to solder and follow a schematic, you can do it. The arduino/LCD is easy to connect. My CAN interface using the ELM327 looks like this:

and it's made based on this schematic:


Quote:
Originally Posted by zwoodward View Post
I've been trying to follow this thread and am unsure if someone actually has a working version of the OBDuino in a CAN car?
I think I am the only one who has one, and yes it's working for a few month now, the code is very mature and stable. I tested it in my car (Elantra 07) and a rental car (Pontiac G5 08), both worked without tweaking or doing anything other than plug the OBD2 plug.
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
The Following User Says Thank You to Magister For This Useful Post:
Yuretz (09-09-2011)
Old 11-03-2008, 10:33 AM   #236 (permalink)
EcoModding Apprentice
 
cmags's Avatar
 
Join Date: Apr 2008
Location: Marietta, GA
Posts: 139

Scoob - '05 Subaru Impreza Outback Sport SE
90 day: 25.28 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
I think its time for me to try this out - looks like this has come far enough. I never really go the chance to look into any of the programming myself with other things at home and work taking the majority of my time, but I really appreciate the work you guys have put into this. I'll hardly have the time even to solder something up and program via copy/paste, so hopefully I'll find a few hours soon to try this out.

I'm in an ISO car, with a MAP intake. Looking at the code it looks like the OBDuino automatically converts MAP to MAF (approx) if the MAF PID request doesn't return expected data. So If i'm understanding properly, all I have to do is comment out the #define ELM and I should be good to use the following schematic:



Correct?
  Reply With Quote
Old 11-03-2008, 11:20 AM   #237 (permalink)
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
Yup, the ISO hardware interface never worked in my car (it's CAN only) so I never really tested the ISO part software that init/read/write but it should word.
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 11-03-2008, 11:45 AM   #238 (permalink)
MechE
 
Join Date: Dec 2007
Location: Bay Area
Posts: 1,151

The Miata - '01 Mazda MX-5 Miata
Thanks: 0
Thanked 21 Times in 18 Posts
Quote:
Originally Posted by cmags View Post
I think its time for me to try this out - looks like this has come far enough. I never really go the chance to look into any of the programming myself with other things at home and work taking the majority of my time, but I really appreciate the work you guys have put into this. I'll hardly have the time even to solder something up and program via copy/paste, so hopefully I'll find a few hours soon to try this out.

I'm in an ISO car, with a MAP intake. Looking at the code it looks like the OBDuino automatically converts MAP to MAF (approx) if the MAF PID request doesn't return expected data. So If i'm understanding properly, all I have to do is comment out the #define ELM and I should be good to use the following schematic:



Correct?
Are you using the mc33290 chip and if so, where did you find it? It looks like digikey no longer stocks it, but they link to a MCZ33290EFR2 equivalent (I think, without looking too closely, it's just RoHS compliant). I think I'm going to order a few of these if this is the right piece.
__________________
Cars have not created a new problem. They merely made more urgent the necessity to solve existing ones.
  Reply With Quote
Old 11-03-2008, 11:57 AM   #239 (permalink)
EcoModding Apprentice
 
cmags's Avatar
 
Join Date: Apr 2008
Location: Marietta, GA
Posts: 139

Scoob - '05 Subaru Impreza Outback Sport SE
90 day: 25.28 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by trebuchet03 View Post
Are you using the mc33290 chip and if so, where did you find it? It looks like digikey no longer stocks it, but they link to a MCZ33290EFR2 equivalent (I think, without looking too closely, it's just RoHS compliant). I think I'm going to order a few of these if this is the right piece.
Yes it should be the equivalent, but you can get them for the perfect price direct from Freescale (Free sample of up to 2):

MC33290 Product Summary Page
  Reply With Quote
Old 11-03-2008, 01:11 PM   #240 (permalink)
MechE
 
Join Date: Dec 2007
Location: Bay Area
Posts: 1,151

The Miata - '01 Mazda MX-5 Miata
Thanks: 0
Thanked 21 Times in 18 Posts
Quote:
Originally Posted by cmags View Post
Yes it should be the equivalent, but you can get them for the perfect price direct from Freescale (Free sample of up to 2):

MC33290 Product Summary Page
OR-dered Thanks

__________________
Cars have not created a new problem. They merely made more urgent the necessity to solve existing ones.
  Reply With Quote
Reply  Post New Thread


Tags
obd2

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
MPGuino release one workspace dcb OpenGauge / MPGuino FE computer 1061 01-17-2020 01:37 AM
Just some quick info on Scangauge vs. MPGuino NoCO2 OpenGauge / MPGuino FE computer 4 06-01-2015 04:58 PM
All New Nissan Models to Feature Fuel Efficiency Gauge MetroMPG General Efficiency Discussion 6 11-18-2008 04:57 PM
Vacuum gauge problems :( DifferentPointofView Instrumentation 3 05-14-2008 11:04 PM
Will Scan Gauge work on mine? bennelson Instrumentation 9 02-19-2008 10:04 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