Results 1 to 15 of 84

Thread: 2 1/16 gauge ECM data display

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Fuel Injected!
    Join Date
    Apr 2013
    Posts
    498
    Looks awesome Mike! What are you using for a power supply circuit for 12V ?

  2. #2
    Fuel Injected!
    Join Date
    Oct 2013
    Location
    Oklahoma
    Age
    59
    Posts
    48

  3. #3
    Fuel Injected!
    Join Date
    Apr 2013
    Posts
    498
    Cool, ty. I will have to get one of those at some point!

  4. #4
    Fuel Injected!
    Join Date
    Apr 2013
    Posts
    498
    So I moved everything over to an Arduino Mega.

    Updated code is always here: https://bitbucket.org/SebGiroux/diyecmgauge. Still have a ton of work to do but all the component are working and basic stuff is hapening.

    I can't wait to have finally received everything and start cleaning up this rat nest :)



    And here is the schematic:


  5. #5
    Carb and Points!
    Join Date
    Nov 2013
    Posts
    7
    Your progress looks great! Just a couple comments:
    Your issues with using all your Ram for the libraries is one that it seems a lot of people run into. Generally it seems that people trim the fat out of the libraries to help save space (as well as make things faster - something that's important when driving TFTs). You may want to fish through those libraries and dump the sections that you're not utilizing.

    If you decide to add a button, you can look into the "joystick" style buttons. This gives you 5 buttons in one. I picked one up for my project, since I want to be able to scroll through various selections and be able to select one in order to change my display.

    BTW Mike, that ALDL gauge is fantastic! Do you have any plans to share the source code? Quite a lot of what you implemented is similar to what I'm hoping to do, albeit mine will be interfacing OBDII and pushed to a TFT.

  6. #6
    Fuel Injected!
    Join Date
    Oct 2013
    Location
    Oklahoma
    Age
    59
    Posts
    48
    Thanks Jim85IROC,

    I will post code and construction information shortly. Getting the parts to all fit in the case was the real challenge!

    I'd think my stuff would be easily adaptable to ODBII.

    I did the B/W OLED because they are quite readable in different lighting conditions. Color OLED would be nice too but the Arduino Pro Mini's definitely don't have the memory for that. I'd considered a Teensy 3.0 or MegaMini, plenty of memory, but neither will fit in the case but are small enough to be packaged in the gauges external wire harness.

    I'm using a rotary encoder for input, it's also got a momentary pushbutton. Two Arduino pins let's you navigate up and down through the available ALDL parameters. One more Arduino pin let's you use the pushbutton to do something, not yet implemented on mine.

    The next version, I'm never quite done with toys I build, will probably use the Teensy 3.0, maybe color OLED and for sure utilize the pushbutton for min/max average display of values.

    Converting the last ALDL logger I built to CANBUS for OBDII might be a thought, Arduino Mega2560, color LCD, touchscreen, SD card, LiPo battery powered as is, adding bluetooth would be a snap. http://www.xm381.com/xm381/aldl.html#5

  7. #7
    Fuel Injected!
    Join Date
    Apr 2013
    Posts
    498
    Jim, I agree that the libraries can usually be trimmed down. While that bring some good points like lower RAM usage and better performance like you mentioned, it can also introduce bugs and make updating the library a lot more painful (have to redo the changes every time). At this point, I really want to focus on the main sketch and not worry about those libraries. That's a reason why I try to buy most of the stuff from Adafruit, they have good tutorial with their products and usually a decent library as well that get you going pretty fast. Throwing hardware at the problem at first for the prototype is a good way to work around that issue at first. The only reason I started with an Uno is because I had one laying around :) And now I will probably be fine with the Mega but the reason I bought the Due anyway is really just to give it a try :P

    Good idea about the button, I will have to keep that in mind for sure :)

Similar Threads

  1. Innovate LM-1 remote gauge advice
    By Nasty-Z in forum Other EFI systems and related topics
    Replies: 1
    Last Post: 10-15-2013, 03:49 AM
  2. narrow band autometer gauge
    By one92rs in forum GM EFI Systems
    Replies: 18
    Last Post: 04-05-2012, 07:01 PM
  3. Innovate MTX-L wideband gauge video
    By JeepsAndGuns in forum Gear Heads
    Replies: 9
    Last Post: 03-19-2012, 06:48 PM
  4. Can not get PCM bins to display correctly
    By JeepsAndGuns in forum GM EFI Systems
    Replies: 32
    Last Post: 09-20-2011, 02:45 AM
  5. Fuel Pressure Gauge Location
    By mudbuggy in forum GM EFI Systems
    Replies: 4
    Last Post: 09-11-2011, 05:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •