element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum WS2812B cable runs
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 5 replies
  • Answers 2 answers
  • Subscribers 391 subscribers
  • Views 1189 views
  • Users 0 members are here
Related

WS2812B cable runs

wallarug
wallarug over 10 years ago

Hey,

 

I was wondering if anyone here knows any of the below relating to WS2812B LED chips?

  1. Maximum length of cable:
    1. Between the first LED and the signal source
    2. Between other pixels
  2. Best type of cable (single core/multistrand) for data signal
  3. AWG of cable.

 

Any comments would be appreciated.

 

Thank you.

  • Sign in to reply
  • Cancel

Top Replies

  • Robert Peter Oakes
    Robert Peter Oakes over 10 years ago +1 suggested
    There are two types of cable required for this and part of this depends on how your going to wire up the leds and how many in a strip each LED will consume about 60mA at 5V (3 leds per chip at 20mA each…
  • gadget.iom
    0 gadget.iom over 10 years ago

    According to this data sheet you can have upto 5m between pixels: http://www.seeedstudio.com/document/pdf/WS2812B%20Datasheet.pdf

    20 AWG wire appears to be commonly supplied with these modules.

    Single core/muti-strand appears to be a topic of personal preference.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 10 years ago

    There are two types of cable required for this and part of this depends on how your going to wire up the leds and how many in a strip

     

    each LED will consume about 60mA at 5V (3 leds per chip at 20mA each running from 5V supply) so 100LEDS will consume about 6 Amps if full on white, thats a lot of current to go down a single wire and you will find that the LEDS at the end will be dimmer that those at the beginning as there will be a voltage drop along the power wires so you need to break up the power distribution into smaller sets of say 30 LEDs.

     

    You can still run the data line from a single pin of the controller as each LED will buffer the data to the next LED and you can chain upto about 1000 LEDs and still get a refresh in excess of 50 times per second

     

    you do not need resistors for these as they have constant current regulators built in but it is essential that you put in the decoupling capacitors for at least every other LED if there close together or every LED if further apart. If your buying the Strips already made up then this is already done for you, just run seperate power to each strip, and daisy chain the data if you want it all from a single pin

     

    Hope this helps

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • wallarug
    0 wallarug over 10 years ago in reply to Robert Peter Oakes

    Thank you for your replies.

     

    To be a little more specific:

    • There will be 85 WS2812B LEDs
    • Each single WS2812B LED will be separated by 500 mm of cable (yes - I am cutting them up).

    So for powering them, I could run 5V:

    1. to each individual one without using the pass-through on the LED module
    2. just wire them normally using the pass-through
    3. a combination (as suggested by P.Oakes)
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gadget.iom
    0 gadget.iom over 10 years ago in reply to wallarug

    The WS2812B chips I am looking at don't appear to have power pass-through connections. Do you have a make/model of the units you are thinking of using?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gadget.iom
    0 gadget.iom over 10 years ago in reply to Robert Peter Oakes

    Peter Oakes wrote:

     

    each LED will consume about 60mA at 5V (3 leds per chip at 20mA each running from 5V supply) so 100LEDS will consume about 6 Amps if full on white, thats a lot of current to go down a single wire and you will find that the LEDS at the end will be dimmer that those at the beginning as there will be a voltage drop along the power wires so you need to break up the power distribution into smaller sets of say 30 LEDs.

     

     

    Good point image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube