Jump to content

paulr33

Members
  • Posts

    262
  • Joined

  • Last visited

  • Days Won

    15

Posts posted by paulr33

  1. managed to get an extension cable made up succesfully using 3 x PC USB Dupont cables which are a 5 pin flat cable - the exact same type used by the arduino display adapter shield to the display screen so i have 2.7m of 5 pin loom cable shielded which is plenty long enough to get behind the evo dash and into the glovebox. tested and works well. new sensors next

  2. Yeah in comparison it looks heaps better than the Apexi RSM. The RSM runs a Vacuum fluroscent display and it's basically dot matrix. The uLCD32 is really sharp and bright. At night is amazing. The iPhone video capture and YouTube format really dull down quality of the display in the video 

  3. Yeah I found quickly some things were pointless and others were more important hence the number of changes. Still need to document the whole build and finalise my new sensors and cabling so that the arduino can sit in the glovebox and my display sits on a dash mounted stand

     

    very happy with it so far and glad to have CANBUS working on the vipec. Once the protocol is working and we understand how sensors come across the stream the possibilities are endless for what can be shown and how to represent it. For example I want a light to come on when closed loop is actively trimming fuel and I wanted oil pressure in kgcm2 not KPA. These are all possible 

  4. did a first test run yesterday, the update rate is pretty good and thats updating each value every time on the screen even if it doesnt change. i found TPS was pretty useless and gear wasnt quite right as i need to finish 5th and 6th gear calibration. i found the stand too big and i couldnt see the values properly on the angle. but the reliablity was perfect with the CAN protocol working as needed and my code being stable - theres no error checking in it.

    i found a $3.95 plastic case at jaycar that magically fits so ill ditch the 4d display stand and use this instead.
    have also remodelled the display to suit more meaningful sensors until i order EGT, OIL Temp and Oil pressure.

    the green square above 02 CL will come when vipec is running closed loop via wideband so it should cycle this light on at light cruise.

    ill order another apexi stand as this fits my requirements perfectly and it should match the existing dash setup

    IMG_1544.JPG

    display.png

  5. hi support, one question, i want to pass EGT which i will have hooked upto AN Volt 6. will the output from this parameter in CANBUS be the actual voltage or the caluclated EGT value? I think i simply select AN Volt 6 and connect the relevant sensor and then choose Calc Table 5 for example to dial in the LOG scaling for EGT range.

  6. hi all, i have it all working end to end, now just some final code to change the numbers on my display. very excited and cant wait to have it all working for final demo. very excited. only issue i have is i dont have oil temp, oil pressure or exhaust temp sensors to the vipec yet so they wont show values just yet :(

  7. Ive got the final piece of the puzzle figured out so now i just need to do some good coding to handle the string data between the two units and capture some more test CAN packets
    then i should be ok to handle data between the two and write CAN() values on the display. the problem is ill have to run two ardunio's in my glovebox and some messy wiring which sucks but i should be able to find some cases to put them in and seal it all up

    thanks heaps for the additional info and the CAN test tool helps me map it all out without sitting in the garage reading packets all night =)

     

    hopefully i can do a real demo soon

  8. just looking at the data model, within the CAN packets i get hex values, but for things like AFR and oil pressure there is decimal values, i.e 4.4 bar oil pressure is very different to 4 or 5

    how are decimal values managed inside the CAN hex values? The vipec documentation simply states RAW x 0.01?

     

     

    here is quick video demo of the design. obviously random() values used etc

    https://youtu.be/-JpSrB4BlTM

     

     

  9. my screen display has been shipped so should have it in a day or so. the display has a pretty powerful graphics library IDE system and i can pretty much do whatever within the code to display gauges, bar graphs, digit displays etc so the possibilities is endless. the one issue i have is screen size real estate as the display is 3.2" because i didnt want a mega display panel on my evo dash. ill do a full detailed write up including parts and part #'s once i have working

  10. here are the values i am interested in and how i think it will map out, the benefit of the ardunio is that we can do whatever we like with the data, in any format. for example, i convert oil pressure to kgCM2 as i prefer it in that over KPA

     

    Packet Map.png

×
×
  • Create New...