My DIY custom tachometer scan gauge

Discussion in 'Gen 4 Prius Accessories and Modifications' started by Deleted member 185363, Nov 25, 2020.

  1. I am very excited to share my project with this forum! I have spent the last few months working on it in my spare time.

    [​IMG]
    [​IMG]

    I have been very curious about the mysterious behavior of my Prius. I decided to create this scan gauge to view RPM and engine temp. It is powered by an Arduino microcontroller and a CAN bus controller. I decided to take the hard route so there is no traditional ELM327 (regular bluetooth or usb) scan tool hardware in this project!

    I have code posted on GitHub if anyone is interested in making their own.
     
    WilDavis and Mendel Leisk like this.
  2. alanclarkeau

    alanclarkeau Senior Member

    Joined:
    Feb 24, 2016
    7,045
    7,593
    0
    Location:
    near Brisbane, Australia
    Vehicle:
    2016 Prius
    Model:
    N/A
    I presume it's ICE RPM, not MG1 or MG2.

    All I can think - yes, it will give you very curious readings. There was talk on, I think the LEXUS forum about a hybrid with a tachometer - and it seemed to not be useful. Just a curiosity.
     
  3. Mendel Leisk

    Mendel Leisk MMX GEN III

    Joined:
    Oct 17, 2010
    61,075
    41,990
    80
    Location:
    Greater Vancouver, British Columbia, Canada
    Vehicle:
    2010 Prius
    Model:
    Touring
    It could be reading anything? Coolant temp'd be cool too.

    Sorry, initial post says this is possible.
     
    #3 Mendel Leisk, Nov 25, 2020
    Last edited: Nov 25, 2020
    alanclarkeau likes this.
  4. fuzzy1

    fuzzy1 Senior Member

    Joined:
    Feb 26, 2009
    17,813
    10,603
    90
    Location:
    Western Washington
    Vehicle:
    Other Hybrid
    Model:
    N/A
    Any connection to the MPGuino, talked about some here and on other efficiency and modder forums since before my time?
     
  5. Ah yes, I've seen that before. That was one of my sources of inspiration. MPGuino has a simpler principle of operation. My design is a little bit more complicated...uses OBD protocol over the CAN bus. I could really request any data I wanted from the ECU.
     
    fuzzy1 likes this.
  6. It is indeed ICE RPM. I am very curious to read what the traction motor RPMs are. It may give me more insight into the vehicle's top speed on electric only power. I know that there are a whole bunch of Prius-specific PIDs that can be requested from the ECU. I am very curious to see what I can find out from tinkering and experimenting.
     
  7. Mendel Leisk

    Mendel Leisk MMX GEN III

    Joined:
    Oct 17, 2010
    61,075
    41,990
    80
    Location:
    Greater Vancouver, British Columbia, Canada
    Vehicle:
    2010 Prius
    Model:
    Touring
    There's a spreadsheet on the net listing scangauge xgauges, might be helpful.
     
    alanclarkeau likes this.
  8. This bad boy right here?

    Will require some poking around. This will be a challenge since those don't look like regular OBD PIDs. I'm not sure how exactly they are implemented in the scan gauge. Something to keep me busy I suppose.
     
    Mendel Leisk likes this.
  9. Mendel Leisk

    Mendel Leisk MMX GEN III

    Joined:
    Oct 17, 2010
    61,075
    41,990
    80
    Location:
    Greater Vancouver, British Columbia, Canada
    Vehicle:
    2010 Prius
    Model:
    Touring
    Yes I believe so. Just viewing on phone currently, so looks a little odd.
     
  10. krmcg likes this.