Jump to content

twentyvalvevw

Members
  • Posts

    11
  • Joined

  • Last visited

About twentyvalvevw

  • Birthday 12/24/1988

Profile Information

  • Interests
    Anything that is a Challange

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

twentyvalvevw's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hey Adam, I have tried both ways, with the warning messages and with the alarm messages cant seem to figure it out. doesn't seen to matter. BTW there is a simulator in the new dash design 2.
  2. Hey all, I am having a tough time understanding the alarms page on this CD-7, Warning messages work fine. I am having issue getting the Alarms and screen to come up, seems to be taking a while and I am also having issues with the messages flickering instead of blinking once per second or twice per second. I have attached the layout if anyone want to point me in the right direction. Default-Black-LinkG4+ carbon edit3.aemcd7
  3. Hey Adam, Should I just set to x1 scaler? Thanks Mike-
  4. Hello all I just got my cd-7 all up and going and I am using the default layout and all is working find but everything is in metric. I have used the convert options in the Dash design to convert some of the numbers to imperial but the numbers all all weird and not even close to correct. Can anyone point me in the right direction. using the Generic CAN setup BTW. Thank you all! Mike-
  5. do I actually got this all going and working. I found the connector from an online, I think from mouser or something and made a cable out of CAT 5. I got the code all going and now I just need to get the wiring in order.
  6. Hey Guy I am just now getting back to this and working on this car some. Can I flash the firmware with the Link g4 Software and working the same? and Grant the connection speed seems to be quite laggy. sometimes 10 sec for values to start showing real time, just really wanting to make sure this might not be causing any other issues.
  7. Vipec I88, its a plug and play for a Audi TT 1.8T.
  8. Hey CamB, can you do me a favor. I am having a bit of trouble getting the code I have working. I am also trying to purchase a can bus cable to connect to my ECU and can't seem to find one, can you point me in the right direction to purchase one of these? Mike- Hey Paul, here is the code I am using.When you get a chance let me know what you see or think. Mike- canbus.zip
  9. I have been trying to figure out if the link software will work with the Vi-pec ECU. I like the layout of the PClink software better and the color and background is a little easier on the eyes "out of the box". I have got it to connect but the latency is pretty bad. does anyone know the steps would be required to correct this, I.E. Firmware update/change or anything else like that. Thanks you!
  10. sorry to dig this up from its grave. I have looked at this code and tried to get a page flip to work. after not working I checked out the code and I dont see where the page flip would be in code. I have tried to place the code but I am not sure where it should go. anyone have any ideas on this? I believe it should go some where around here. void loop() { for(int i=0;i<NR_OF_CHANNELS;i++ ) read_channel(); if (digitalRead(UP)(millis()-500 > last_click && flip_request ) { current+=4; if (current > NR_OF_CHANNELS - 4) current=0; last_click = millis(); flip_request = 0; } flip_request = 0; display_page(); print_to_serial(); delay(10); } can someone correct me if I am wrong or point me in the right direction. Thanks guys! Mike-
  11. I know this post is old. Any one here interested in showing their code? I just want to look at the interfaces and a overall board design so I can get a little feel for this. I am doing some basic with this but still have some stuff to do and other things.
×
×
  • Create New...