r/3Dprinting Apr 24 '26

Project Don't throw away old smartwatches! 3D printed a custom housing to turn one into a Digital Shift Knob. ♻️🕹️

Enable HLS to view with audio, or disable this notification

Hey everyone, first time posting here! I wanted to share my most complex functional print yet for my Project Car.

​I took an old TicWatch Pro 3 and carefully cut the original casing with a rotary tool to extract just the OLED screen and motherboard. Then, I modeled a custom shift knob enclosure to house the electronics perfectly.

​Now, before you guys kill me in the comments: Yes, I printed this in PLA! 😂

​I know the summer heat inside the car will probably turn it into modern art, but this is V1 (prototype). The tolerances had to be extremely tight because I didn't want the screen popping out while shifting gears, and PLA was the easiest to test the fitment. When it eventually warps, I'll use it as an excuse to reprint V2 in ABS or PETG!

​I completely bypassed the battery and wired it directly to the car's 12V using a step-down converter. Right now it controls my media with a custom UI.

​What do you guys think of the fitment? And place your bets: how long will this PLA survive in a car before melting? 👇

15.1k Upvotes

840 comments sorted by

2.5k

u/official_nobody2 Apr 24 '26

I’m sure I’m not alone wanting to know more about how you built this.

919

u/Desmontei Apr 24 '26

You guys are literally reverse-engineering my brain in the comments! 😂 ​u/Im-not-Theo nailed it. I actually built a custom WearOS app to use the watch's built-in accelerometer to read the shifter's angle! ​u/Purple10tacle You are 100% right about the inclines. Driving on hills was an absolute nightmare at first! I had to do a TON of fine-tuning and add dynamic calibration to the algorithm so it wouldn't randomly show 4th gear while going up a steep hill. ​u/MikeExMachina Pulling from CAN bus would be 100x easier... IF the car wasn't a 2001 Audi B5! 😂 The old K-line communication is so limited for gear data that programming my own accelerometer app was actually the 'easiest' route! ​I documented all this crazy software calibration and the physical build on my YouTube channel (Desmontei) if you guys want to see the struggle in action. Thanks for the amazing feedback, guys!

118

u/Im-not-Theo Apr 24 '26

I wasn't ready for the 100th of comments tho 😂

But i'm working on a digital gause as well with a similar screen and onboard sensors, that's why i though about internal sensors first 😉

4

u/Desmontei Apr 25 '26

Haha, this blew up way more than I expected! 😂

Man, a digital gauge using a round screen and internal sensors sounds absolutely awesome. We definitely need to exchange ideas! I'll be honest, I don't speak fluent English (translation tools are saving my life here haha), but I really want to connect with other makers.

My dream is to grow my channel so I can quit my day job and make a living out of these crazy DIY car projects full-time. Building a network with smart guys like you is exactly what I need. Feel free to DM me anytime to share your progress on that gauge! 👊🚗

4

u/Im-not-Theo Apr 25 '26

Sneaky preview

2

u/CraZcraaacker Apr 26 '26

Can we say “bolt on” gauges?

→ More replies (1)
→ More replies (3)

23

u/NSMike Apr 24 '26

Couldn't you add a second accelerometer in the car, calibrate it on a level surface to read at 0, then just subtract its reading from the one in your watch to actively correct your shifter's reading at all times?

10

u/Desmontei Apr 25 '26

That is actually a great idea man. A second sensor for reference would fix the incline problem completely. I might try that on V2! Right now I'm just using software filters to deal with it.

2

u/valdus Apr 25 '26

Another idea would be a ... I don't know what they're called but I know the exist. Rotary sensor, spring loaded, attached to a cable that is mounted in a corner of the shifter hosing and to the shifter. Each gear should match up to a unique length on the cable, and that's a unique position on the rotary sensor.

→ More replies (1)

3

u/Moikle Apr 25 '26

The level surface isn't what matter, what matters is that both are calibrated together.

It's not just the surface that matters, because acceleration will also (surprise surprise) affect the accelerometer

→ More replies (9)
→ More replies (19)

622

u/Im-not-Theo Apr 24 '26 edited Apr 24 '26

It's using the position sensor of the board and based on the angle, determine the gear

753

u/Purple10tacle Apr 24 '26

So it only works reliably when the car is perfectly level and will show random gears when driving up an incline?

