Hi. I'm new to Arduino and have a project I'm looking to take analog to digital. I would appreciate advice on what board would work best. Also will I need any additional interfaces to make it work?
I've attached a crude diagram but to try and be clear, it's how I've been controlling my Daytime Running Lights on my car for years. I now want a smaller solution I can adjust.
The 14v VDC on the diagram is provided through a split charge caravan relay. This ensures the DRL are only lit when engines running not on aux power. Relay 1 then powers relay 2&3. The DRLs come on untill the left or right indicator (left R2 right r3) is turned on, this then throws the relay for that side and the capacitor keeps it thrown so the DRL that side stays off for 2 seconds after the final indicator blink then comes back on.
I would like to use Arduino to ditch the relays and perform the following.
- DRL turn on after voltage reaches 14v
- When voltage is received from indicator the DRL on that side is dimmed (preferred) or turned off untill 2 seconds after indicator is cancelled.
- turn DRLs off if dipped beam is turned on.
Thanks for any advice