I have been tasked in making a replica of the Le Mans starting lights. It will consist of four 240v bulbs behind lenses in a single row of red, red, red, green. The client would like them to be all on then with a remote button press, it sequence 1, 1+2, 1+2+3, 4 like the start of a race.
So far what I have come up with is potentially using a relay board to the 4 bulbs. An Arduino to that board to sequence the lights with a button to activate it. A 2Ch RF remote with button 1 for turning everything on or off and button 2 to start the sequence.
Problems I've come across so far are:
The receiver is 12V but the Arduino is 5v (know they can take 12v on the VCC but they get hot and this might be in direct sun, all day, in a box and it CANNOT break down) So I thought a DC-DC buck converter would fix that?
The receiver can be latch type, momentary or toggle but do I not need toggle for the power on/off and momentary to the Arduino to activate the sequence. Also the signal would be 12V and it needs to be 5V for an Arduino?
I would really appreciate some ideas or suggestions because I just do not know the best way to go about this!
Many thanks in advance.
So far what I have come up with is potentially using a relay board to the 4 bulbs. An Arduino to that board to sequence the lights with a button to activate it. A 2Ch RF remote with button 1 for turning everything on or off and button 2 to start the sequence.
Problems I've come across so far are:
The receiver is 12V but the Arduino is 5v (know they can take 12v on the VCC but they get hot and this might be in direct sun, all day, in a box and it CANNOT break down) So I thought a DC-DC buck converter would fix that?
The receiver can be latch type, momentary or toggle but do I not need toggle for the power on/off and momentary to the Arduino to activate the sequence. Also the signal would be 12V and it needs to be 5V for an Arduino?
I would really appreciate some ideas or suggestions because I just do not know the best way to go about this!
Many thanks in advance.