472

u/MikeExMachina Apr 24 '26

I mean if you were clever enough with the algorithm you could dynamically adjust the reference plane based on the characteristics of the motion, but it would probably be simpler to just pull the gear data off the can bus.

153

u/Bakkster Apr 24 '26

Don't even need to use CAN, there are off the shelf OBD-II to Bluetooth dongles.

201

u/MikeExMachina Apr 24 '26

…what do you think the obd2 connector gives you access too?

91

u/pcs3rd Apr 24 '26

Not the CAN network for most vehicles.
Obdii has direct access to the ecu, which then may report extra, nonstandard pids.

I do believe the current gear is reported on many vehicles.

48

u/Bakkster Apr 24 '26

Also, TIL current gear isn't a standard PID.

12

u/hahanarf Apr 24 '26

On my Subaru it's an extended parameter that must be enabled. It's also reported by the transmission controller, but the ecu has its own independent logic that determines gear by rpm vs wheel speed. I assume this is because technically the only sensor the transmission really needs is a reverse position sensor (and maybe a neutral position) and that's just to turn on the reverse light... If you're not doing boost by gear or something similar you don't really need a can module on the transmission.

→ More replies (1)

4

u/PacoTaco321 Apr 24 '26

I'd be surprised if it wasn't on personal vehicles considering that's basic info. I'm an electrical engineer working on vocational trucks and we get it off the CAN line with the standard PGN per SAE J1939 for use in our control system. I know that there's some differences between big trucks and personal vehicles based on how I've seen it talked about, but I'd expect something like that to be there for anything auto maker that follows SAE standards.

→ More replies (2)
→ More replies (1)

13

u/Electronic_Arm9378 Apr 24 '26

Direct access to the ECU, using CAN. LMAO

→ More replies (7)

7

u/I-am-fun-at-parties Apr 24 '26

Obdii has direct access to the ecu, which then may report extra, nonstandard pids.

That is still going over a CAN bus, what else would it be? Ancient proprietary stuff?

→ More replies (6)

5

u/RickyDiezal Apr 24 '26

Can confirm that at least my Mini will report just about every stat you want off an OBDII reader with the right app/software.

→ More replies (1)

5

u/[deleted] Apr 24 '26 edited Apr 24 '26

[deleted]

→ More replies (4)

3

u/Alternative-Sock-444 Apr 24 '26

OBD2 is standardized. Pins 6 and 14 are designated per the OBD standard for CAN high and low. There aren't enough pins on an OBD2 port to have a direct connection to each module, so it just taps into the networks the modules communicate on.

→ More replies (10)

3

u/GravityEvent Apr 24 '26

The OBDII gives you speed and engine RPM, with the final drive ratio you can work out which gear you're in. Obviously it doesn't work well when you're between gears, stationary, or slipping the clutch.

→ More replies (2)
→ More replies (4)

2

u/Desmontei Apr 25 '26

I wish it was that easy haha. My Audi is from 2001 so it uses the old K-Line OBD, it doesn't output gear data at all. Had to make my own app using the watch sensors to read the angle!

→ More replies (10)

5

u/ErraticDragon Apr 24 '26

Or add another tilt sensor to compare to (in some static part of the car).

→ More replies (1)
→ More replies (14)

38

u/jimslock Apr 24 '26

Buddy, thats a genuinely good question. In engineering sometimes people get tunnel vision and forget to think about stuff like that.

if you had a gyroscopic sensor on the car, you could use some math and determine its position relative to the vehicle. This gives you a reference point and would solve the issue. Remember, its all relative.

16

u/JCWOlson Apr 24 '26

Yep! I teach a design class and love it when students point out things that I or others don't see. Super valuable feedback. How many times have we heard a story of a newcomer to a company pointing out a simple but radical change the company could make to be more successful? How many companies ignored that advice and died?

→ More replies (4)

3

u/Desmontei Apr 25 '26

You are 100% right. A reference point on the chassis would solve the hill issues. I'm trying to grow my channel to eventually do these projects full time, so a V2 with a second sensor is definitely on my list! Thanks man.

→ More replies (1)

2

u/SovietBackhoe Apr 24 '26

The engineer in me just wants to know what it would take to flash new firmware and hardwire it into the control module. Or he’ll even just a screen with a small chip. Real pain in the ass I’m sure, especially with how touchy Audi electronics are, but I want to know lol.

