3400+ LED display - Wiring question..

Status
Not open for further replies.

doorless

Member
Hello

I'm building a custom video display using a Teensy 3.1 + OctoWS2811 adapter to control 24 strips of 145 WS2812B LEDs,

Total LEDs - 3480

Each 3 strips are daisy-chained together to form one group, and each group is connected to one of the eight LED outputs on the Octo adapter.

On my first attempt, the first strip of each output worked OK but the second and third strips go haywire and blink uncontrollably.
I posted a diagram of the wiring i'm using, I have a feeling this has something to do with the ground wires somewhere..

As shown in my wiring diagram, i didn't chain the grounds at the end of each strip to the next (like i did with the data cables), each strip gets a ground at the beginning only.
I also didn't connect a ground or +5V power directly to the Octo, it's powered and controlled using the USB jack and it's connected to the LEDs using the two CAT 6 jacks.


Anyways, what should i change / do ? What are the 'rules' for wiring ground wires with addressable LEDs?
Thanks!
 

Attachments

  • Wiring Diagram.jpg
    Wiring Diagram.jpg
    158.7 KB · Views: 4,501
You probably need to feed power to both sides of each LED strip.

Of course, try with just one group of 3 strips first, to see if it makes a big difference.
 
Thanks!
What about the grounds? I didn't chain the grounds at the end of each strip to the next (like i did with the data cables), Should I?
What about adding a +5V and ground directly to the Octo?
 
The system works !
https://www.youtube.com/watch?v=G5PR7MRMI7M

short story:
Use wide wires to avoid voltage drop across them. Follow AWG standard.
The LEDs did not receive enough Volts when the animation is bright. Reducing video brightness stabled the system.

long story:
We measured the voltage across the wires (which should have been wider based on AWG calculations) and ran few tests programs (Black, Red, Green, Blue and White).
The system wires took some of the voltage and apparently much more than it should.
When running 1200 leds in bright colors the leds started to go crazy and blink randomly.
When running 1200 leds in a less bright colors the leds were stable and the animation was smooth.
solution:
1. Replace some of the wiring to wider cables.
2. Increased the PSU output voltage from 5 to its maximum which was 5.4 (using its internal Adjust screw button).
3. Reduce the brightness of the video output. Above certain brightness, the system becomes unstable and leds blinks randomly.
 
Yup, delivering so much power to so many LEDs is tough. Glad you got it working.

It's always awesome seeing thousands of LEDs!
 
Last edited:
I have arround 2000 LEDs for my tree (18 stands by 75 LEDs) and some other elements connected to one PSU 5V/60A ane controlled by Teensy 3.2 and FPP on RPi3.
While Tree is working fine, other elements wasn't working good at all.
By reading this post, I'm thinking, that level shifter is one of the thinks, which I really need to drive my show perfectly.
As this year is too late for me to order and rework whole setup, I've tried to lover down the voltage on my PSU to 4,3V, which is minimum, to be closer to program voltage level (3,3V).
this solver all my problems.
Of course, if I would like to set brightnes to higher level, it might not work, but for my setup, where I'm triing to be on the same brightness as my neighbour, who is using "just some basic christmass" strips, my brightness is set on the nevest FPP to max.:10
Total energy consumption of arround 2000 LEDs is 25W, when all of them are on white.
 
Status
Not open for further replies.
Back
Top