Results 1 to 19 of 19

Thread: Custom Welcome Lights

  1. #1
    Join Date
    Mar 2007
    Location
    Bulgaria, EU
    Posts
    7
    My Cars
    E39 M52

    Custom Welcome Lights

    I want to share with you what I've done with my lights using an IBUS interface and small computer running Linux.

    [ame]http://www.youtube.com/watch?v=bp7JMdVq3L8[/ame]

    The effect lasts for 30 seconds after unlock. All kind of lights and timing can be set. I intend to make a small scheme with microcontroller to do the job.

  2. #2
    Join Date
    Aug 2005
    Location
    Chicago+Burbs
    Posts
    151
    My Cars
    02' 525i, commuter
    Thats some serious ingenuity. I envy you, keep up the good work. Maybe at some point a DIY wtite-up. I know id be ineterested in playin around with something like that.

    1998 323is Avus Blue, ASA AR1 (Staggered!), 3000k HID Fog lights... Custom turbo kit, never tuned or dyno'd. Recently took off the turbo, looking for complete stock-ish exhaust setup (PM Me!) Stock or ebay headers, stock mid-pipe or 325/m3, m3 muffler would be nice.

  3. #3
    Join Date
    Mar 2007
    Location
    Bulgaria, EU
    Posts
    7
    My Cars
    E39 M52
    I will write a short DIY later on what binary commands I send to IBUS to get the lights effect. The difficult part is to program a microcontroller chip to do the job, but I'm almost done with that. On the video the computer is inside the car

  4. #4
    Join Date
    Jan 2008
    Location
    Arida Zona
    Posts
    30,122
    My Cars
    z3
    Or you could just pay for the software and hardware that does it for you...

  5. #5
    Join Date
    Mar 2007
    Location
    Bulgaria, EU
    Posts
    7
    My Cars
    E39 M52
    Quote Originally Posted by E3x4life View Post
    Or you could just pay for the software and hardware that does it for you...
    I made the effect with the lights because I developed my own IBUS framework under Linux. The main purpose of the framework was to make an MP3 CD changer emulation with a computer. I just used my scripts to throw some commands on event. I can do whatever I want with binary commands on the entertainment devices inside the car as long as the light control module.

  6. #6
    Join Date
    Feb 2006
    Location
    Amsterdam, NY
    Posts
    5,629
    My Cars
    97 528i 87 528e 65/74MG
    E-light module does this and comes with handy programing interface to setup your lighting. Neat that you did it at home.
    >'97 528i, 200000 miles, Hella Xenons, 17" Stilauto wheels, Vogtland Drop Springs, Dynomax Race Muffler, Homelink, 540 brake upgrade, 15mm spacers >'65 & '74 MG Midgets BFC OT Lego Club #48 Manual conversion in process!!!



  7. #7
    Join Date
    Mar 2007
    Location
    Bulgaria, EU
    Posts
    7
    My Cars
    E39 M52
    Yes, OK.. I know about eLight module... I've made the video just to share my knowledge with you. On the other hand, do you know how much the eLight module cost, because I can solder that for me within a couple of dollars.

  8. #8
    Join Date
    Mar 2007
    Location
    Atlanta, Georgia
    Posts
    1,236
    My Cars
    E46 M3 Convertible
    Quote Originally Posted by Gemar View Post
    Yes, OK.. I know about eLight module... I've made the video just to share my knowledge with you. On the other hand, do you know how much the eLight module cost, because I can solder that for me within a couple of dollars.

    Very creative! Linux ftw.
    The Ultimate Tanning Machine

  9. #9
    Join Date
    Jan 2010
    Location
    Goodlettsville, TN
    Posts
    636
    My Cars
    02 530i
    Quote Originally Posted by Gemar View Post
    I made the effect with the lights because I developed my own IBUS framework under Linux.
    Very cool. Definitely want the DIY on this.

    Quote Originally Posted by Gemar View Post
    The main purpose of the framework was to make an MP3 CD changer emulation with a computer.
    Now this would be very cool, even more so if you could mimic Ipod controls and make it compatible with the DICE module or be able to display TAG info on the MID. Would love to be able to copy my music library to a solid state drive mounted permanently in the car.

  10. #10
    Join Date
    Jul 2007
    Location
    Costa Rica
    Posts
    6,723
    My Cars
    Blown 528i, KE30, Pathy
    OP: Good job! Go on with the good ideas. Only remember to share when you're done. I'm interested in this since Linux is the thing that puts food on my table.
    Resident Third World Country Advisor

  11. #11
    Join Date
    Oct 2009
    Location
    Morgan Hill
    Posts
    488
    My Cars
    88' M3, 91' M5
    diy please!!! ive been wanting to program my lights since i got my car! and dnt want to cough up that much money for a controller....

  12. #12
    Join Date
    Jun 2007
    Location
    Cuse, NY
    Posts
    5,842
    My Cars
    07/85-535i5 01/99-540i6
    Quote Originally Posted by Gemar View Post
    Yes, OK.. I know about eLight module... I've made the video just to share my knowledge with you. On the other hand, do you know how much the eLight module cost, because I can solder that for me within a couple of dollars.
    FWIW, so far you havent shared anything but a video. Cost part aside, do you really compare soldering to a programmable module that can do so much more? im not being negative, just asking

    p.s. Regardless, good job on the project. This is the exact same lock/unlock light setup I have on my car utilizing the eLight (:
    Last edited by Orxan4ik; 03-23-2010 at 05:41 PM.
    (oOO\(|||)(|||)/OOo) /00=[][]=00\

  13. #13
    Join Date
    Mar 2007
    Location
    Bulgaria, EU
    Posts
    7
    My Cars
    E39 M52
    I can't understand why somebody wants to attach a whole programmable module to the IBUS, while I can just make a simple custom scheme and run it, but this is my opinion.

    So how to proceed with the IBUS. First you should turn on the lights you want to light and send command ''3F 03 D0 0B E7" to read the LCM's IO status. Then the LCM will reply with a command like "D0 23 3F A0 E1 E0 00 10 00 00 02 00 00 A2 00 00 00 00 00 E5 34 00 0A 00 00 00 00 00 00 00 00 00 00 00 00 FD FB". Get the IO status command, switch the place of the first and third byte, set the forth byte to 0C, recalculate the checksum byte at the end like "3F 23 D0 0C E1 E0 00 10 00 00 02 00 00 A2 00 00 00 00 00 E5 34 00 0A 00 00 00 00 00 00 00 00 00 00 00 00 FD CS" and send it back to IBUS. Voila! the command lights up the desired beams for around 6 second, so you have to resend it as much times as you wish to have them lighted.

  14. #14
    Join Date
    Jun 2007
    Location
    Cuse, NY
    Posts
    5,842
    My Cars
    07/85-535i5 01/99-540i6
    Quote Originally Posted by Gemar View Post
    I can't understand why somebody wants to attach a whole programmable module to the IBUS, while I can just make a simple custom scheme and run it, but this is my opinion.
    Because it takes only 15-20 mins to install and a min or two to programm a HUGE combination of any lights.

    Aaaand also because of this

    Quote Originally Posted by Gemar View Post
    First you should turn on the lights you want to light and send command ''3F 03 D0 0B E7" to read the LCM's IO status. Then the LCM will reply with a command like "D0 23 3F A0 E1 E0 00 10 00 00 02 00 00 A2 00 00 00 00 00 E5 34 00 0A 00 00 00 00 00 00 00 00 00 00 00 00 FD FB". Get the IO status command, switch the place of the first and third byte, set the forth byte to 0C, recalculate the checksum byte at the end like "3F 23 D0 0C E1 E0 00 10 00 00 02 00 00 A2 00 00 00 00 00 E5 34 00 0A 00 00 00 00 00 00 00 00 00 00 00 00 FD CS" and send it back to IBUS. Voila! the command lights up the desired beams for around 6 second, so you have to resend it as much times as you wish to have them lighted.
    (oOO\(|||)(|||)/OOo) /00=[][]=00\

  15. #15
    Join Date
    Mar 2010
    Location
    Finland
    Posts
    47
    My Cars
    E39 540i/6
    This is great. I like it, good job.

  16. #16
    Join Date
    Dec 2004
    Location
    Milwaukee, WI
    Posts
    1,336
    My Cars
    '01 525i, 93 MX-5 autox
    awesome!
    KEVIN
    BMW CCA # 416146

    Current 2001 525i-5 / 234,000 Miles
    ///M Weighted Shift knob.
    CD43 with AUX retrofit + Bluebus
    Auto Dimming Mirror upgrade
    H&R Sport / Koni STR.T
    OEM Xenon HID Retrofit


    The Ex- 2000 540i-6 / 82,xxx miles to 186,xxx miles
    CDV Free, 545i Shifter and ///M Weighted Shift knob.
    Member of DSC Module Failure Club $$

  17. #17
    Join Date
    Feb 2010
    Location
    Phoenix, AZ
    Posts
    24
    My Cars
    Black '98 528i
    it's always good to see some custom work on here.

    there's way too much emphasis on OEM in my opinion.

  18. #18
    Join Date
    Sep 2012
    Location
    Bavaria
    Posts
    1
    My Cars
    E39 525d Touring 2003
    Hey! Can you tell me how to code the flash-light-sequence from the video to my E39? Usually I'm coding by NCS. But here I couldn't realise it.

    I tried Navcoder now.
    The LCM-promt command didn't show up a return message. I tried sending code from post "3F 23 D0 0C E1 E0 00 10 00 00 02 00 00 A2 00 00 00 00 00 E5 34 00 0A 00 00 00 00 00 00 00 00 00 00 00 00 FD CS" via Navcoder, but the result was pretty poor. LWR-movement und lighting angel eyes only.

    Hope you can help me! I would like my car to get illuminated as in the video by unlocking remote.

    You can contact me via fd_brandmeister@hotmail.com, too.
    Last edited by FlightMedic; 09-23-2012 at 07:30 AM.

  19. #19
    Join Date
    Jul 2012
    Location
    Dublin/Ireland
    Posts
    1,193
    My Cars
    With wheels
    Quote Originally Posted by FlightMedic View Post
    Hey! Can you tell me how to code the flash-light-sequence from the video to my E39? Usually I'm coding by NCS. But here I couldn't realise it.

    I tried Navcoder now.
    The LCM-promt command didn't show up a return message. I tried sending code from post "3F 23 D0 0C E1 E0 00 10 00 00 02 00 00 A2 00 00 00 00 00 E5 34 00 0A 00 00 00 00 00 00 00 00 00 00 00 00 FD CS" via Navcoder, but the result was pretty poor. LWR-movement und lighting angel eyes only.

    Hope you can help me! I would like my car to get illuminated as in the video by unlocking remote.

    You can contact me via fd_brandmeister@hotmail.com, too.
    Get a ilight or elight module, code it the way you want, sniff the bus with navcoder, but the code in your inexpensive module, sell you ilight (uk made) or elight (german made) locally. You a winner now.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •