Theory (PWM) | Arduino Lesson 3. RGB LEDs

Skip to main content Arduino Lesson 3. RGB LEDs Theory (PWM)
  • Overview
  • Parts
  • Breadboard Layout
  • Colors
  • Arduino Sketch
  • Using Internet Colors
  • Theory (PWM)
  • Other Things to Do
  • Single page
  • Feedback? Corrections?
  • Text View
Groups
  • Learn Arduino
Featured Products view all
  • Angled shot of a Adafruit METRO 328 Fully Assembled Adafruit METRO 328 Fully Assembled - Arduino IDE compatible Out of Stock
  • Angled shot of Premium Male/Male Jumper Wires - 40 x 6 (150mm) Premium Male/Male Jumper Wires - 40 x 6" (150mm) Out of Stock
  • Angled shot of half-size solderless breadboard with red and black power lines. Half Sized Premium Breadboard - 400 Tie Points $4.95 Add to Cart
  • Single diffused LED with four legs, Diffused RGB (tri-color) LED $2.00 Add to Cart
121 Beginner Skill guide 💕 1

Theory (PWM)

Pulse Width Modulation (or PWM) is a technique for controlling power.  We also use it here to control the brightness of each of the LEDs. The diagram below shows the signal from one of the PWM pins on the Arduino. learn_arduino_how_pwm_works.jpg Roughly every 1/500 of a second, the PWM output will produce a pulse. The length of this pulse is controlled by the 'analogWrite' function. So 'analogWrite(0)' will not produce any pulse at all and 'analogWrite(255)' will produce a pulse that lasts all the way until the next pulse is due, so that the output is actually on all the time.If we specify a value in the analogWrite that is somewhere in between 0 and 255 then we will produce a pulse. If the output pulse is only high for 5% of the time then whatever we are driving will only receive 5% of full power. If however the output is at 5V for 90% of the time then the load will get 90% of the power delivered to it. We cannot see the LEDs turning on and off at that speed, so to us, it just looks like the brightness is changing. 

Page last edited October 02, 2012

Text editor powered by tinymce.

Using Internet Colors Other Things to Do Related Guides Nokia 5110/3310 Monochrome LCD By lady ada beginner 20mm LED Pixels By Phillip Burgess beginner Arduino Lesson 1. Blink By Simon Monk beginner 3D Printed Animatronic Robot Head By Rick Winscot beginner Memories of an Arduino By Bill Earl beginner Adafruit Ultimate GPS By lady ada beginner 2.8" TFT Touchscreen By lady ada beginner Ladyada's Learn Arduino - Lesson #1 By lady ada beginner Collin's Lab: MIDI By Collin Cunningham beginner Arduino Lesson 14. Servo Motors By Simon Monk beginner Adafruit PCA9685 16-Channel Servo Driver By Bill Earl beginner Cloud Thermometer By Tony DiCola beginner Arduino GPS Clock By Tony DiCola beginner Arduino Lesson 0. Getting Started By Simon Monk beginner Adafruit VS1053 MP3/AAC/Ogg/MIDI/WAV Codec Breakout... By Bill Earl beginner
Create Wishlist
× Title Description Close Search Search
Categories

Tag » Arduino Pwm Led Rgb