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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 11-13-2008, 02:47 PM   #271 (permalink)
EcoModding Lurker
 
Join Date: Jul 2008
Location: US
Posts: 76

sukisuki - '00 Suzuki Grand Vitara 4wd
90 day: 21.88 mpg (US)
Thanks: 1
Thanked 15 Times in 6 Posts
Trebuchet03,

if you still have problems, try bugging the developer of JDash (Main Page - JDash). He got it working with ELM323.

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 11-17-2008, 02:45 PM   #272 (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
Was someone trying to make an OBDuino that does CAN without the ELM? Is it showing any promise?
__________________
  Reply With Quote
Old 11-17-2008, 03:25 PM   #273 (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 KJSatz View Post
Was someone trying to make an OBDuino that does CAN without the ELM? Is it showing any promise?
I am, the code is ready, I am waiting for the Microchip MCP2515 from Mouser...
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 11-17-2008, 08:12 PM   #274 (permalink)
EcoModding Lurker
 
Join Date: Jul 2008
Location: US
Posts: 76

sukisuki - '00 Suzuki Grand Vitara 4wd
90 day: 21.88 mpg (US)
Thanks: 1
Thanked 15 Times in 6 Posts
Any schematics/layout files for the OBDuino?
I was thinking to modify the MPGuino ones.
  Reply With Quote
Old 11-17-2008, 08:38 PM   #275 (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
Ooh cool! May your microchip have great success! Keep us posted and thanks for all the work you're putting into this project.
__________________
  Reply With Quote
Old 11-18-2008, 08:39 AM   #276 (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 tangomar View Post
Any schematics/layout files for the OBDuino?
I was thinking to modify the MPGuino ones.
The OBDuino was based on the MPGuino, the basic hardware (arduino, LCD, buttons) are the same in the same place. In the MPGuino there is a VSS input and Injector input, and on the OBDuino there is the ISO input/output (for ISO) or it uses the TX/RX serial port (pin 0/1) for the ELM version.

You can take the MPGuino schematic available here: http://spiffie.org/kits/mpguino/more.shtml and modify it with the Eagle CAD software.

Note: the version with the MCP2515 will have some difference in the pinout of the LCD because of how the MCP interface with the AtMega via SPI.
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 11-28-2008, 06:46 PM   #277 (permalink)
EcoModding Lurker
 
Join Date: Nov 2008
Location: Florida
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
I am eagerly awaiting the CAN only microchip solution. I did have idea on how to control the brightness of the lcd (bright during day, dim during night) pretty easily. Just use a photoresistor mounted on the top of the whatever case you use and have it sample every so often. It seems like there should be tons of analog inputs left and the code should be small.
  Reply With Quote
Old 12-01-2008, 08:50 AM   #278 (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 knuckles904 View Post
I am eagerly awaiting the CAN only microchip solution. I did have idea on how to control the brightness of the lcd (bright during day, dim during night) pretty easily. Just use a photoresistor mounted on the top of the whatever case you use and have it sample every so often. It seems like there should be tons of analog inputs left and the code should be small.
I am still waiting for the microchip chips, this week should be ok. My test setup will be a Freeduino and a daughterboard and a big bunch of wires, but I have enough components to build it on a small PCB (3" x 2") as a phase II.

I know how to use the photoresistor, anyway there is only one pin left!

LCD takes 8 (4 for data, contrast, brightness, select, enable)
MCP takes 5 (int, cs, si, so, sck)
Buttons takes 3
Voltage battery input takes 1
serial port debugging/logging takes 2

total, 19 pins used on 20
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 12-01-2008, 09:33 AM   #279 (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
I have one vehicle with OBD-II ('99 Grand Prix), but it uses PWM signaling. I have a pair of MCZ33290EF chips from Freescale that I'd be willing to mail to someone if they can use them - I don't think I can with PWM.

If I do need one of these for PWM, I'm still willing to send the other one to a good home.

What is needed to make an OBDuino for PWM?
  Reply With Quote
Old 12-01-2008, 10:47 AM   #280 (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
For PWM, there is some solution, fastest to do : an ELM327 (can do all protocol), or an ELM320 (cheaper, PWM only).

Other way is to use a couple of transistors/resistors and program the PWM protocol in the Arduino, maybe complicated...

__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Reply  Post New Thread


Tags
obd2



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