Skip to content

Controlling a large number of LEDs with multiple shift registers.

Notifications You must be signed in to change notification settings

aaronlutz/arduino-shift-registers-rgb-led

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Controlling RGBs LEDs with an Arduino and Shift Registers

May 17th 2019

  • Second attempt at PWM
  • Debugging to this point was a pain in the neck
  • It was so satisfying when it finally worked

image

May 17th 2019

  • First attempt at PWM
  • That's not quite right...

image

May 15th 2019

  • Project Added to GitHub
  • Able to control RGB LEDs through multiple shift registers
  • Shift Registers output HIGH or LOW
  • Limited to 8 possible colors/states for each LED
    • Teal
    • Pink
    • Yellow
    • Blue
    • Green
    • Red
    • White
    • Off
  • The shift registers I have don't natively support pulse wave modulation (PMW)
  • I plan to add PMW to open up the full RGB colors space

Current Setup

image

May 15th

Function

gif

April 16th

About

Controlling a large number of LEDs with multiple shift registers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages