Justinswidebody
Well-Known Member
- Thread starter
- #856
Work always takes the fun out of everything
Sponsored
So can empathize with that comment.Work always takes the fun out of everything
Thank you! Just what I was looking for... Just not the outcome I wanted lol...Trailer brake and turn go through the same wire, just like the taillights. This is why trailer light converters are needed on vehicles that come with separate turn bulbs, to merge them back together.
I don't see separate wires on the trailer wiring though. Unless you're looking at pin #2 called "trailer brakes". That's not for lights, that's for actual physical brake actuation. Don't tap into that guy.
![]()
I hear ya. The best thing I can suggest is building in a time-based evaluation. If the wire has continuous signal for more than, say, 1 second, then consider it a brake signal. Until that point, treat it as a turn. Not sure if that helps, but that would be my personal approach.Just wanted a separate turn signal wire... But it's okay.... Just trying to make coding the LEDs easier... But I'll figure it out
Yes exactly.... I'm just not awesome writing code lol... It's very time consuming. But I'll get thereI hear ya. The best thing I can suggest is building in a time-based evaluation. If the wire has continuous signal for more than, say, 1 second, then consider it a brake signal. Until that point, treat it as a turn. Not sure if that helps, but that would be my personal approach.
I think you want to check both signals if you can. If only right has a signal or only left has a signal, you are looking at a turn signal. If both right and left have a signal at the same time you have brake lights.Yes exactly.... I'm just not awesome writing code lol... It's very time consuming. But I'll get there
This logic doesn't work with hazards.I think you want to check both signals if you can. If only right has a signal or only left has a signal, you are looking at a turn signal. If both right and left have a signal at the same time you have brake lights.
Yeah - guess I didn't fully think that through.This logic doesn't work with hazards.
Haha all good. Welcome to the world of testing and development! Nobody ever considers all the cases, nobody could, so it's really just a game of trying to cover as many cases as possible in the design.Yeah - guess I didn't fully think that through.
Just wanted a separate turn signal wire... But it's okay.... Just trying to make coding the LEDs easier... But I'll figure it out
I mean I can use a trailer converter that converts it to a split signal ..... But everything is becoming way too many components that are not needed when it can all be coded to work.There’s a few NA jeeps who did ROW brake lights which have a dedicated turn signal. May be worth a look at a few of those threads to see how they did it, I don’t think it was anything overly difficult. I’ll take a gander in the AM and link them/report back.