- #1
- 8
- 0
I am doing a project where I need to control brightness of a led light. according to presence. the brightness can be controlled using pwm but I cannot find a way to do that for high voltage input signals.
I am doing a project where I need to control brightness of a led light. according to presence. the brightness can be controlled using pwm but I cannot find a way to do that for high voltage input signals.
I am doing a project where I need to control brightness of a led light. according to presence. the brightness can be controlled using pwm but I cannot find a way to do that for high voltage input signals.
Are you asking how to convert 0-35V into something like 0-5V ?
Google "Potential Divider"
There are many different types of LED lights. We need to know exactly what type(s) you are using.I need to control brightness of a led light. according to presence.
There are many different types of LED lights. We need to know exactly what type(s) you are using.
We understand PWM.
What do you mean by “presence”? How is that signal received?
The driver circuit of the led light I am currently working on gives a dc output of 35V/0.35A. This goes to light the led's. I want to perform pulse width modulation in between these two steps. So I need some circuitry that can take an input of 35v/0.35A and perform PWM on it which then goes to light the led's at a lower brightness.
Welcome to the PF.
Can you link to the datasheet of the LED light fixture that you are wanting to use? What do you have for a power source that you want to use for the PWM circuit? Will you be doing a high-side drive or a low-side drive of the LED light with your PWM signal?
In addition to the other issues that folks are pointing out in their replies, you may not be able to just put a PWM switch between this power supply and your load. If this power supply is a switching power supply, then in general you cannot be switching its load on and off at high frequency. This can cause instabilities in the control loop of the switched mode power supply, which can cause it to go unstable and overvoltage its output.Hi,
The driver circuit of the led light I am currently working on gives a dc output of 35V/0.35A. This goes to light the led's. I want to perform pulse width modulation in between these two steps. So I need some circuitry that can take an input of 35v/0.35A and perform PWM on it which then goes to light the led's at a lower brightness. I can use another 5V as a power supply but I need pwm signal for the 35V signal. I have been stuck on this step for quite some time now. Can you suggest a way to do this?
The driver circuit is a constant current source.We need to know if the existing driver is a constant current source or a constant voltage source?
You imply constant voltage but are you sure because raw LEDs normally need constant current.
You have a 35 V DC supply and you want to use this to drive LED's .
Just using basic PWM will not solve this problem . Without additional circuitry the LED's could still see 35V peaks and fail rapidly .
Whatever you use has to drop the output voltage to a safe level for the LED's .
There are many ready made modules and many published circuits .
Yes I do get a linear power output from the driver circuit which already exists.In addition to the other issues that folks are pointing out in their replies, you may not be able to just put a PWM switch between this power supply and your load. If this power supply is a switching power supply, then in general you cannot be switching its load on and off at high frequency. This can cause instabilities in the control loop of the switched mode power supply, which can cause it to go unstable and overvoltage its output.
If the source power supply is a linear supply, then you would generally be able to put a PWM switch circuit between its output and the load.