Questions tagged [pwm]

Pulse-width modulation, is varying the duty cycle of a rectangle wave, usually with a constant frequency.

PWM is often used to control continuously varying power. Because the switching device (often a MOSFET) switches between fully off and fully on it dissipates little power (in the off-state the current is near-zero, in the on-state voltage is near-zero). If the switching frequency is high enough the load will only see the average level, which can be varied between minimum and maximum by changing the duty cycle from 0 % to 100 %.

PWM can also be used to create an analog voltage from a digital device, like a microcontroller. In that case the PWM output must be filtered by a low-pass filter to remove the switching frequency, and only retain the DC component.

Further reading
Filtering PWM Signals

2846 questions
28
votes
6 answers

How to choose right PWM frequency for LED?

I want to control LED's brightness with PWM (via BJT transistor). What frequency of PWM should I choose?
user54579
19
votes
5 answers

What is the simplest way to generate PWM without a Microcontroller?

What is the fast and elegant way to generate PWM without a Microcontroller to control a servo motor? With potentiometer or other ways to control the duty cycle with fix period. sorry about the mess, I want to control a hobby servo.
pstan
  • 921
  • 2
  • 10
  • 18
7
votes
3 answers

PWM to vary the light intensity of a 220V bulb

How is it possible to construct a "light intensity varier" (increse/decrease lighting) of a 220V bulb using pwm? The main requirement is to make use of pwm I was thinking of this connection: 220V mains --> rectifier --> smoothing --> regular (to…
Neigyl Noval
  • 514
  • 3
  • 8
  • 17
7
votes
1 answer

What is PWM Dead Band and when should I use it?

I'm having trouble understanding this concept, here is what the documentation in my microcontroller says about it: dead bands are defined as the number of PWM clock ticks from the rising or falling edge of the generator’s OutA signal. Google…
tgun926
  • 2,766
  • 12
  • 37
  • 59
6
votes
3 answers

PWM output power

I was learning about PWM circuits and something confused me: If you have 1V going into a 1 ohm load for 1 hour we would get: 1V * 1A * 1 Hour = 1 Watt Hour If you have 1V going into a 1 ohm load for 30 minutes we would get: 1V * 1A * .5 Hours = .5…
Evan
  • 63
  • 1
  • 4
5
votes
2 answers

What are the advantages of an ESC over a PWM?

I'm building an octocopter, and can't quite understand what an ESC (electronic speed controller) is used for. A brushless outrunner motor has three cables. Is there one common ground, one power supply (DC) and one cable to communicate with the…
Friend of Kim
  • 441
  • 2
  • 7
  • 12
4
votes
2 answers

Reducing 8..32V PWM to 5V PWM

I'm a controls engineer specialising in PLC programming. I have a basic understanding of electronics, but I would like to get better and start making some integrated circuit boards for projects. This project: Take a PWM output of a PLC and display…
John
  • 41
  • 1
4
votes
11 answers

Can I connect 12V halogen bulb to a 60V battery?

The car halogen headlight is rated at 12V 100W. Will it be okay if I connect it to 60V dc supply, and using pwm make sure the average power doesn't exceed 100W? Context: I have just built a pwm hobby circuit using Arduino+irf540 MOSFET, which I…
across
  • 1,150
  • 12
  • 26
4
votes
5 answers

Do PWM solar controllers increase current?

There are two kinds of solar charge controllers. PWM does simple pulse width modulation to limit intake voltage (E.g. 18V) to that appropriate for battery charging (e.g. 14V). The only thing it considers is correct battery voltage. MPPT…
4
votes
2 answers

Amplify PWM Signal from exactly 0-3.3V to 0-5V

I am converting a chinese lasercutter to be controlled using a Smoothieboard. The PSU is controlled by a TTL High / Low to "arm" the laser as well as several safety measures. When the laser is armed, the power is controlled by a PWM signal. This PWM…
Peter
  • 51
  • 1
  • 5
3
votes
2 answers

How to add duty cycle on a PWM signal

Here the situation. I have 2 fans controlled by 1 PWM signal. Works perfectly like that. Now, I want to trick one to be always 40% ahead of the other (and mechanically, have a minimum speed of 40%). so for instance : PWM signal is 20% : Fan 1 goes…
Memes
  • 739
  • 1
  • 6
  • 11
3
votes
1 answer

0 to 15V PWM Signal method

I need to generate 0-15V output PWM singal ( max out put current is 4.5 mA only), using micro controller PWM feature. I observe one Design by using Two Transistor(PIC 1) ,I don't why two transistor needed for this , I think this can be done by sigle…
Bharav
  • 782
  • 2
  • 7
  • 21
3
votes
7 answers

Dedicated 6 channel PWM controller

I'm looking for an IC that will give me a minimum of 6 independent PWM channels for motor control, preferably with an SPI interface but this isn't critical. My micro will be busy with floating point calculations etc so I don't want to risk tying it…
s3c
  • 2,525
  • 2
  • 22
  • 31
2
votes
1 answer

Problem with faulty treadmill PWM controller

I am trying to repair a treadmill PWM controller board. The power MOSFET (IXTH13N110) is burned out completely with all 3 pins are shorted, and as it's a bit expensive, I can't risk to replace it and test. I removed the burned out MOSFET and checked…
Ali
  • 135
  • 5
2
votes
2 answers

PWM rise and fall time, frequency and duty cycle setting to control voltage using a MOSFET

I'm designing a circuit to control voltage between 2.8 and 4.0 volts using a PWM and 3 DMN1019USN-13 MOSFETs in parallel (to handle the load current), the PWM square wave will be low level 0v and height level 3.0v.. The load is a resistive heater…
Mohamed Sayed
  • 51
  • 1
  • 6
1
2 3 4 5 6