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
    Exactly!

    For some reason, with Arduino, most people just put all their code into one .ino file and that's it. This is definitely not the way I want to go for this project. I want everything to be organized and each module into their own .cpp file. In the end, it will probably require a bit more RAM and flash to do it this way (and maybe that's why people don't use OOP as much with Arduino ?) but the code is going to be soooo much cleaner.

    Here is what I have in mind:

    ECU comms (choose one)
    - ALDL 8192 baud
    - ALDL 160 baud
    - MegaSquirt Serial
    - MegaSquirt CAN
    - OBD 2

    Display pages (choose 0 or more):
    - ECU monitoring pages (can be enabled as many time as wanted)
    - 0-60 time
    - Quarter mile time
    - SD card info (if SD card data logging enabled)
    - Weather (Temperature/Humidity/Altitude)
    - G-force and compass
    - GPS data

    Optional modules (choose 0 or more):
    - SD card data logging
    - RTC (to properly name data logs files)
    - Data logging trigger (if data logging enabled)
    - Alarms (w/ buzzer)

  2. #2
    Fuel Injected!
    Join Date
    Apr 2013
    Posts
    498
    Just realized this is already getting out of control a bit . I bought more stuff tonight, and I think I'm at about 500$ into this already Of course I will end up with A LOT of spare parts after I'm done but still a bit crazy. I just bought a Due, I want to use the Mega but I might give the Due a try at some point. In the end, it's cheaper then the Mega (doesn't matter for me now that I've bought both :P) and it has more hardware then this project will ever need (I hope).

    Now, I need to stop buying stuff, receive everything and start the real coding!

  3. #3
    Fuel Injected!
    Join Date
    Apr 2013
    Posts
    498
    I've renamed this project "DIY ECM Gauge" which seems to fit better with where I want to go with this then "MS CAN Gauge" :)

    So repo is now at https://bitbucket.org/SebGiroux/diyecmgauge

    (Still on hold on the project, waiting for a bunch of stuff to arrive still)

  4. #4
    Fuel Injected!
    Join Date
    Oct 2013
    Location
    Oklahoma
    Age
    59
    Posts
    48
    My ALDLGauge is pretty much done. Hooked it up to the '59 Jaguar. Got live data on the gauge and can transmit via BlueTooth to TunerPro!

    Inside of the gauge case is a 16 pixel RGB LED ring, a 128 x 64 OLED display, two Arduino Pro Mini's (one handles the RGB ring and OLED display, one handles communications), a bluetooth transceiver and a 5v DC-DC power supply. There is a digital encoder that is remotely mounted to navigate through the display screens.

    btg4.jpgbtg3.jpgbtg2.jpgbtg1.jpg

    And exciting video of the gauge in action!

    Last edited by mikew; 11-27-2013 at 07:09 AM.

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

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

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

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
  •