Home Forums Articles How To's FAQ Register
Go Back   Xoutpost.com > BMW SAV Forums > X5 (E53) Forum
Arnott
User Name
Password
Member List Premier Membership Search Today's Posts Mark Forums Read

Xoutpost server transfer and maintenance is occurring....
Xoutpost is currently undergoing a planned server migration.... stay tuned for new developments.... sincerely, the management


Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 01-21-2023, 07:20 PM
Member
 
Join Date: Feb 2019
Location: Caroline County, MD
Posts: 246
lkv0315 is on a distinguished road
Lightbulb LCM Programming

I'm not sure if anyone knows where to find this info or where to look other than here, so here I am. I am working on a custom project to give the E53 Sequential turn signals and side markers, along with a lock/unlock sequence. Is there a way to set the voltage that the LCM outputs for certain actions, or is it always 12v? I'm planning to use a microcontroller which I will have to supply with switched 12v anyway, so I was hoping to set it up to detect different actions from the LCM, like if the lights are just on versus turn signal on versus lock/unlock blink. If you guys also happen to know an easier way to do this and I'm just making it too complicated that advice would be appreciated too! Thanks for any tips you can provide!
__________________
2005 X5 E53, 167k Miles: Kenwood DNX893S Head Unit, Mud Flaps (Rear Only) , Rim Shopping(WIP), Full Spectrum RGB Halos,
Reply With Quote

Sponsored Links

  #2  
Old 01-21-2023, 09:06 PM
Member
 
Join Date: Mar 2016
Location: Saskatchewan Canada
Posts: 2,053
80stech is on a distinguished road
The LCM modulates brightness by pulse width. If you are using a micro controller then in theory you should be able to detect on/off and brightness and output accordingly. I think there are 2 or 3 different brake/tail lite strategies though so keep that in mind.
__________________
1988 325is (purchased new) sold
2004 X5 3.0 2005 X3 2.5
2008 X5 3.0 (new to me)
Reply With Quote
  #3  
Old 01-21-2023, 09:26 PM
Member
 
Join Date: Feb 2019
Location: Caroline County, MD
Posts: 246
lkv0315 is on a distinguished road
Quote:
Originally Posted by 80stech View Post
The LCM modulates brightness by pulse width. If you are using a micro controller then in theory you should be able to detect on/off and brightness and output accordingly. I think there are 2 or 3 different brake/tail lite strategies though so keep that in mind.
So would you recommend I try using an oscilloscope to see what the different stages and frequencies are? That makes the most sense to me at least
__________________
2005 X5 E53, 167k Miles: Kenwood DNX893S Head Unit, Mud Flaps (Rear Only) , Rim Shopping(WIP), Full Spectrum RGB Halos,
Reply With Quote
  #4  
Old 01-21-2023, 09:37 PM
Member
 
Join Date: Mar 2016
Location: Saskatchewan Canada
Posts: 2,053
80stech is on a distinguished road
That would be a good start, frequency should be consistant with only the pulse width changing. You might consider monitoring inputs at the LCM instead of outputs as well.
__________________
1988 325is (purchased new) sold
2004 X5 3.0 2005 X3 2.5
2008 X5 3.0 (new to me)
Reply With Quote
  #5  
Old 01-22-2023, 11:09 AM
Member
 
Join Date: Jan 2013
Location: Finland
Posts: 1,376
Clavurion is on a distinguished road
What do you mean by sequential indicators?

Indicators flashing when locking/unlocking is already a factory coding option.

Indicators are supplied with the same voltage regardless of the purpose they are activated. Only when front side light fails the indicator is activated to be on permanently with lowered voltage.
__________________
E39 530dA -02 M-Sport Messing metallic
E53 X5 3.0dA -06 Sport Stratus grey
Reply With Quote
  #6  
Old 01-22-2023, 12:08 PM
Member
 
Join Date: Mar 2016
Location: Saskatchewan Canada
Posts: 2,053
80stech is on a distinguished road
Sequential like mustangs had back in the day, some newer vehicles have them too. I've noticed a few vehicles that have them that shouldn't, so I'm thinking it's "a thing" now. I assume he is going to incorporate the brake lites into the system as well (depending how the bulbs work out) and probably some kind of fancy light show when he sets the alarm.
__________________
1988 325is (purchased new) sold
2004 X5 3.0 2005 X3 2.5
2008 X5 3.0 (new to me)
Reply With Quote
  #7  
Old 01-24-2023, 02:45 PM
Member
 
