Hello,
I want to connect 3 groups of 15 shift registers to Arduino UNO. Shift registers will be connected with leds. 3 groups because leds are RGB (3 colors). How I can to connect it to Arduino? Maybe it requires additional parts of electronic? Scheme should be any, but one group should be connected to arduino with using one shift's register pins.
If you didn't understand my question or need more details, or etc., please reply! Very thanks!
Only a few additional parts will be needed. Resistors, capacitors. But do you realise that you will limit the LEDs to only 6 colours? Red, green, blue, yellow, cyan, magenta, white.
There is a much easier way which is a far more simple circuit and will allow you to mix thousands of colours. Google for ws2812b LEDs or apa106 LEDs.
PaulRB:
Only a few additional parts will be needed. Resistors, capacitors. But do you realise that you will limit the LEDs to only 6 colours? Red, green, blue, yellow, cyan, magenta, white.
There is a much easier way which is a far more simple circuit and will allow you to mix thousands of colours. Google for ws2812b LEDs or apa106 LEDs.
Thank you for answer. Few days ago I get this leds and so now I have what I have... Maybe you can send my simple scheme or link with scheme with one-two (in preview) shift registers, leds, capasitors? I never use capasitors because my projects was simple. Very thanks!
ReverseEMF:
Well, first of all, it would help if you read the "How to use this Forum" at the top of every Forum. UPDATE: used to be at the top!
Then you would know things like:
We can't read your mind: what shift register? Part number please.
XY Problem potential, here: Can you give us more info on what it is you wish to achieve?
A schematic would be nice -- otherwise it's difficult to give specific advice.
And, PaulRB's suggestion of "ws2812b LEDs or apa106 LEDs" is probably good, but, once again, not knowing the ultimate goal, hard to say.
Firsly, shift registers was bought here: https://www.aliexpress.com/item/32920640599.html . Project is something like light table where are a lot of leds cubes...
Now I don't got schematic but I realy hope that you can understand about project:
100x RGB leds with shift registers to Arduino. Very thank you!
Keep in mind that the 74HC595 chips aren't really suited to drive LEDs, because they can only supply 70 mA in total. Texas Instruments (and other manufacturers as well) have a whole range of shift registers with constant-current LED drivers built-in, some with PWM, some with just on/off control:
Check §10.2 "Typical Application" of the datasheet for a schematic.