Maker Pro
Maker Pro

LED 1 input 2 output

amachold

Jun 12, 2024
1
Joined
Jun 12, 2024
Messages
1
Im trying to find a module that controls two different led pods with only one input. so there would be one 12v input and a timer for 5 seconds or so so you turn the switch on and one led turns on and then you turn it off and back on in under five seconds and it turns on the other led and if you turn it off and keep it off for a long enough time it resets to the original led. let me know if you guys find anything, this is for automotive accessory lighting by the way. specifically led pods, thanks
 

Bluejets

Oct 5, 2014
7,057
Joined
Oct 5, 2014
Messages
7,057
Are these LED "pods" something from your imagination ?
Otherwise please show some specs/details on them.
 

Ahmed456781

May 7, 2024
3
Joined
May 7, 2024
Messages
3
Im trying to find a module that controls two different led pods with only one input. so there would be one 12v input and a timer for 5 seconds or so so you turn the switch on and one led turns on and then you turn it off and back on in under five seconds and it turns on the other led and if you turn it off and keep it off for a long enough time it resets to the original led. let me know if you guys find anything, this is for automotive accessory lighting by the way. specifically led pods, thanks
Got it.
You're looking for a module that can control two LED pods with just one input, switching between them based on a timer. This is a common need in automotive accessory lighting. I'll search for some options and let you know what I find.
Thank you.
 

AnalogKid

Jun 10, 2015
2,925
Joined
Jun 10, 2015
Messages
2,925
After the second LED is on, what happens if the switch is toggled again in under 5 seconds? Does the circuit revert to LED #1, or does it stay on LED #2?

ak
 

danadak

Feb 19, 2021
797
Joined
Feb 19, 2021
Messages
797
One possibility using mBlock on a ATTINY85 or Arduino Nano board.

Starting possibility :

1718320587771.png

mBlock converts your block design to Arduino Code.

Rough proto-

1718320641005.png


Regards, Dana.
 
Top