Menu

QuinLED-Dig-Uno Pinout Guide

QuinLED-Dig-Uno v2r5+
QuinLED-Dig-Uno board v3 has been released, please go here

There is also an updated wiring guide here!

L1_D and L1_C are only usable as outputs since the Level Shifter is unidirectional. The Dedicated GPIO’s are usable as inputs or outputs.

–Update 2019-09-18 + 2020-09-06

Two issues have come to light using the ESP32 Mini version

  • Using the ESP32 version the GPIO2 pin is connected to the onboard LED, the pin on the QuinLED-Dig-Uno with an ESP32 Selection 2 with the jumper is connected to GPIO16 instead!
  • Next to this using an ESP32 also re-arranges the IO1 selection, this becomes GPIO3! 
    • To make an ESP32 module work with APA102 for instance you need to use
      •  #define CLKPIN 3
         #define DATAPIN 16

–update 2019-11-13

  • There is a silkscreen misprint on the v2r5 version. The 3.3v and GND for Q4 and Q3 are switched. The actual order is 5v, GND, 3v3, Q4, Q3. This will be fixed in a later revision!

Software used

The reason for exposing three LED output pins is because different software uses different pins (especially relevant on the ESP8266). To keep this board compatible with as many different Addressable LEDs standards out there I chose to implement the jumper so the correct output can be selected. If you are using a QuinLED-Dig-Uno this only needs to set once depending on the software and/or library you use and the method of driving the LEDS.

L1_D

ESPhome uses GPIO3 with FastLED and you need to set the jumper to the right position

ESPPixelStick and WLED use GPIO2 and you need to set the jumper to the left position

L1_C

Always tied to GPIO1 (mostly used to SPI based LED strip)

 

Wiring Guide

Wiring LED strip seems simple but becomes more complex the longer the length becomes. The QuinLED-Dig-Uno has been designed to try and make cabling easy for small to medium installations. It does this by allowing you to run a pretty high amount of current through the board instead of having to run positive and negative wires separately. If you wish to run larger wattages (100w+ sustained), running separate power wires is still very much advised!

The QuinLED-Dig-Uno board allows you to either use a ESP8266 or ESP32! Although that gives you a lot of flexibility, it does make selecting the right pins a bit harder, hopefully the above diagram clears that up!

Also the board is 5v and 12v compatible. Although this doesn’t make a difference in wiring it up it can make a difference in designing your LED install. Generally speaking 12v Digital LED strip can be run in longer lengths and with more LEDs without suffering as much voltage drop as their 5v counter parts.

Make sure to also check out the following pages, QuinLED-Dig-Uno power limits.  Also, make sure to check out the wire thickness needed page to determine what thickness cable you require for your desired lengths and application! Also remember to provide proper cooling for your LED strip although with Digital LED strip it is very dependant on what is going to be displayed, random color don’t generate too much heat but sustained white output will quickly burn up your LEDs!

Digital DATA Signal

Different then with analog LED strips, digital LED strips have a voltage +, – but also a data signal or even a clock and data signal wire. The thing to remember about these is that while power can travel both ways, the data and clock signals can only follow the arrows on the strip and thus are one directional. You don’t have to worry about data or clock signals degrading because they are boosted by each LED package. So just make sure when soldering on your wires or applying the strip in it’s final destination, check that the arrow is pointing in the right direction!

Length/Density/Power configurations

If you are running a low to medium power configuration (sustained up to 15A or 75w at 5v and 180w using 12v) you can run all the power through the board. Make sure the cables connected to the LED strip are thick enough to transport this amount of current. The generic tiny wires soldered to the strip can be ok for short distances but if you are going to use it seriously it is advisable to replace them by soldering thicker wires to the LED stip.

Another concern is voltage drop, although the board might be able to handle it, especially with 5v Digital LED strip voltage drop over the length of the LED strip is a real concern. This will often still require “injecting” power along the strip or at the end. But this depends on how many LEDs the strip has, a 5m strip with 30LEDs/m can be fine but a 2m 144LEDs/m will need power injected in the middle or on both ends for sure. So in the case of digital LED strip the amount of LEDs and their density is more important than the actual length of the strip.

Also power draw depends on a lot on the patterns displayed on the strip. If there is a lot of white for instance power usage will be very high but for random star patterns and such in color power draw will be a lot lower. The below scenarios take into account being able to use your LED strips for not so much worst case scenarios (that’s 50w per meter which is 10A!) but I guess you could call it medium scenarios. Not very light, but not totally fully loaded either. So they are guidelines which work well in practice, please take note of them, running too much power through too tiny wires can create a fire.

With that said, please take a look at the following diagrams:

5v

5v, ws2812b, short length/low density

This configuration is using low density 30 LEDs/m strip and max about 3 meters of strip. Or using 60 LEDs/m but about 1.5 meters. If you don’t exceed 90 LEDs you will probably be fine feeding the strip from one side only as depicted.

 

5v, ws2812b, medium length/density

For a longer strip and/or more LEDs you need to supply power (+ and -) on both sides of the strip. This way you can go up to 5v meters on low density 30LEDs/m strip but if you are using 60LEDs/m I would suggest looking below because a 5v strip has too much voltage drop to stay consistent even while feeding both sides.

 

5v, ws2812b, high length/density

If you are using longer 60LEDs/m strip you will need to inject power at the beginning, middle and end of a 5m or 300LEDs strip. If your strip is longer or a higher density you will need more power injection points. For 144LEDs/m strip at 5v I recommend injecting power every meter!

 

5v, APA102, low length/density

Instead of 3 wire LED strip this is a 4 wire SPI LED strip. In regards to power handling and hooking it up they are exactly the same as the previous examples they just have an extra signal wire next to the data wire to connect.

 

12v

Set Red Power Jumper to 12v position before connecting power!

12v LED strip wiring it basically more of the same as above but you can get away with less wiring for more LEDs. Here is an example of that:

Because of the 12v power you can now power up to 450 LEDs with only feeding the beginning and end of the strip. If you where using 5v you would have at least needed to inject power in the middle or even at 1/3rd and 2/rd of the strip also. This diagram also shows how to hook up the primary and backup data signal. This helps in continuing the signal if a LED package or a part of the strip breaks. This way the same signal will be on both paths.

 

 

Bonus configuration

Although the QuinLED-Dig-Uno name clearly infers that it’s a single channel controller, using the ESP32 it’s actually possible to use 2 clockless (WS2812B, WS2815, etc.) LED strips with this board! Both the L1_C and L1_D are run through the level shifter independently, so there is no downsides to doing this! Make sure not to exceed power limits though.