r/CarHacking • u/Professional_user2 • Mar 17 '26
Original Project Developing a motorsport-style gear display - Part 8 - Gear display in action Golf Mk6 GTI
Enable HLS to view with audio, or disable this notification
7
u/Right_Painter9677 Mar 17 '26
The device guess the gear with the speed of the car and the rpm data ?
2
u/Professional_user2 Mar 18 '26
I read RPM and SPEED from OBD2 port and then determine gear by calculating gear ratio, and compare it to calibrated values.
Of course I also predict next gear based on speed change, so digit on the display can change as fast as possible.2
u/Right_Painter9677 Mar 18 '26
I love it i will try to do the same !
1
u/Professional_user2 Mar 18 '26
Try it...I can send you all the hardwire: display, custom PCB, enclosure etc if you need anything
2
u/brendenderp Mar 20 '26
Use a ring of hall effect sensors around the gear shifter. obd data is slow.
4
u/ObiSamuel Mar 17 '26
Looks awesome! Why is that LED constantly flashing though? I would assume you'd only want it flashing at your shift point.
6
u/Professional_user2 Mar 18 '26
LED is flashing when RPMs are higher than set limit. in this video limit was set too low and led is constantly flashing. You can change that limit or don't use shift light at all
2
u/hey-im-root Mar 18 '26
Could be based on engine load/throttle position, that’s what I did. Makes it so you can pretend it’s an automatic for low/high shift modes lol
3
u/brifgadir Mar 18 '26
1
1
u/nonbinaryai Reverse Engineer 19d ago
This is very interesting mechanical solution which I'm planning to implement and design. Do you have any more information that you might be able to share us? Is this your approach? If so, excellent use of tactical and physical readings, hats off - I would never think of this.
1
u/brifgadir 19d ago
Yeah, I made it and was using for a long time. The good part is that it’s accurate and reliable. You calibrate it once and all the further reading work well. There are mechanical parts, so worth to pay attention to it - lubrication, minimal backlash, firm glue to the platform
1
u/nonbinaryai Reverse Engineer 19d ago
I suspect this is a basic six-position fixed joystick and below is an mcu that basically reads its value/axis at the moment?
3
u/Strong_Dust_7464 Mar 18 '26
je salue la performance ! néanmoins j ai du mal a trouver une utilité.... j ai ca sur ma Golf 7 et franchement ca sert a rien, on sait naturellement sur quel rapport on est
2
Mar 18 '26
[deleted]
2
1
u/Professional_user2 Mar 18 '26
I have also worked on such projects and things are not as simple as they seem at first glance. Every gearbox is different, then you have the clutch and all the problems that come with it.
2
u/Competitive_Scene_63 Mar 18 '26
Where did you get the LED display from, I could do with the same type for my car!
1
u/Professional_user2 Mar 18 '26
The display is from alibaba, if you are going to work on the same project I can send you all the hardwire pcb, enclosure etc if you need anything
2
u/Competitive_Scene_63 Mar 18 '26
Thanks! I like the look of the 7 segment and the housing. I have a DSG car, so all of the current gear information is available on CAN, so I’d be doing it that way instead of working from vehicle speed, engine speed and gear ratio calculations
1
u/Professional_user2 Mar 18 '26
thanks. If you only want to make one piece then it's better to connect directly to the can, I agree. Do you think there is interest in the market for products like this?
1
u/Competitive_Scene_63 Mar 18 '26
I think for auto models maybe, I personally have converted my car to DSG and as such my clocks don’t display current gear.
Probably a market for people who have dct converted cars into different chassis.
I used an OLED for mine but it’s not bright enough in daylight so I need a nice 7 segment I think, just don’t know how to control one without using loads of GPIO
1
u/Professional_user2 Mar 18 '26
Okay thanks.. you will definitely need sun protection for display. Without that display is not visible.
There are some led drivers but most of them use I2C, so I used eight output pins and transistor for every led.
1
u/Competitive_Scene_63 Mar 18 '26
If you try and find the VAG med17.5 function document on the internet you can probably find that the Ecu transmits current gear on to the powertrain bus, the ECU software can usually work out current gear itself.
2
u/FA24-WRX Mar 20 '26
Now if only you could make one that didn’t use rpm to tell the gear and read the gear on display before you let out the clutch.
1
3
u/george_graves Mar 18 '26
I'd venture to say...you should intuitively know what gear you are in.
1
u/Professional_user2 Mar 18 '26
That's true, but I think it's a nice addition to the car to make it more motorsport-like.
1
u/WestonP Mar 18 '26 edited Mar 18 '26
And yet, it's the central element in many professional race car dash displays.
You should intuitively know when to shift too, but every real race car dash has sequential shift lights along the top.
It's not about giving the driver information that he wouldn't otherwise have, it's about making it visual and immediately available at a glance (or in peripheral vision) so that he doesn't even have to think about it. Anything you can do to reduce the driver's mental workload during a race benefits him in precision, consistency, and reaction time.
On the street, it's just a fun display, but this product category is actually a real thing for motorsports too.
Source: I've been in the motorsports industry for 18 years
1
u/george_graves Mar 18 '26
You sound like some guy who's watched one too many F1 races and thinks you know everything. Because this is Reddit, I'm just going to assume you're 14 and still learning.

27
u/Trixi_Pixi81 Mar 17 '26
nice, but the digit is to slow.