![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
BMW Garage | BMW Meets | Register | Today's Posts | Search |
![]() |
![]() ![]() |
BMW 3-Series (E90 E92) Forum
>
HID Angel Eyes for $40 - completely PnP (HID vendors will hate me!)
![]() |
![]() |
12-15-2011, 12:51 PM | #24 | |
Banned
![]() 263
Rep 7,089
Posts
Drives: '06 AW 330xi
Join Date: Mar 2009
Location: North Jersey/Philly/NYC
|
Quote:
Many halogen fixtures have a PWM signal on the power line to control the output of the halogen bulb. This PWM signal will kill HID ballasts because the signal outputs a square wave to control the bulb's brightness..... basically it turns the bulb on and off rapidly. So fast, you cannot see it. But the ballast does and they are affected by this....this is why sometimes people get flickering HIDs. The PWM frequency is slow. A faster PWM frequency will allow the ballast it ignite the bulb initially, but then sometimes it will shut off. When the PWM frequency is set to the fastest setting, the ballast will act like it's operating normally, but in reality, the componets inside are seeing constant fluctuations in voltage....it doesn't help that the car's electrical system is very noisy either. This is where coding comes in. You can code the car to xenon which will eliminate that PWM signal. Now I'm not sure how the OP's setup is going to last since you can't remove the PWM signal from the angel eyes....at least to my knowledge. He coded out the errors in step 7, disabled the "soft illumination" feature (which is most likely a PWM signal) in step 6, and disabled the dimming (also a PWM signal, it's in the code name) in step 8. But nothing was done for the way it lights the bulb continuously....again I'm not sure if you can code angel eyes to xenon. I do know you can alter that PWM frequency so that the PWM signal is so fast, fluctuations in voltage are minimized, but that just hides the problem and a ballast failure in inevitable. It can be a week or 6 months before the ballast fails, but it will ultimately fail. Also OP, the reason why other setups have a wire going out of the housing is because they most likely are grabbing power directly from the battery or another 12v source that does not have a PWM signal on it. Then a relay is used to light the ballast, triggered by the existing angel eye power wire, and powered by the external 12v source. Last edited by fdriller9; 12-15-2011 at 01:00 PM.. |
|
Appreciate
0
|
12-15-2011, 12:52 PM | #25 | |
![]() 3482
Rep 79,210
Posts
Drives: C6 Z06, 09 335i, 10 335xi
Join Date: Dec 2008
Location: www.TopGearSolutions.com
|
Quote:
|
|
Appreciate
0
|
12-15-2011, 12:54 PM | #26 | |
![]() 3482
Rep 79,210
Posts
Drives: C6 Z06, 09 335i, 10 335xi
Join Date: Dec 2008
Location: www.TopGearSolutions.com
|
Quote:
![]() |
|
Appreciate
0
|
12-15-2011, 01:04 PM | #28 | |
![]() 3482
Rep 79,210
Posts
Drives: C6 Z06, 09 335i, 10 335xi
Join Date: Dec 2008
Location: www.TopGearSolutions.com
|
Quote:
Oh and just for the record those PNP kits are not better on quality. These use the same cheap components too. People are better off purchasing a high quality kit, and coding if they want the best of the best. Last edited by Jeff@TopGearSolutions; 12-15-2011 at 01:11 PM.. |
|
Appreciate
0
|
12-15-2011, 01:04 PM | #29 | |
Frequent Flyer
52
Rep 415
Posts |
Quote:
Yep - I know about PWM manipulation. Glad you do too ![]() |
|
Appreciate
0
|
12-15-2011, 01:04 PM | #30 | |
Banned
![]() 263
Rep 7,089
Posts
Drives: '06 AW 330xi
Join Date: Mar 2009
Location: North Jersey/Philly/NYC
|
Quote:
Give my last post a read. You may want to rewire the ballast or at least raise the PWM frequency. |
|
Appreciate
0
|
12-15-2011, 01:07 PM | #31 |
Banned
![]() 263
Rep 7,089
Posts
Drives: '06 AW 330xi
Join Date: Mar 2009
Location: North Jersey/Philly/NYC
|
|
Appreciate
0
|
12-15-2011, 01:10 PM | #32 | |
Lieutenant Colonel
![]() 242
Rep 1,857
Posts |
Quote:
You can code the car to increase the PWM duty cycle to 100%. It requires one more step which involves coding non-standard variables into the NETTODAT file. It's not hard. I found that disabling the dimming was enough for the ballast to work. However, if people have concerns about running them at 80% duty cycle, I will gladly provide information on how to completely disable the PWM for the angel eyes (100% duty cycle) - it takes 3 more minutes.
__________________
![]() |
|
Appreciate
0
|
12-15-2011, 01:13 PM | #33 |
Lieutenant Colonel
![]() 242
Rep 1,857
Posts |
This was posted on the bmw coding forum and also reposted several times here:
Basically read your NFRM/FRM. Then take the NETTODAT file and make a copy to compare from. Now change the AE wert_06 or whatever it is and change it to wert_01 and recode the car. Now read the module again and compare this NETTODAT file to the last. You'll find 2 bytes (values) that changed. Then you change them: 00 10 --> [0,0V] 55 05 --> [5,95V] DD 05 --> [6,6V] 21 06 --> [6,9V] 10 09 --> [10,2V] F4 09 --> [11,2V] D7 0A --> [12,2V] 49 0B --> [12,7V] 8D 0B --> [13,0V] BB 0B --> [13,2V] FF 0B --> [13,5V] 2C 0C --> [13,7V] 38 0E --> [16,0V] Save this NETTODAT and recode using the NETTODAT instead of the normal MAN file. Once you get over the battery voltage - the pwm is effectively disabled.
__________________
![]() |
Appreciate
0
|
12-15-2011, 01:32 PM | #35 |
Lieutenant Colonel
![]() 242
Rep 1,857
Posts |
Yea, that would work if you're concerned about UV. Although our lights come with HID from the factory, so I would think that the plastic is capable of handling the UV.
__________________
![]() |
Appreciate
0
|
12-15-2011, 01:48 PM | #36 | |
![]() 3482
Rep 79,210
Posts
Drives: C6 Z06, 09 335i, 10 335xi
Join Date: Dec 2008
Location: www.TopGearSolutions.com
|
Quote:
The AE is more sensitive to UV then other parts of the housing since its a fiber optic. |
|
Appreciate
0
|
12-15-2011, 01:52 PM | #37 |
Lieutenant Colonel
![]() 242
Rep 1,857
Posts |
Yea, you're probably right about that. But still, the fact remains that no one has actually posted pictures of their e9x angel rings discoloring - until that happens we can't say for sure that this will ever be an issue.
__________________
![]() |
Appreciate
0
|
12-15-2011, 04:33 PM | #38 |
Banned
![]() 263
Rep 7,089
Posts
Drives: '06 AW 330xi
Join Date: Mar 2009
Location: North Jersey/Philly/NYC
|
Ahhh!!! You know what I just realized? On the E90 there is a glass piece that sits in between the bulb and the ends of the rings. That is probably a UV filter....I don't think anyone knew what that was.
I've never seen the inside of the E92 angel eye sockets but there must be something similar. I don't see why they would do this on one model and not the other. If nothing was removed, then it's probably built in and not removable or something. |
Appreciate
0
|
12-15-2011, 04:57 PM | #39 | |
![]() 3482
Rep 79,210
Posts
Drives: C6 Z06, 09 335i, 10 335xi
Join Date: Dec 2008
Location: www.TopGearSolutions.com
|
Quote:
![]() Just do a search and you will see a lot of them failing. One local I know here had his Alpine kit fail within a couple months. |
|
Appreciate
0
|
12-15-2011, 07:45 PM | #40 |
Major
![]() ![]() 53
Rep 1,357
Posts
Drives: '08 e92 335i COBB 4.01 Stage 1
Join Date: Aug 2008
Location: Bay Area, CA (Alameda)
|
I bought the Alpine HID angel eye kit. It does look like the outer ring is more yellowish than the inner rings, and it has been like that since day one. I was explained from some members, including the guy from OSS, that the color would be a bit yellowish because of the fiber optics. I'm not sure if this is the discoloration you are referring too. You are also the first person to say something regarding UV output.
|
Appreciate
0
|
12-15-2011, 08:23 PM | #42 | |
![]() 3482
Rep 79,210
Posts
Drives: C6 Z06, 09 335i, 10 335xi
Join Date: Dec 2008
Location: www.TopGearSolutions.com
|
Quote:
My Angel eye rings are very clear no yellow whatsoever so it begs the question if the hid bulbs did it or just the sun. My car is garage kept and fairly new. |
|
Appreciate
0
|
12-15-2011, 08:48 PM | #43 | |
Lieutenant Colonel
![]() 242
Rep 1,857
Posts |
Quote:
When the lights are off, they should look the same.
__________________
![]() |
|
Appreciate
0
|
12-15-2011, 09:13 PM | #44 | |
Banned
![]() 263
Rep 7,089
Posts
Drives: '06 AW 330xi
Join Date: Mar 2009
Location: North Jersey/Philly/NYC
|
Quote:
I thought they were both acrylic light pipes? I think it just has to do with the fact that the light for the outer ring enters at a different angle and the bends in the light pipe (and further distance it has to travel) decreases light output. EDIT: The outer ring has a weird design. This picture is also misleading because light doesn't leave the front of the rings. It is reflected off the polished front and escapes out the back. The ridges act as a diffuser and "glow" when light escapes. This is why it's so hard to get daytime visibility.....because the actual light rays escape from the back of the rings, not the front. Last edited by fdriller9; 12-15-2011 at 09:27 PM.. |
|
Appreciate
0
|
![]() |
Bookmarks |
|
|