Join Date: Jul 2016
Location: Menlo Park, CA
Posts: 2,311
Fifty150hs is on a distinguished road
Quote:
Originally Posted by 80stech View Post
Sequential like mustangs had back in the day, some newer vehicles have them too. I've noticed a few vehicles that have them that shouldn't, so I'm thinking it's "a thing" now. I assume he is going to incorporate the brake lites into the system as well (depending how the bulbs work out) and probably some kind of fancy light show when he sets the alarm.
Sequential turn indicators on the side are available in LED on line. They're plug and play. If you get an android head unit with the Resler module and the IBUS app you can program all kinds of "light shows". Not sure how it works as I'm not interested in figuring out as I wouldn't use it, but it's available. Might be a cheaper simpler route to go than buying/building some special module jsut for the LCM with the added advantage of Nav, multiple apps, etc.
Reply With Quote
  #8  
Old 01-24-2023, 09:03 PM
Member
 
Join Date: Mar 2016
Location: Saskatchewan Canada
Posts: 2,053
80stech is on a distinguished road
I don't think the young guy is looking for the simpler route and cudos to him for that!
Micro controllers are between $3 and $10 the drivers and other stuff might be another $20 but the experience, knowledge, and pride, priceless! This almost a breath of fresh air that we have some younger guys thinking this way! Buying the ready made version is kind of buying a ready made noise maker to clothes pin onto your bike when you where a kid.
__________________
1988 325is (purchased new) sold
2004 X5 3.0 2005 X3 2.5
2008 X5 3.0 (new to me)
Reply With Quote
  #9  
Old 01-26-2023, 11:32 AM
Member
 
Join Date: Feb 2019
Location: Caroline County, MD
Posts: 246
lkv0315 is on a distinguished road
Quote:
Originally Posted by 80stech View Post
I don't think the young guy is looking for the simpler route and cudos to him for that!
Micro controllers are between $3 and $10 the drivers and other stuff might be another $20 but the experience, knowledge, and pride, priceless! This almost a breath of fresh air that we have some younger guys thinking this way! Buying the ready made version is kind of buying a ready made noise maker to clothes pin onto your bike when you where a kid.
This is exactly what I'm thinking and I appreciate you seeing what I'm trying to do! I have decent experience with some programming and electrical design as I am currently getting my college education in engineering. I'm always in pursuit of learning more and pushing my boundaries, plus I hate paying for labor
I'd rather just buy the parts and do it from scratch myself! The only issues I've been having are accessibility to things that aren't something I can manufacture, like a new taillight lens, as that's not an individual part you can order.

Now that you bring it up the way that you did about it being a thing of pride and you recognize that I'll do my best to make periodic updates and I'll do my best to make everything publically available, plus if people really like the end product, I may even manufacture them and sell in small quantities to those interested, but that may be years down the road.

P.S. If anyone knows how to:
a) Make your own reproduction taillight lenses pretty easily
b) knows where I can buy a real taillight lens that I can put on a factory housing
c) If you can make taillight lenses
Please either reply or send me a message!
__________________
2005 X5 E53, 167k Miles: Kenwood DNX893S Head Unit, Mud Flaps (Rear Only) , Rim Shopping(WIP), Full Spectrum RGB Halos,
Reply With Quote
  #10  
Old 01-26-2023, 11:39 AM
Member
 
Join Date: Mar 2016
Location: Saskatchewan Canada
Posts: 2,053
80stech is on a distinguished road
Why not use the original tails lites? or maybe get a set of replace LED lite assemblies you can play with and still have the originals to put back in? I don't think it would be hard to put some extra bulbs and dividers into the lamp asemblies. I imagine you are going to use the tailgate portion as well? What are you using for a micro controller?

Hey I just realized you are CanBus guy, what happened with that??
__________________
1988 325is (purchased new) sold
2004 X5 3.0 2005 X3 2.5
2008 X5 3.0 (new to me)
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -4. The time now is 12:01 PM.
vBulletin, Copyright 2024, Jelsoft Enterprises Ltd. SEO by vBSEO 3.6.0
© 2017 Xoutpost.com. All rights reserved. Xoutpost.com is a private enthusiast site not associated with BMW AG.
The BMW name, marks, M stripe logo, and Roundel logo as well as X3, X5 and X6 designations used in the pages of this Web Site are the property of BMW AG.
This web site is not sponsored or affiliated in any way with BMW AG or any of its subsidiaries.