Maker Pro
Maker Pro

Programming LEDs individually

dblackard59

Feb 1, 2023
2
Joined
Feb 1, 2023
Messages
2
I want to turn on 1 or 2 LEDs at a time very slowly. Is that possible?
If yes, please recommend the best PC software to do that.
Thanks for any help.
 

Harald Kapp

Moderator
Moderator
Nov 17, 2011
13,194
Joined
Nov 17, 2011
Messages
13,194
Possible? Yes!
I don't know about a PC software. Usually it's done by a microcontroller, e.g. an Arduino.
Either by using PWM or by using adressable LEDs (e.g. WS2812B).
Heaps of tutorials on either of these techniques is available on the internet. Would you be comfortable with programming an Arduino?
 

dblackard59

Feb 1, 2023
2
Joined
Feb 1, 2023
Messages
2
Possible? Yes!
I don't know about a PC software. Usually it's done by a microcontroller, e.g. an Arduino.
Either by using PWM or by using adressable LEDs (e.g. WS2812B).
Heaps of tutorials on either of these techniques is available on the internet. Would you be comfortable with programming an Arduino?
Thanks for your help. I have worked with Arduino. I will investigate.
 

danadak

Feb 19, 2021
417
Joined
Feb 19, 2021
Messages
417
Here is a simple programmable timer application you might consider :


High power LEDs ?


Regards, Dana.
 
Last edited:

bidrohini

Feb 1, 2023
100
Joined
Feb 1, 2023
Messages
100
I want to turn on 1 or 2 LEDs at a time very slowly. Is that possible?
If yes, please recommend the best PC software to do that.
Thanks for any help.
You can do this task with an Arduino and 2 LEDs. You will need to connect the two LEDs with 2 PWM pins.
 
Top