Does PWM save energy? #5914
Replies: 1 comment
-
Posted at 2018-04-04 by @gfwilliams Which board are you using? It depends a bit on the chip you have on it. However one thing you can pretty much always do is Posted at 2018-04-04 by BootySnorkeler I'm using the Pico. Posted at 2018-04-05 by @gfwilliams Ok, so you've got a few options really:
I'm not quite sure what you meant about the potentiometer? If the LEDs all share a common line then you could put that on a potentiometer (or could do a similar thing with a resistor and the Pico) - the brightness would change depending on how many LEDs were on, but it would save a lot of power. Posted at 2018-04-11 by DrAzzy Why not dim the LEDs by using a higher value resistor? A lot of people default a few hundred ohms, when (at least indoors) modern LEDs are plainly visible (although dimmer) with even a 2.2-4.7k resistor in series. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-04-04 by BootySnorkeler
Hey,
I have a very battery-critical project and I want to save energy by dimming a few LEDs whenever I can.
If I use analogWrite() to light the LEDS at half brightness, will it reduce power usage?
What about using a potentiometer?
Beta Was this translation helpful? Give feedback.
All reactions