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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 06-05-2010, 03:44 PM   #521 (permalink)
EcoModding Lurker
 
Join Date: Jun 2010
Location: Montréal
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
I changed all serialWrite and serialRead for Serial.write and Serial.read but now the problem is "Sketch too big; see Arduino - Troubleshooting for tips on reducing it.".

Binary sketch size: 15494 bytes (of a 14336 byte maximum)

Anyone is having the same problem?


Last edited by daok; 06-05-2010 at 03:58 PM..
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 06-05-2010, 04:49 PM   #522 (permalink)
EcoModding Lurker
 
Join Date: May 2010
Location: Latvia
Posts: 39
Thanks: 1
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by daok View Post
I changed all serialWrite and serialRead for Serial.write and Serial.read but now the problem is "Sketch too big; see Arduino - Troubleshooting for tips on reducing it.".

Binary sketch size: 15494 bytes (of a 14336 byte maximum)

Anyone is having the same problem?
Do you have Atmega328 chip?
youre out of memory
  Reply With Quote
Old 06-06-2010, 09:41 AM   #523 (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
Are you sure you are using OBDuino32K.pde and not the original one?
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 06-06-2010, 10:04 AM   #524 (permalink)
EcoModding Lurker
 
Join Date: Jun 2010
Location: Montréal
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
I have an Arduino Duemilanove that has a ATmega168 (the normal one).

Compiled with the latest version (Arduino v0.18)

EDIT: I compiled with my old version of Arduino v0.12 (with Serial.write, serial.read instead of that is in the code) and I had a success to send the code without going over limit.

Thanks, not trying to solder that little chip of the iso... soo freaking small haha

Last edited by daok; 06-06-2010 at 10:12 AM..
  Reply With Quote
Old 06-06-2010, 12:13 PM   #525 (permalink)
EcoModding Lurker
 
Join Date: Jun 2010
Location: Montréal
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
1) I have build the whole setup and uploaded the code. When I plug in into the USB I see ISO 14... Failed. So I know that the code work and the LCD can light up.

2) When I try with the car, the LCD doesn't even raise up. I have check the the Multimeter (I am newby) and if I put the probe to the 9v and to its ground I see 0.785 (I have put the Multimeter to 20). When I try to check the 5V of Arduino the number are very small!... seem to be a power problem somewhere...

Edit: I have plug a 9v battery instead of the power of the car and the LCD open but I have a message that it fails. It seems that the problem is between the car and the electronic because 1) not enought power 2) transmission fail.

If anyone have some tips I will be glad to hear.

Last edited by daok; 06-06-2010 at 03:43 PM..
  Reply With Quote
Old 06-06-2010, 07:05 PM   #526 (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
Make sure you have the 12V from the car on the OBD2 plug and that it goes to the Arduino?
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 06-07-2010, 09:26 AM   #527 (permalink)
EcoModding Lurker
 
Join Date: Jun 2010
Location: Montréal
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Magister View Post
Make sure you have the 12V from the car on the OBD2 plug and that it goes to the Arduino?
I have check the pin of the OBD2 and I have all pin like you guys.



If I put a wire direct in the pin of the power and the ground (Pin 1 and 9):



I have 0.7 Volts... I do not get it why it's not the full 9V

It doesn't even open the LCD cause I guess the power is not enough.
  Reply With Quote
Old 06-07-2010, 10:09 AM   #528 (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
Pin 1 and 9 are on the RS232 port (DB9 plug, like a COM port), try to take a measure between pin 5 and 16 directly on the OBD2 plug under the dash?
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote
Old 06-07-2010, 06:20 PM   #529 (permalink)
EcoModding Lurker
 
Join Date: Jun 2010
Location: Montréal
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
I have some measure from the OBD2 plug.

If I take the Multimeter:

pin 7 has 12 volts
pin 14 has 4.73 volts
pin 16 has 0.44 volts
pin 4, 5, 12, 9 = 0 volts

why it's not the pin 16 like you?

I have a CIVIC LX 2003...

Last edited by daok; 06-07-2010 at 06:30 PM..
  Reply With Quote
Old 06-07-2010, 08:39 PM   #530 (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
wow no clue, it's a 2003 so it must be OBD2, did you try a scangauge or an ELM327 interface from someone else?
pin 16 must be 12V, this is very strange...

__________________
2013 Hyundai Sonata Hybrid
  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