121 views and counting...seems like this project isn't going to move very quickly
I started a project a while ago to make a gear indicator display to be mounted at eye level. The function of the display is to present the current selected gear of the DSG. The gear indicator in the MFD within the gauge cluster is too small. I try and do Happy Laps every month and I really want to keep my eyes up on the track rather then looking down into the gauges.
This topic has been covered before on other forums...one of note is on vwgolf.net.au found here...Bigger DSG in-dash gear indicator
A great example of what I'm trying to do has been created (using a pic chip) by Hitoshi Kashima.
Hitoshi uses his to do boost, temps, rev alarm and some other functions. I'm only interested in the gear. He is selling his design. I have no interest in selling anything...I want to help other do make their own.
The pic solution is good but not as good as Arduino IMO.
I have written Arduino code to run a seven segment led display, which will display the chosen gear. The whole unit will fit within a 52mm standard gauge form factor to fit into my New South dash pod.
The plan is to tap into the can bus lines running into the dash cluster (which is done now) and use the can bus signals to tell the Arduino powered display what gear is being driven...that's where everything stops for me at the moment. I can't find any info on what the Can id's are that tell the can bus system what gear is being driven. Since the MFD does have a display indicating the driven gear the information is being transmitted.
I have asked many sources to get the codes but without luck. I've got a bit of a bee in my bonnet about that aspect of what I'm trying to do since the information isn't actually theirs...it's owned by VW. Ross-Tech for instance...they have the info but will not provide me with 3 digits of code.
Anyway...I can rant but it doesn't help.
The job now is to capture the data using a Seeed Studio shield on my Uno board, and with the help of Putty, read the codes coming off the Can Bus. We have mapped all the steering wheel codes , which is a start.
Bookmarks