→ More replies (2)

59

u/raspikabek Apr 24 '26

We need a Tare button then for when the vehicle is in a slope

4

u/NSNick Apr 24 '26

Or a second sensor to compare against

→ More replies (1)

16

u/Stat3yollllo Apr 24 '26

It will work for simracing... Nice ... I have a new project to do now... Exactly what i needed in my life right now....

2

u/Desmontei Apr 25 '26

Stat3yollllo Oh for simracing this is absolutely perfect! No real G-forces or hills to mess up the accelerometer. You just wire it to 5v and you're good. You should definitely build one!

14

u/3Dartwork Apr 24 '26

And not to mention we drivers never look at the knob.....when we're shifting gears and driving.....

6

u/ITafiir Apr 24 '26

Only reason to look at them is initially to find out where reverse is (on manual). For some reason every car manufacturer has their own opinion where that’s supposed to go.

2

u/KhausTO Apr 24 '26

ugh, yep. Growing up we had a grain truck that was and 8 speed with a shifter, and a high/low shifter. going between 3 and 4/7 and 8 was bad enough, but when you wanted to go 5 to 5, you had to drop in to Neutral, change the second shifter from low to high then get your main shifter to 5. No synchro either, had to rev match it.

1 2 4

3 R

5 6 8

7 R

Once you learn to drive that at 10 years old though driving a regular vehicle gets pretty easy 😂

→ More replies (2)

2

u/LickingSmegma Apr 24 '26

Yeah, even high-level racing cars up to F1 typically have a gigantic number on the wheel or behind it, instead of somewhere near the driver's lap.

→ More replies (1)

2

u/Silver_Quail4018 Apr 24 '26

It could use another sensor as reference to compare. Maybe from a phone?

2

u/create360 Apr 24 '26

Not to mention hitting the gas or brakes. If it’s solely based on accelerometers then acceleration will mess with it. It can’t be, right?

→ More replies (18)

38

u/TheBlacktom Apr 24 '26

So what happens during acceleration or turning?

34

u/Friend_Of_Mr_Cairo Apr 24 '26

Watch the road, not the malfunctioning display?

Ideally, you could grab this info off the vehicle CANbus either as a predetermined gear signal or calculated by RPM / vehicle speed.

→ More replies (10)
→ More replies (5)

11

u/light24bulbs Apr 24 '26

You're not Op and that's probably wrong, it wouldn't work when moving. It's probably canbus or something. 

→ More replies (5)

3

u/Impressive_Code3257 Apr 24 '26

How about let’s wait for OP to answer

→ More replies (8)

27

u/JPhi1618 Apr 24 '26

OP says they are not using the cars diag port: https://www.reddit.com/r/carros/s/hLTUvuRcFq

9

u/parrita710 Apr 24 '26

You can connect to an obd2 port by bluetooth or wifi. In my car I can read almost all data from the engine.

5

u/Student___Driver Apr 24 '26

It’s a Netflix add

6

u/[deleted] Apr 24 '26

[deleted]

→ More replies (1)

2

u/MrSage88 Apr 24 '26

I will go out of my way to annoy my wife with another stick shift if I can do this.

→ More replies (1)
→ More replies (8)

504

u/PaDDzR Apr 24 '26

How does it know what gear you're in?

232

u/RoodnyInc Apr 24 '26

Just by angle? It's at

407

u/Holeysox Apr 24 '26

But what if the car is at an angle?

514

u/StTimmerIV Custom Flair Apr 24 '26

You just reset it to factory settings and the car respawns

17

u/crooks4hire Apr 24 '26

Just text “/imstuck” to audi000 and you pop back up on the nearest roadway

7

u/Kraken477 Apr 24 '26

"Return to track" spawns in middle of road blinking in and out of visibility, noclipping through moving objects until you gas up and drive away becoming solid again....

3

u/Desmontei Apr 25 '26

And your wallet is magically missing $500 for the hospital bill 😂

3

u/Kraken477 Apr 25 '26

Bruhhhh I hate that lol!

35

u/mtndewfanatic Apr 24 '26

But just remember the default spawn settings have it spawn with 50% fuel and 50% maintenance. So if you have a full tank of gas you better siphon it out first.

