How to Control a TON of RGB LEDs using 74HC595 and Arduino UNO

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 108

  • @Andrew-x7o1s
    @Andrew-x7o1s ปีที่แล้ว +1

    0:58 What's an "E" resistor??

  • @borsi99
    @borsi99 ปีที่แล้ว

    Hello. What an absolute brilliant project❗️👏🏼Thank you so much for sharing it to us all! This is very kind from you. Regards, Boris 🇨🇭

  • @paolodecaro3741
    @paolodecaro3741 ปีที่แล้ว

    Hi I'm about to start your project, that is to manage 12 rgb leds autonomously, with integrated 74HC595, but in this example the leds are powered by arduino, since I will need to turn on the leds all together with arduino power supply it will not work. how can i modify this scheme by powering the leds with an external power supply. Could you kindly give me an example of how to modify the project. Thank you.

  • @gazoutg
    @gazoutg 2 ปีที่แล้ว

    I don't get it. To make any color other than RGB-MCY and white I'd have to change the voltage for each Anode. How do you do that with a shift register?

  • @NoobGamerSL
    @NoobGamerSL 2 ปีที่แล้ว

    can i do this with arduino nano?for50 to 100 led do i need external power saurce and how to set it up.

  • @leandrokussima
    @leandrokussima ปีที่แล้ว

    Tentei fazer esse projeto. Mas codigo arduino nao funciona.

  • @leandrokussima
    @leandrokussima ปีที่แล้ว

    Espetacular. Você vende já pronto?

  • @geluidsbox9195
    @geluidsbox9195 6 ปีที่แล้ว +2

    Hey awesome! But how can the arduino power all these LED's?

    • @Gsus__17
      @Gsus__17 4 ปีที่แล้ว

      The best to power the LEDs are an external power supply

  • @Craftz11
    @Craftz11 6 ปีที่แล้ว

    This is awesome! Thanks for sharing! Thumbs up! :)

  • @himasimple8102
    @himasimple8102 4 ปีที่แล้ว

    can u help me i am using common anode and the leds are always on with white light i changed this ( const bool ShiftPWM_invertOutputs = true;) but no luck

  • @kaziwaseerwan444
    @kaziwaseerwan444 4 ปีที่แล้ว

    How many LEDs can one arduino handle? Is it possible to use 50 LEDs if I had to use 5 sensors as well? I will use a power bank of course.

  • @palopo23
    @palopo23 4 ปีที่แล้ว

    Awesome...
    How many LEDs can be handled each output line?

    • @CreativeStuff
      @CreativeStuff  4 ปีที่แล้ว

      1

    • @palopo23
      @palopo23 4 ปีที่แล้ว

      @@CreativeStuff Thank you..
      Seems like it needs a kind of power injector to drive RGB strip..

  • @ringbaer8396
    @ringbaer8396 6 ปีที่แล้ว

    thought the 74hc595 cannot source enough current for 7 or at least 8 leds? or why are others using transistors and common anode leds? ty for answering :)

  • @parooog
    @parooog 3 ปีที่แล้ว

    awsm video .. sir here you connect 16 rgb leds .. likewise what changes we have to do in the circuit if we connect 24 + rgb leds ?

  • @souravbar1674
    @souravbar1674 3 ปีที่แล้ว

    Sir 50 led chalana kaliya kay kara

  • @tvtoms
    @tvtoms 4 ปีที่แล้ว

    Have you done a dimmable example? Can you use PWM from arduino through shift register? I can turn on and off by shifting the proper bit, but need to have PWM control of each individual LED as well.

    • @alexle3598
      @alexle3598 2 ปีที่แล้ว

      as you can see, its possible. but its not best practice. best option is TLC5940

  • @mehmetsar1456
    @mehmetsar1456 4 ปีที่แล้ว

    I want do this but i dont have microchips
    What can i do?

  • @bernysaudino668
    @bernysaudino668 ปีที่แล้ว

    software?

  • @lolododomody
    @lolododomody 5 ปีที่แล้ว

    what if i had i 8x8x8 LED cube ? it will require an external power supply because the arduino cannot manage the current of 512 LEDs and 9 shift register? so at this case, shoul I connect the -ve of the power supply with the -ve of the arduino?

    • @CreativeStuff
      @CreativeStuff  5 ปีที่แล้ว +1

      In any Arduino project try to connect the power supply -ve to Arduino -ve ...till now which ever projects I have done with Arduino and external power supply I have connected the both -ve ...

  • @Marco.Malatesta
    @Marco.Malatesta 5 ปีที่แล้ว +1

    Hi, nice video, I would like to make the same project but I have to insert 29 leds of course I have to feed arduino with a suitable power supply
    but does something change for the schematic? is the aduino code the same?thanks.(google translate)

    • @CreativeStuff
      @CreativeStuff  5 ปีที่แล้ว

      Yeah the same code will work fine for that...just mention the number of shift resistors you are using in the Arduino code

    • @Marco.Malatesta
      @Marco.Malatesta 5 ปีที่แล้ว

      @@CreativeStuff Hi, thank you for kindly replied, but I didn't understand where I have to intervene if you could please let me understand, thanks for the availability, hello.

  • @mahesh424143
    @mahesh424143 หลายเดือนก่อน +1

    Everything is done added the library but still the leds are not glowing @creative Stuff

    • @CreativeStuff
      @CreativeStuff  หลายเดือนก่อน

      Check the connections.. Too many wires to mess-up things ... So that could be the problem

    • @mahesh424143
      @mahesh424143 หลายเดือนก่อน

      Connections are fine without loading the code they all tends to glow randomly when connected adruino to my lappy after compiling the code the lights just stopped glowing. 😑

    • @mahesh424143
      @mahesh424143 หลายเดือนก่อน

      Also adruino while compiling the code the TX and TR led blinks on arduino and hence I belive the code is successfully uploaded...

    • @CreativeStuff
      @CreativeStuff  หลายเดือนก่อน

      Ok.. So have you tried supplying power to the whole project from any other power source other than the lappy?

    • @mahesh424143
      @mahesh424143 หลายเดือนก่อน

      Nope just powered from the USB only which is connected to adruino to lappy

  • @aidenryan4097
    @aidenryan4097 5 ปีที่แล้ว +3

    Awesome video!! What would it take to be able to cycle through the options in the serial reader with a push button?

  • @abhyudayasingh543
    @abhyudayasingh543 4 ปีที่แล้ว

    I designed a pcb layout for this and it is not working. 14 LEDs are glowing in same color and 2 are glowing in different colors. No effect running.

  • @ayushpandharpatte3125
    @ayushpandharpatte3125 4 ปีที่แล้ว +1

    Kitne led chal sakte hai

    • @CreativeStuff
      @CreativeStuff  4 ปีที่แล้ว

      Jitne tum chaho....but us hisab se power supply change karna padega

    • @ayushpandharpatte3125
      @ayushpandharpatte3125 4 ปีที่แล้ว +1

      Hum iski jagaha rgb led strep laga sakte hai kya

    • @CreativeStuff
      @CreativeStuff  4 ปีที่แล้ว

      Nahi...individual led lagaoge toh hoga...strip nahi

  • @pitu-s
    @pitu-s 5 ปีที่แล้ว

    can it be sound reactive?

  • @herveyameogo4752
    @herveyameogo4752 4 ปีที่แล้ว

    Bjr s il vour plait j voudrais voir le programme sur l ordinateur

  • @fpvrcstuff
    @fpvrcstuff 5 ปีที่แล้ว

    I built this, then uploaded the example, but I keep getting - ShiftPWM. SetAmountOfRegisters(numbRegisters); - line 69 highlighted in yellow ??

    • @CreativeStuff
      @CreativeStuff  5 ปีที่แล้ว

      How many shift resistors are you using?? Mention that in that line "int numRegisters = 6;"number of resisters=6

    • @fpvrcstuff
      @fpvrcstuff 5 ปีที่แล้ว

      @@CreativeStuff : My circuit is exactly copied from your example schematic....Thanks

    • @CreativeStuff
      @CreativeStuff  5 ปีที่แล้ว

      Hey have you added the shiftpwm library to your Arduino library in ur pc?

    • @fpvrcstuff
      @fpvrcstuff 5 ปีที่แล้ว

      Where is it located ?

    • @CreativeStuff
      @CreativeStuff  5 ปีที่แล้ว

      My computer-->documents-->Arduino>libraries

  • @koukokaga3479
    @koukokaga3479 5 ปีที่แล้ว

    i wanna ask is the pattern of this can be control using push buttons? also i cant compile the file i want to try it >.

    • @CreativeStuff
      @CreativeStuff  5 ปีที่แล้ว

      Yes...but you have to do modifications in the code

    • @koukokaga3479
      @koukokaga3479 5 ปีที่แล้ว

      @@CreativeStuff um should i put all the loops inside the void loop for that to happen??

  • @colinjava8447
    @colinjava8447 6 ปีที่แล้ว

    Getting my arduino next week, this is the kind of thing I want to do

  • @AlyaaAly
    @AlyaaAly 6 ปีที่แล้ว

    Great video my friend

  • @jenipatel6492
    @jenipatel6492 4 ปีที่แล้ว

    Can you please give schematic diagram?

  • @survivor351
    @survivor351 5 ปีที่แล้ว

    great job,bravooo,i want to just use rainbow effect how can i do it with same circuit

    • @CreativeStuff
      @CreativeStuff  5 ปีที่แล้ว

      Change the code...remove all the other effects in the code

  • @noellee2105
    @noellee2105 6 ปีที่แล้ว

    Can i make a lot of color in 1 rgb led?

    • @CreativeStuff
      @CreativeStuff  6 ปีที่แล้ว

      yes
      you can also change color of an rgb led using smartphone
      th-cam.com/video/ESDN4tV4FIE/w-d-xo.html

  • @beachmonkeycom
    @beachmonkeycom 4 ปีที่แล้ว

    i wanted to hack an old vending machine 21 key touch pad into led
    controller, any ideas on how i would find information to do this?

  • @grandpadailydiary9644
    @grandpadailydiary9644 6 ปีที่แล้ว +1

    Nice video

  • @eponk13
    @eponk13 5 ปีที่แล้ว +1

    Can you show me how to make this set react with sound or music ?

  • @grafinxgaming
    @grafinxgaming 6 ปีที่แล้ว +1

    Man, you are so freaking smart. I really enjoy these videos. Super smacked the like button my friend....😉👊🍍

  • @jeanfab5394
    @jeanfab5394 6 ปีที่แล้ว

    Awesome video. Nice sharing,

  • @AlejandroRodriguez-lp4eu
    @AlejandroRodriguez-lp4eu 4 ปีที่แล้ว

    can you show us how to control this with your code??

  • @araiz6990
    @araiz6990 5 ปีที่แล้ว

    total cost for this project???????

  • @reginaldosantossantos7737
    @reginaldosantossantos7737 4 ปีที่แล้ว

    Profissional você pode me passar o esquema elétrico ou o diagrama de ligação desse vídeo

  • @SMALLTECH
    @SMALLTECH 5 ปีที่แล้ว +2

    Easy to use WS2811 small IC !! AND THEN CONTROL THESE LEDS!!!!!

  • @danielhc4826
    @danielhc4826 6 ปีที่แล้ว

    Lastima que no pueda variar la intensidad de los leds..

    • @sashar536
      @sashar536 4 ปีที่แล้ว

      Sabes cómo programar el código para que los leds prendan como el en segundo 0:07???

  • @Andrew-x7o1s
    @Andrew-x7o1s ปีที่แล้ว

    Like mom said, "USE YOUR WORDS" that would be so much more helpful than PORN music.

  • @amp08021
    @amp08021 6 ปีที่แล้ว

    Couldnt you also use just one resistor at the kathode? But nice video man :)

    • @CreativeStuff
      @CreativeStuff  6 ปีที่แล้ว +1

      Not every led is lit up at all time...so the brightness of the leds will differ if you connect only 1 resistor...

  • @leochang222
    @leochang222 ปีที่แล้ว

    esp8266 . it can not compile

  • @MatsAndersson
    @MatsAndersson 4 ปีที่แล้ว +4

    torture music

  • @Plqnes
    @Plqnes 4 ปีที่แล้ว

    do for just 1 breadboard

  • @destroyers4371
    @destroyers4371 6 ปีที่แล้ว

    Nice 👍

  • @Plqnes
    @Plqnes 4 ปีที่แล้ว

    how do u do for just 2 lol

  • @COREYTECH6
    @COREYTECH6 6 ปีที่แล้ว

    Awesome

  • @HELTINHOGAMER
    @HELTINHOGAMER 6 ปีที่แล้ว

    Like my friend nice job

  • @lewistremonti7827
    @lewistremonti7827 2 ปีที่แล้ว

    Does anybody know how to do this with an nano every microcontroller ? I have built this with my ardunio uno and it works but the library doesn’t seem to work on the nano every any ideas? I’m pulling my hair out 😂

    • @KNTRA
      @KNTRA ปีที่แล้ว

      same , did you find a solution?

  • @phillangstrom8693
    @phillangstrom8693 6 ปีที่แล้ว

    code didn't work for me i used a arduino nano

    • @CreativeStuff
      @CreativeStuff  6 ปีที่แล้ว

      nano will work...but have you added the swift pwm library to you arduino library?

    • @phillangstrom8693
      @phillangstrom8693 6 ปีที่แล้ว

      yes and i ended up using ShiftPWM_RGB_Edit code from another video and it worked perfect

  • @TinuJangra
    @TinuJangra 5 ปีที่แล้ว

    your code not working

    • @CreativeStuff
      @CreativeStuff  5 ปีที่แล้ว

      Have you added the shift pwm library to your Arduino library?

  • @NadaCal
    @NadaCal 5 ปีที่แล้ว

    Great video, can you send to me the software in Arduino? thanks.

    • @CreativeStuff
      @CreativeStuff  5 ปีที่แล้ว +1

      Software?? Do you mean code?

    • @ayushthetic
      @ayushthetic 5 ปีที่แล้ว

      Yeah ! How did you program it?

  • @vimalmishra2877
    @vimalmishra2877 6 ปีที่แล้ว

    not working Arduino code

    • @CreativeStuff
      @CreativeStuff  6 ปีที่แล้ว

      What do u mean by not working?

  • @Ultrasilverr
    @Ultrasilverr 4 ปีที่แล้ว

    good boss

  • @creativelife4453
    @creativelife4453 6 ปีที่แล้ว

    great

  • @pervindersingh3744
    @pervindersingh3744 5 ปีที่แล้ว

    jus design a Pcb for that

  • @tomastichy4528
    @tomastichy4528 4 ปีที่แล้ว

    script is wrong

  • @omercanergin5521
    @omercanergin5521 3 ปีที่แล้ว

    .

  • @Felisargyle
    @Felisargyle 5 ปีที่แล้ว

    Very useless but so dope

  • @paolodecaro3741
    @paolodecaro3741 ปีที่แล้ว

    Hi I'm about to start your project, that is to manage 12 rgb leds autonomously, with integrated 74HC595, but in this example the leds are powered by arduino, since I will need to turn on the leds all together with arduino power supply it will not work. how can i modify this scheme by powering the leds with an external power supply. Could you kindly give me an example of how to modify the project. Thank you.