Go Back   EcoModder Forum > Search Forums
Register Now
 Register Now
 

Showing results 1 to 15 of 15
Search took 0.01 seconds.
Search: Posts Made By: eimix
Forum: OpenGauge / MPGuino FE computer 04-16-2012, 02:21 PM
Replies: 855
Views: 392,697
Posted By eimix
This one has its own voltage level converter. ...

This one has its own voltage level converter.
And adafruit gives circuit for connecting it. you should follow it.

And it is with SD card support, so if you are going to use LCD only - not all...
Forum: OpenGauge / MPGuino FE computer 03-26-2012, 02:45 AM
Replies: 855
Views: 392,697
Posted By eimix
what version did you used? if using...

what version did you used?

if using obduino32K (rev198) - try commenting "#define useECUState" line 218

if using obduino32K_graphic - (rev200) had error, fixed in rev201
you have to comment...
Forum: OpenGauge / MPGuino FE computer 01-04-2012, 05:29 AM
Replies: 855
Views: 392,697
Posted By eimix
Uploaded source code. Tried to make it...

Uploaded source code.

Tried to make it LiquidCrystal LCD and new ST7735 LCD compatible in same project.

New modifications are untested :( ST7735 part will be tested soon.
I will add wiring...
Forum: OpenGauge / MPGuino FE computer 11-28-2011, 03:38 AM
Replies: 855
Views: 392,697
Posted By eimix
1.8" TFT LCD is working: ...

1.8" TFT LCD is working:
http://sos.teja.lt/~eimix/misc/ecommoder/20111127_002.jpg

After removing old LCD code, and adding new one - size is 28k, so Arduino328 is enough.

To remove old code...
Forum: OpenGauge / MPGuino FE computer 07-13-2011, 07:31 AM
Replies: 855
Views: 392,697
Posted By eimix
http://datasheet.octopart.com/SI9243AEY-Vishay-dat...

http://datasheet.octopart.com/SI9243AEY-Vishay-datasheet-34131.pdf
full chip description. L line is connected to RXL in schematics.

But L line communication is not uses in OBDuino (there was...
Forum: OpenGauge / MPGuino FE computer 07-12-2011, 12:22 PM
Replies: 855
Views: 392,697
Posted By eimix
No ABS or other connection (Airbags, windows,...

No ABS or other connection (Airbags, windows, radios, transmition or other)
Only main ECU, (0x33 channel).
Others should work too with same hardware, but no tests or software development is done....
Forum: OpenGauge / MPGuino FE computer 07-11-2011, 02:56 PM
Replies: 855
Views: 392,697
Posted By eimix
Yes i'm sure :) This part I finished and tested...

Yes i'm sure :)
This part I finished and tested by myself.

For your "convenience", i updated TXT file too ;)

I hope you will finish your hardware soon,
wich chip do you use?
Forum: OpenGauge / MPGuino FE computer 07-11-2011, 07:34 AM
Replies: 855
Views: 392,697
Posted By eimix
yes it is possible already (if ISO protocol is...

yes it is possible already (if ISO protocol is used, not ELM):

press all three buttons at once - it will show error codes, and will ask if you want to erase them.

or go to menu "Clear DTC"
Forum: OpenGauge / MPGuino FE computer 07-11-2011, 06:27 AM
Replies: 855
Views: 392,697
Posted By eimix
??? as always: here...

???
as always: here (http://code.google.com/p/opengauge/source/browse/#svn%2Ftrunk%2Fobduino32K%253Fstate%253Dclosed)

140 is latest for obduino (16k arduino), becouse of size limitation that one...
Forum: OpenGauge / MPGuino FE computer 07-11-2011, 02:18 AM
Replies: 855
Views: 392,697
Posted By eimix
Uploaded v195 with SD card disabled. No code...

Uploaded v195 with SD card disabled. No code changes needed to disable it.

L-Line is not needed to OBDuino, only K-Line.
Forum: OpenGauge / MPGuino FE computer 04-08-2011, 05:51 AM
Replies: 855
Views: 392,697
Posted By eimix
SD card logging

My previous thoughts about SD logging was a little overstated :)

it works with latest version :)

things need to be modified:

1. move LCD wires connected to 12 and 13th pins to 2 and 3rd
2....
Forum: OpenGauge / MPGuino FE computer 01-27-2011, 06:50 AM
Replies: 855
Views: 392,697
Posted By eimix
#ifdef UseOutsideTemperatureSensor #define...

#ifdef UseOutsideTemperatureSensor
#define OutsideTemperaturePin 15 // Inside temperature sensor, on analog 1
#endif

#ifdef UseInsideTemperatureSensor
#define InsideTemperaturePin 16 //...
Forum: OpenGauge / MPGuino FE computer 01-27-2011, 05:42 AM
Replies: 855
Views: 392,697
Posted By eimix
#ifdef UseOutsideTemperatureSensor #define...

#ifdef UseOutsideTemperatureSensor
#define OutsideTemperaturePin 15 // Inside temperature sensor, on analog 1
#endif

#ifdef UseInsideTemperatureSensor
#define InsideTemperaturePin 16 //...
Forum: OpenGauge / MPGuino FE computer 09-04-2010, 01:12 PM
Replies: 855
Views: 392,697
Posted By eimix
Tested 1ms delays - and it works :) gives...

Tested 1ms delays - and it works :) gives 19PIDs/s refresh rate :)
for me it is more then enougth:)

it looks that if delay between request is set below 10ms it is same as 10ms.
So it fastest...
Forum: OpenGauge / MPGuino FE computer 08-19-2010, 09:27 AM
Replies: 855
Views: 392,697
Posted By eimix
4th and 5th pins in OBD2 are sometimes soldered...

4th and 5th pins in OBD2 are sometimes soldered together in car side connector :) so this shouldn't be a problem in this case.

iso_init() is very sensitive to timing issues:


#ifdef...
Showing results 1 to 15 of 15

 
Forum Jump


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