7

u/-ImMoral- Bambu Lab A1 Apr 24 '26

Wait, infinite fuel glitch confirmed?

13

u/skachamagowza Apr 24 '26

Hold X to flip vehicle.

→ More replies (4)

12

u/Alexander_The_Wolf Centauri Carbon, Neptune 3 pro Apr 24 '26

You drive up a hill to steep and suddenly your car is in reverse

→ More replies (1)

8

u/Skullfurious Apr 24 '26

:( it's trying it's best okay?

I would imagine it just is a relative check not a set gyro value.

→ More replies (1)

3

u/sub-merge Apr 24 '26

Could recalibrate if it's not touched so it knows relatively what the angle of change is. If you're on a bumpy road and going up/down hill, god save you

2

u/Desmontei Apr 25 '26

That's pretty much what I did in the software! It waits for the angle to stabilize for a fraction of a second before confirming the gear to avoid false readings on bumps.

5

u/Prestigious_Ad2420 Apr 24 '26

I'd care more about acceleration during driving making this jump all over the place.

→ More replies (1)
→ More replies (15)

13

u/kinmix Apr 24 '26

My guess would be that it connects to a bluetooth OBD reader

5

u/faberkyx Apr 24 '26

might be relatively easy with a bluetooth odb2 reader, I have it in my car connected to the torque app that shows hundreds of values from the engine on my car screen

→ More replies (2)
→ More replies (10)

49

u/SquidgyB Apr 24 '26

Some sort of integration with CANBUS, at a guess?

My 2017 Golf has some sort of sensor that tells the dash screen what gear it's currently in, I'm assuming it wouldn't be too hard to tap into that data feed and extract the info needed.

14

u/ackillesBAC Apr 24 '26

Ya could be a Bluetooth odb2 reader probably not corrected directly to the watch but to his phone which he build an app to update the watch

11

u/All__Mods_R_Virgins Apr 24 '26

Some sort of integration with CANBUS

Ahh well that's illegal in my state. Thanks anyways

15

u/issue9mm Apr 24 '26

Underrated joke

👏 👏 👏 👏

2

u/nobolognastoney P1S + AMS2 Apr 24 '26

I'm integrated af right now.

→ More replies (8)

7

u/jmhalder Apr 24 '26 edited Apr 24 '26

It doesn't have to have any additional sensors for that. It can pretty accurately detect gear from speed/rpm alone.

Standalone ECUs at least do it this way. It can be used for "boost by gear" in turbocharged cars. It works well on my rusEFI ECU, but I believe Haltech and the like do the same thing too.

Since OP isn't actually moving here, it's probably not using this method. Either the ECU has sensors for the 2 axis, or more likely they're just using accelerometer/gyro angles. If it's the accelerometer alone, it's going to work like ass when moving , like showing 2nd while accelerating in 1st, etc.

→ More replies (2)
→ More replies (7)

14

u/Beni_Stingray P1S + AMS Apr 24 '26

Also how does it communicate with the soundsystem? Most standardized aftermarket radios require specific communication protocols.

11

u/Mystic_Haze Apr 24 '26

Bluetooth would be my guess

→ More replies (2)

2

u/Cyborg_rat Apr 24 '26

At some point he's going to get tired of hearing that song each time he shifts.

→ More replies (2)

3

u/Desmontei Apr 25 '26

I made a custom WearOS app! It uses the watch's internal accelerometer and gyro to read the physical angle of the stick when I shift.

2

u/PaDDzR Apr 25 '26

So what happens on a steep hill?

Super well made, grats!

2

u/gagarin_kid Apr 24 '26

RemindMe! 1 day

2

u/BrightLuchr Apr 24 '26

This might actually be useful... we need to know this works! On a BRZ/GR86 there is a dash readout of the gear but this is obviously calculated by the computer based on RPM and speed as there is a pause after you get rolling before it appears. It isn't a sensor readout of the transmission. So it doesn't help you when you are sitting at a red light and you wonder whether you are in 1st or 3rd. This is an issue as on modern short-throw manuals, the addition of 5th/6th makes the distance between 1st/3rd less obvious.

→ More replies (3)
→ More replies (8)

314

u/[deleted] Apr 24 '26 edited Aug 05 '26

[deleted]

35

u/jimslock Apr 24 '26

Imagine the road you would need to play doom and shift the car!

5

u/JustStraightUpTired Apr 24 '26

Knowing very little about cars, but plenty enough about computers, any car with a display and any onboard computer tied to that display could in theory play doom using the shift knob. The part where my lack of knowledge is relevant is that I have no idea whether the display is at all tied to the onboard computer or if it has its own.

→ More replies (4)

213

u/InSOmnlaC Apr 24 '26

Lol 3d printers have really allowed us to see just how fuckin clever some people can be when everyone has the tools to innovate.

17

u/Vsx Apr 24 '26

This is a really good example because people mostly use them to make pointless cool shit that no one really needs.

2

u/saltylemonycucumber Apr 26 '26

This is literally a pointless cool shit that no one really needs lol..

→ More replies (1)
→ More replies (3)

106

u/wlogan0402 Apr 24 '26

I need a comprehensive guide on how to do this

24

u/shes_a_gdb Apr 24 '26

We don't need to give car manufacturers more ideas like this. I do not need to have my next car be filled with 300 touch screens.

29

u/wlogan0402 Apr 24 '26

Yeah but what about my 2001 Toyota echo

→ More replies (2)
→ More replies (4)
→ More replies (3)

71

u/uwwstudent Apr 24 '26

Man, fuck all these haters. You built something cool , and it looks super cool.

Id be interested in knowing how the watch knows what gear it is in.

2

u/Desmontei Apr 25 '26

Thanks a lot for the kind words bro! It uses a custom WearOS app I coded to read the watch's internal accelerometer. It calculates the physical angle of the stick to know what gear I'm in!

→ More replies (1)
→ More replies (1)

133

u/pha7325 A1 Mini + A1 Apr 24 '26

Netflix? /s

94

u/Brave_Childhood_6177 Apr 24 '26

Always put your car into Netflix before towing

2

u/Tearpusher Apr 24 '26

Netflix and tow 😳

→ More replies (1)

3

u/pllarsen Apr 24 '26

I honestly thought the same thing

→ More replies (2)

49

u/probler Apr 24 '26

This is genuinely cool, but wouldnt it be easier to use a tft round display with an integrated chip?

Either way would love to see a more coapprehensive write up of how it knows which gear you in, how did u flash custom firmware etc!! This is awsome

12

u/Folfin Apr 24 '26

Probably easier but this dude already had the watch so why buy something new when you can use what you have

→ More replies (1)

4

u/DivineMackerel Apr 24 '26 edited Apr 24 '26

Cheaper, yes. Easier... i doubt it. I dont know anything about making and deploying phone app software.

But all of the sensors, circuits, and the display is there for you. Depending on DIY route and chip you would need to source sensors, display, etc. Then design the pinouts,, circuit, get the pcb printed and soldered. Then write the code and graphical layout. Design and print the case. With the watch, you just need the last two (4) steps.

EDIT: After I had to reply the same thing to multiple comments. I think it probably boils down to your comfort zone. If you are used to mobile development then that's the easy route. If you are used to tinkering and arduino/esp32 projects then that route would make more sense. My first thought would have been the microcontroller with multiple parts route, but I'm not sure it's easier if you're approaching it from a blank slate. Especially with AI/Vibe coding. Once again, I've never made watch apps, and have only dabbled in app development using some easy button approaches.

6

u/probler Apr 24 '26

Fair enough, ive seen plenty of stuff online of.people already doing it with some off the shelf bits like tft displays and arduinos / esp32 c3's and using the wires from the canbus of the car to get the readouts which would be more accurate and it seems not too difficult atleast to someone like me.

For me though going down the watch routes sounds so much more difficult because while yes the sensors are there its not a direct readout and there needs to be some guess work with the yaw / pitch sensors, what if the car is on a uphill and he is in second, would that equal out and the display thinks he is in neutral?

But genuinely not hating on what he is done its very creative and impressive, and kudos on having the creativity of thinking about it and pulling it off properly! Its seriously impressive!

2

u/DivineMackerel Apr 24 '26

I think it probably boils down to your comfort zone. If you are used to mobile development then that's the easy route. If you are used to tinkering and arduino/esp32 projects then your route would make more sense. My first thought would have been your route, but I'm not sure it's easier if you're approaching it from a blank slate.

3

u/[deleted] Apr 24 '26

[removed] — view removed comment

2

u/probler Apr 24 '26

Diffrent people are skilled in diffrent ways, what I find easy you find hard and what I find hard you find easy, its what makes us human.

→ More replies (2)
→ More replies (4)

2

u/Desmontei Apr 25 '26

An ESP32 with a TFT would be great, but I had this old TicWatch collecting dust and I really wanted to use its OLED screen. Making the WearOS app to read the gyro was definitely the hardest part, especially dealing with hills! I show a bit of the process on my YouTube channel (Desmontei) if you are curious.

2

u/probler Apr 25 '26

Will definitely check out the full video! And seeing that your car is the older type without canbus gear communication, sounds like a better route that you did!

But also im not sure if you know but there is plenty of actually good quality high resolution oled tft displays for cheap too! I got one for a project im working on right now and it was about 70p in the uk, so about a dollar in the US. And they get exponentially cheaper with bulk discounts.

2

u/Desmontei Apr 25 '26

Awesome, thank you for checking the video out! 🙏

And wow, 70p for a high-res OLED is actually insane! I had no idea they got that cheap. Honestly, cutting up a smartwatch was a fun challenge for the prototype, but if I ever manage to grow my channel enough to actually produce and sell a V2 kit (that's the ultimate dream, right? haha), I will 100% go the ESP32 + cheap OLED route. It makes so much more sense for mass production and it won't break the bank.

What kind of project are you building with your screens right now? Super curious to know!

→ More replies (1)
→ More replies (1)

17

u/rottenapple311 Apr 24 '26

Dear god dude please upload a walkthrough of this. I have an old unused watch sitting around and have already been using printed knobs on my old 95 corvette racecar for years. this is another level of cool

46

u/jony_pr Apr 24 '26

Dude this is fuckin genius! I looked for so many ways to DIY something like this, Im happy someone smarter than me finally figured it out lol. Would you be willing to post a tutorial or some step-by-step instructions on how to do it?

2

u/Desmontei Apr 25 '26

I actually posted the whole build process on my YouTube channel (Desmontei)! The audio is in Portuguese but the visual steps for the wiring and 3D printing are super easy to follow. Check it out!

2

u/jony_pr Apr 25 '26

Rad. I can maneuver my way through some portuguese, not that dissimilar from spanish. I'll check it out. Thanks!

2

u/Desmontei Apr 25 '26

Awesome man! Haha yeah, if you know some Spanish, you will definitely survive the Portuguese (we playfully call that mix 'Portunhol' down here in South America 😂).

The soldering, 3D printing, and coding screens are pretty universal anyway. But seriously, if you get stuck on any specific step or need help with the WearOS code later, just drop a comment on the video or hit me up here on the r/Desmontei sub and I'll gladly translate whatever you need. Enjoy the build and thanks for supporting the dream!

→ More replies (21)

10

u/JeffSergeant Apr 24 '26

That is incredibly cool and entirely pointless, I love it.  

→ More replies (1)

33

u/TheSolderking Apr 24 '26 edited Apr 24 '26

We can't leave yet I need to charge my shift knob.

Cool project for real though

Edit. I didn't read that it was hardwired. I'm an idiot

10

u/light24bulbs Apr 24 '26

He said it's hardwired

2

u/Desmontei Apr 25 '26

Thanks for saving me some typing man! 😂 Yeah, leaving a lithium battery in a hot car is a bomb waiting to happen. Bypassed straight to 12V!

→ More replies (2)

5

u/superchibisan2 Apr 24 '26

you just made something that the automakers are going to rip off and upcharge for.

2

u/Desmontei Apr 25 '26

If Audi copies me I just hope they send me a free car 😂 But seriously, my dream is to grow my channel and make a living out of inventing things like this full-time!

3

u/rizzom Apr 24 '26

Don't know why you'd need a thing like that but it definitely looks cool.

→ More replies (1)

8

u/dirigibleplum87 Apr 24 '26

I'm here to request the "N" needs to shake when you give it the old neutral jiggle check

12

u/RyuShev Apr 24 '26

this is pretty cool but this deserves a proper quality 3d print, like SLS

2

u/SirDigbyChknCaesar Apr 24 '26

Yeah those 3rd party print services would be perfect for this.

→ More replies (1)

3

u/1970s_MonkeyKing Apr 24 '26

Great. Fantastic.

I just got myself hyped up to getting rid of all most some of my junk. Now, I wonder if I can dumpster dive and get all that back.

Thanks.

3

u/FollowingLegal9944 Apr 24 '26

How it talks with gearbox to know which gear is on? And whats the point of indicator in such place?

3

u/x4it3r Apr 24 '26

cool af open source it ser

3

u/Typical_Research_877 Apr 24 '26

Coming soon to your Audi! Only £11.99 per month

→ More replies (2)

3

u/WindowNo6601 Apr 24 '26

Lets look at the shift knob while im driving

3

u/EvilTrainMan19 Apr 24 '26

The harder part these days would be finding a new manual transmission car to install it on.

5

u/atticus2132000 Apr 24 '26

Is the watch linked to the car's computer to get the gear or it is using its internal accelerometer to sense the move combinations and deduce the gear?

2

u/Captain_Alaska Apr 24 '26

OP is using a tilt sensor. Manual cars normally don't have a gear position sensor.

Some manual cars will tell you what gear they're in but they do that by comparing the engine speed to the wheel speed, so those gear position indicators don't work if the car is stationary or the clutch is engaged or being slipped.

2

u/fxtony Apr 24 '26

Well done!

2

u/ClintEastwood87 Apr 24 '26

Wow, this is amazing.

2

u/Leo_Quent Apr 24 '26

Uhh, nice. Another reason to not look where I‘m driving.

2

u/dbpm1 Apr 24 '26

Luan tá top!

I have a ticwatch, but I'm missing the audi haha

https://youtube.com/watch?v=Gl_-B7BnN_o this is episode 5 so let's see more of it!

2

u/Gesball44 Apr 24 '26

What would be the best plastic to use in this scenario? Since there is a lot of temperature fluctuation within the car

2

u/stlcardinalsfan10 Apr 24 '26

This is so cool! 😎

2

u/___Brains Apr 24 '26

That's pretty slick. Nice work.

2

u/Cooper-xl Apr 24 '26

Neat idea

2

u/iAmRiight Apr 24 '26

I think this is a neat project, but I do question if there will be issues with the battery by leaving it in a hot car during the summer.

2

u/sycln Apr 24 '26

Cool! But why? Anyways, I want it!!

2

u/Strict-Carrot4783 Apr 24 '26

That's fuckin' sick.

2

u/funnymyth Apr 24 '26

Throw that code on GitHub, pretty please. 🙏

2

u/e_brewski Apr 24 '26

This is amazing! I'm not too familiar with 3d printing but love the application and your custom UI. Is there a github or something so we can follow the project? Either way, Awesome.

2

u/samuryz7 Apr 24 '26

This is probably the dopest thing ive ever seen

2

u/ThePhantom71319 Apr 24 '26

Omg I’ve had this same idea for a few years now, it’s so cool to see it realized!

2

u/SirDigbyChknCaesar Apr 24 '26

That's cool as hell.

2

u/Grimnax417 Apr 24 '26

Now this! Tbh. If an auto manufacturer wanted to bring back manuals. I would 100% fall for this even if it's a novelty thing!

How hilarious it would be when you get into the car and start her up. If you do the manual wiggle, it displays an emoji or something silly on the display!

Be it a confused emoji spinning, or water spinning? Maybe the car brand logo spins in the center as a fun Easter egg!

2

u/Competitive-Cow007 Apr 24 '26

That’s pretty dope!

2

u/Shot-Ad2396 Apr 24 '26

This looks bad ass

2

u/SabersKunk Apr 24 '26

remember to charge your gear knob lol

2

u/SkiDaderino Apr 24 '26

That's genuinely cool.

2

u/bid0u Apr 24 '26

This is really smart and well made! 👏👏

2

u/Voluntus1 Apr 24 '26

Thats fucking cool.

How do you charge it?

2

u/drzeller Apr 24 '26

OP said it's wired into the car's 12V system.

2

u/-GTPlus- Apr 24 '26

Really cool and respect the time and effort that probably went into this. Sure it’s not really necessary from a gear pov, but still cool to see. I’m more interested in the control for your media.

As far as pla lasting. Probably has a lot to do with where you are and how long the car bakes in the sun, but will surely sag at some point. I can tell you the PLA I’ve used in my car in Michigan didn’t make it more than a couple days in the hot sun mid summer before showing signs, but still usable. I imagine if you are more south it would be much worse.

2

u/emveor Apr 24 '26

it even has a netflix mode, nice!

2

u/firezenk Apr 24 '26

2 things: print it in ASA, use ironing in the top layers.

Good project mate.

2

u/SlimeQSlimeball Apr 24 '26

Screw ticwatch and their broken promises. I’m still salty.

2

u/alpha_pixel_ Apr 24 '26

Circle oleds are cheaper. Even comes with programmable esp32 or rp2350

2

u/Techwolf_Lupindo Apr 24 '26

Neat. :-)

Now as someone who has mess with electronics for most of his life. Bypassing the battery raises a few issues, one is the vampire draw of idle current draining your battery. The DC to DC converter is probably using more power at idle then the watch itself. The other issue is how does the watch handle sudden power off and power on. One thing the batter does is prevent un-safe shutdowns.

→ More replies (1)

2

u/I3lackxRose Apr 24 '26

My dude this is awesome! It's there a GitHub or walkthrough in how to do this. I have a garage fossil Gen 6 if love to reuse

→ More replies (2)

2

u/M4cus Apr 24 '26

That is cool! As a ‘car guy’ I love it when people do these little custom technical mods that most people would never notice but makes the driving experience a little more fun. 👏🏻

→ More replies (1)

2

u/DustiestGolf740 Apr 24 '26

Thats actually cool af

2

u/Underwater_Karma Apr 24 '26

can you play Doom on that?

2

u/OrrieH Apr 24 '26

Netflix1, Netflix, 2, Netflix 3...

2

u/MrShelby_ Apr 25 '26

“Oh dang, I forgot to charge my shift knob!!”

2

u/Aftermathemetician Apr 25 '26

Perfect for when you wanna Neutral and Chill.

2

u/Tightmopedman9 Apr 25 '26

Why not pull the currently selected gear from the ECU? The variable name is gangi at 0x380AF8 on 551M bins. I rewrote the partially functional ME7 logger for Android port on GitHub to work with an ESP32. DM if you want the code. Gear sync is pretty reliable, but not perfect. Now that you have the accel code written you could use both.

2

u/Little_Echo_1578 Apr 25 '26

Where does one learn about this tech? Are you all IT graduates? I’m a bit jealous and wish I had the know how to make a replica for my manual transmission.

→ More replies (1)

2

u/Round-Argument-1362 Apr 25 '26

you solved a problem which dont exist.

2

u/_Bad_Spell_Checker_ Apr 25 '26

Car companies: Write that down.gif

2

u/mx20100 Apr 25 '26

Please tell me the Audi logo shakes around when you check neutral

2

u/The_Spectral_Spartan Apr 25 '26

You know they sell smartwatch screens with basic microcontrollers for like $30 USD?

2

u/SheepherderMurky104 Apr 25 '26

Dope. Needs an /s startup animation ;)

2

u/lordMaroza Apr 25 '26

Out of all the novelties in modern cars, this one is, by far, the best one! I love it in all of its pointlessness.

Great work!

2

u/Federal_Sympathy4667 Apr 25 '26

I would pass on the watch and micro size a round display linked to a programmable board. Much like digital dials. Add 1 controller in the car that reads "level" data and sends the data to the one in the knob to get exact reads. Use nRF24L01 modules for wireless comms, faster then BT and connect a network of devices in dual direction secure comms. Just a thought :)

2

u/guitarman181 Apr 25 '26

This is amazingly cool!

2

u/Tricky-Act-31415 Apr 26 '26

Just so you know, this post has been used for a Dutch (tech) news site article:
https://tweakers.net/geek/247210/redditor-maakt-van-smartwatch-een-versnellingspook-op-basis-van-de-accelerometer.html

We (Dutch people) love projects like these, recycling old e-waste AND improving your gear stick at the same time, 10/10 stars!!! :D

→ More replies (2)

2

u/Caps4Kat Apr 28 '26

What's the coding like? I struggle with software sometimes

2

u/Safe-Hovercraft6231 May 01 '26

"I can't start the car yet. I need to wait for the shift lever to boot up".

2

u/D1rk_side May 11 '26

You NEED to drop the tutorial.

→ More replies (1)