Hey guys, Restoring a 1977 mini clubman panelvan and am upgrading the lights to led and want to run the front parker lights as DRL as the new headlight inserts have a parker globe inside them but i need a circuit to dim/turn one off when i use the corresponding turn signal on that side. Any help would be greatly appreciated. I can solder and stuff but as for actually what parts i require i have no idea. I like to dabble in lots of things and electronics is just one that i am really new too.
If I am parsing the question correctly, you want to have a light illuminated by default but then turned off when the turn signal is activated?
Probably the easiest way would be to power this light using the normally closed contacts of a relay and then have the relay coil connected in parallel with the signal lamp.
@aaroncake i was thinking that but the drl will flash as the power feeding the relay coil pulses.do you think its possible to use arduino to do this? If so i have some research to do.
Looks fairly simple. There are many ways this can be done.
Descrete gates for example.
But, you will get the lowest component count if you do it in software. The ATTINY84 is a 14 pin DIP offering 12 I/O lines, which could easily handle this.
That circuit is basically what you would want. Just use an 84 instead of an 85 and build 4 opto coupler sections (there is probably even a multi-opto coupler IC). Instead of MOSFETs, just use cheap signal transistors (ie. 2N3904, 2N22222) to switch your headlight relays.