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

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 08-20-2008, 04:07 PM   #151 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

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

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
He was just trying to get something working, hadn't been at it very long. you got that ISO direct circuit and code working yet?

__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 08-20-2008, 04:25 PM   #152 (permalink)
Test Tool Engr.
 
Join Date: Aug 2008
Location: Elgin, IL, USA
Posts: 47

Red Rocket - '02 Honda Civic LX Sedan
90 day: 33.57 mpg (US)

Bronze Bucket - '98 Toyota Corolla VE
90 day: 34.97 mpg (US)

Silver Bullet - '06 Hyundai Sonata GL
90 day: 31.58 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
"Just trying to get something working" is probably the most common excuse for breaking existing functionality I've heard over the years.

It's all well and good if just getting something working, with no hope of improvement later, is the end goal, but my thinking is that we'd all benefit by working from a common code base, so maybe we should concentrate on fixing that before moving ahead just to "get something working," don't you think?

I'm not trying to be judgmental (it sounds like you may have taken it that way), but I think if we can change our paradigm about code reuse on this project, we'll all be happier for it. Updates made by one person will magically propagate through to everyone's units... sounds wonderful to me I'm also worried that this code base is getting/will soon be out of date with respect to the MPGuino base, meaning there'll be extra work later to merge back up if we decided to do so then.

What's done is done, but now that we have a battle plan involving even more logical branching off, it's more important than ever to keep up with each other by sharing a common base.

Don't you worry about that ISO direct circuit -- I'll make that baby purr.
  Reply With Quote
Old 08-20-2008, 04:44 PM   #153 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

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

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
Unfortunately the best way to get "cred" isn't through lecturing and speculating. That is probably the most popular way to kill projects. The code is limited to 14k anyhow so how bad could refactoring be?

I don't want to maintain multiple versions of the same functionality but part of the "mission" was originally to make it as simple as possible for folks to just install arduino and cut and paste the code (no libraries to sort out, etc). That means no tweaking or un commenting stuff or nothin. We have not considered anything but debug type ifdefs to this point.


I do not see an issue with getting a working model then re-evaluating how it should be deployed and maintained. But if it don't work, the rest of this is just wasted air.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 08-20-2008, 05:26 PM   #154 (permalink)
Test Tool Engr.
 
Join Date: Aug 2008
Location: Elgin, IL, USA
Posts: 47

Red Rocket - '02 Honda Civic LX Sedan
90 day: 33.57 mpg (US)

Bronze Bucket - '98 Toyota Corolla VE
90 day: 34.97 mpg (US)

Silver Bullet - '06 Hyundai Sonata GL
90 day: 31.58 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
You're absolutely right -- getting something working is THE most important aspect of a project. But, in my opinion, a good project and a great project are separated in part by how easy it is to take it and run with it. Take a look at Arduino itself. ATMega168 by itself is a pretty lackluster platform. But add a nice standard board a hobbyist can take and run with, along with a nice library and IDE, and you've got one of the most popular platforms I've seen in recent years.

We might not even need #ifdefs if the menuing is done right. It's possible that you can just select a mode you want it to run in during its initialization (hold down a button during startup to go into some "set your interface" screen?) It was just something that could be done to get something working

I'm not trying to "get 'cred'" here. If you think I'm blowing smoke, that's perfectly fine with me -- I know what I've done, and that's enough for me. That being said, I'm also not here to belittle or berate anyone either, and I don't believe that I have any more (or more relevant) experience than any of you either, but it just seems like there is a need for a longer-term plan beyond getting the code to work.

I'm at a bit of an impasse here as far as how I should proceed to get something working. If I knew what the history of both projects were, it'd be a no-brainer: I'd merge the code before moving onwards, and then add whatever I needed to. But I'm unfamiliar with where things were when they branched off, so there's added overhead involved in researching that.

Again, what's done is done -- I need to have some feedback on where you all think we should go from here, that's all. I'm inclined to start with OBDuino's code, since I'm under the impression that it's pretty close on the ISO side of things, but then we're still going to run into the issue of merging later on. I can also take the MPGuino code and just add OBDuino's ISO-specific code and start from there, which is probably the more preferable approach.

In closing, I guess I'll just do my best to shut up now until I do my part.
  Reply With Quote
Old 08-20-2008, 05:58 PM   #155 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

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

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
Right now we are at over 12k of codebase, pretty close to the point where things will start flaking out. I think if we try and do elm AND iso AND injectormonitor that we will definately break.

The one thing I can think of to keep the codebase together on the reusable bits (lcd and buttons) and allow us to have ifdefs to minimize code size AND still be cut and paste, is for me to put a bit of php (or shtml or whatever) together that will basically prepend a #define to the file depending on url parameters to say (Oh, the user clicked on the elm327 version).

The other thing to consider though, is that all these ifdefs are going to make things even more incomprehendable for your beginner programmer. Maybe the php thingie needs to stitch the actual code together? Anyway, I'll be happy to solve it, whatever it is, when there is a real reason to do so (i.e. here's a second working thing that we actually need to maintain)

re: ISO hardware, keep the LCD pinout and buttons the same for now, and keep the additional hardware to an absolute minimum (couple transistors and caps, etc) and use all through-hole if possible.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 08-20-2008 at 06:15 PM..
  Reply With Quote
Old 08-20-2008, 07:07 PM   #156 (permalink)
Test Tool Engr.
 
Join Date: Aug 2008
Location: Elgin, IL, USA
Posts: 47

Red Rocket - '02 Honda Civic LX Sedan
90 day: 33.57 mpg (US)

Bronze Bucket - '98 Toyota Corolla VE
90 day: 34.97 mpg (US)

Silver Bullet - '06 Hyundai Sonata GL
90 day: 31.58 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by dcb View Post
Right now we are at over 12k of codebase, pretty close to the point where things will start flaking out. I think if we try and do elm AND iso AND injectormonitor that we will definately break.
Ah, that's an important piece of info.
Good thing AT90CAN has 32k of flash minimum...

Quote:
Originally Posted by dcb View Post
The one thing I can think of to keep the codebase together on the reusable bits (lcd and buttons) and allow us to have ifdefs to minimize code size AND still be cut and paste, is for me to put a bit of php (or shtml or whatever) together that will basically prepend a #define to the file depending on url parameters to say (Oh, the user clicked on the elm327 version).
That sounds really good as far as keeping things together.

Quote:
Originally Posted by dcb View Post
The other thing to consider though, is that all these ifdefs are going to make things even more incomprehendable for your beginner programmer. Maybe the php thingie needs to stitch the actual code together? Anyway, I'll be happy to solve it, whatever it is, when there is a real reason to do so (i.e. here's a second working thing that we actually need to maintain)
If the code is being actively modified by multiple people, stitching it together on the fly will present a problem on check-ins. I agree about #ifdefs cluttering up code, which is why I was saying that it would be nice to have a "get me this PID" function that, once it works, you just don't touch it, and the #ifdefs are strictly in that function. (The injector monitor version could emulate PIDs as well, just to keep things consistent.) Anyway, you're right, it's a solution to a currently non-existent problem.

Quote:
Originally Posted by dcb View Post
re: ISO hardware, keep the LCD pinout and buttons the same for now, and keep the additional hardware to an absolute minimum (couple transistors and caps, etc) and use all through-hole if possible.
Trust me, you don't need to tell me twice about this one RBBB is my Arduino of choice for a reason. I'm planning on building the injector monitor version and just adding the ISO connection to the UART.
  Reply With Quote
Old 08-20-2008, 09:11 PM   #157 (permalink)
SuperMID designer
 
Yoshi's Avatar
 
Join Date: Mar 2008
Location: Yokohama, JAPAN
Posts: 37
Thanks: 0
Thanked 13 Times in 2 Posts
Quote:
Originally Posted by Magister View Post
The atmel CAN exist only in a "thin quad flat pack" like you said and unfortunatly there is no arduino like dev board for it.
There are a lot of AT90CAN based dev board.
One of them is...
SparkFun Electronics - Development Board for AT90CAN128 - AVR-CAN

Please note that the CAN message contents are different vehicle by vehicle, and the most hard part is to hack the message contents.

Yoshi
  Reply With Quote
Old 08-20-2008, 09:33 PM   #158 (permalink)
Test Tool Engr.
 
Join Date: Aug 2008
Location: Elgin, IL, USA
Posts: 47

Red Rocket - '02 Honda Civic LX Sedan
90 day: 33.57 mpg (US)

Bronze Bucket - '98 Toyota Corolla VE
90 day: 34.97 mpg (US)

Silver Bullet - '06 Hyundai Sonata GL
90 day: 31.58 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
SparkFun has another (maybe even better?) board for AT90CAN128: SparkFun Electronics - Header Board for AT90CAN128
They also sell the bare board very cheaply:
SparkFun Electronics - ATMega128/103 Bare PCB

Thanks for the information on the CAN bus. I'm not fully sure we'll ever get there either, but it would be nice to try.

CANについての情報がありましたら、教えていただけますと大変助かります。
よろしくお願い申し上げます。
  Reply With Quote
Old 08-20-2008, 10:03 PM   #159 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

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

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
If it does eventually go that direction I'd suggest the header board for $38


and build or buy an icsp cable.

Edit, or that $3 adapter in the second link, if a 64 pin smd job doesn't deter you. The chip will be another $16 though.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 08-21-2008 at 07:44 AM..
  Reply With Quote
Old 08-20-2008, 10:42 PM   #160 (permalink)
Test Tool Engr.
 
Join Date: Aug 2008
Location: Elgin, IL, USA
Posts: 47

Red Rocket - '02 Honda Civic LX Sedan
90 day: 33.57 mpg (US)

Bronze Bucket - '98 Toyota Corolla VE
90 day: 34.97 mpg (US)

Silver Bullet - '06 Hyundai Sonata GL
90 day: 31.58 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Not $16:
AT90CAN64-16AU
or
Digi-Key - AT90CAN64-16AU-ND (Atmel - AT90CAN64-16AU)
http://search.digikey.com/scripts/Dk...0CAN32-16AU-ND

I don't think we'd need the 128 version, honestly. 64k would be absolutely plenty, and 32k is probably doable (although I think the 64k is worth the extra dollar).


Last edited by ishiyakazuo; 08-20-2008 at 10:43 PM.. Reason: Wrong link
  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