56 LED Effects for WS2812 LED Strip - Arduino Project

Поделиться
HTML-код
  • Опубликовано: 20 ноя 2023
  • You can download the effects here:github.com/kitesurfer1404/WS2...
    Effects
    0.Static - No blinking. Just plain old static light.
    1.Blink - Normal blinking. 50% on/off time.
    2.Breath - Does the "standby-breathing" of well known i-Devices. Fixed Speed.
    3.Color Wipe - Lights all LEDs after each other up. Then turns them in that order off. Repeat.
    4.Color Wipe Inverse - Same as Color Wipe, except swaps on/off colors.
    5.Color Wipe Reverse - Lights all LEDs after each other up. Then turns them in reverse order off. Repeat.
    6.Color Wipe Reverse Inverse - Same as Color Wipe Reverse, except swaps on/off colors.
    7.Color Wipe Random - Turns all LEDs after each other to a random color. Then starts over with another color.
    8.Random Color - Lights all LEDs in one random color up. Then switches them to the next random color.
    9.Single Dynamic - Lights every LED in a random color. Changes one random LED after the other to a random color.
    10.Multi Dynamic - Lights every LED in a random color. Changes all LED at the same time to new random colors.
    11.Rainbow - Cycles all LEDs at once through a rainbow.
    12.Rainbow Cycle - Cycles a rainbow over the entire string of LEDs.
    13.Scan - Runs a single pixel back and forth.
    14.Dual Scan - Runs two pixel back and forth in opposite directions.
    15.Fade - Fades the LEDs on and (almost) off again.
    16.Theater Chase - Theatre-style crawling lights. Inspired by the Adafruit examples.
    17.Theater Chase Rainbow - Theatre-style crawling lights with rainbow effect. Inspired by the Adafruit examples.
    18.Running Lights - Running lights effect with smooth sine transition.
    19.Twinkle - Blink several LEDs on, reset, repeat.
    20.Twinkle Random - Blink several LEDs in random colors on, reset, repeat.
    21.Twinkle Fade - Blink several LEDs on, fading out.
    22.Twinkle Fade Random - Blink several LEDs in random colors on, fading out.
    23.Sparkle - Blinks one LED at a time.
    24.Flash Sparkle - Lights all LEDs in the selected color. Flashes single white pixels randomly.
    25.Hyper Sparkle - Like flash sparkle. With more flash.
    26.Strobe - Classic Strobe effect.
    27.Strobe Rainbow - Classic Strobe effect. Cycling through the rainbow.
    28.Multi Strobe - Strobe effect with different strobe count and pause, controlled by speed setting.
    29.Blink Rainbow - Classic Blink effect. Cycling through the rainbow.
    30.Chase White - Color running on white.
    31.Chase Color - White running on color.
    32.Chase Random - White running followed by random color.
    33.Chase Rainbow - White running on rainbow.
    34.Chase Flash - White flashes running on color.
    35.Chase Flash Random - White flashes running, followed by random color.
    36.Chase Rainbow White - Rainbow running on white.
    37.Chase Blackout - Black running on color.
    38.Chase Blackout Rainbow - Black running on rainbow.
    39.Color Sweep Random - Random color introduced alternating from start and end of strip.
    40.Running Color - Alternating color/white pixels running.
    41.Running Red Blue - Alternating red/blue pixels running.
    42.Running Random - Random colored pixels running.
    43.Larson Scanner - K.I.T.T.
    44.Comet - Firing comets from one end.
    45.Fireworks - Firework sparks.
    46.Fireworks Random - Random colored firework sparks.
    47.Merry Christmas - Alternating green/red pixels running.
    48.Fire Flicker - Fire flickering effect. Like in harsh wind.
    49.Fire Flicker (soft) - Fire flickering effect. Runs slower/softer.
    50.Fire Flicker (intense) - Fire flickering effect. More range of color.
    51.Circus Combustus - Alternating white/red/black pixels running.
    52.Halloween - Alternating orange/purple pixels running.
    53.Bicolor Chase - Two LEDs running on a background color.
    54.Tricolor Chase - Alternating three color pixels running.
    55.TwinkleFOX - Lights fading in and out randomly.
    56.thru 63. Custom - Up to eight user created custom effects.
  • НаукаНаука

Комментарии • 39

  • @Hacktuber
    @Hacktuber  7 месяцев назад +2

    Comment below what is your favorite effect,in description you can find patterns names.

    • @MihaiMihai-zw4rz
      @MihaiMihai-zw4rz 7 месяцев назад +1

      I think you can program Attiny85 with these effects, and after that don't need Arduino Uno! Nice effects but i think the slow changing colors effect is missing. I like the breath effect. All the best!

  • @filixx-77
    @filixx-77 7 месяцев назад +4

    There is no other way without the arduino it's my class to have it in my country 😢❤❤

    • @Hacktuber
      @Hacktuber  7 месяцев назад +2

      You need any arduino board,just upload the code,you can find in desc.box

  • @electronic7979
    @electronic7979 7 месяцев назад +4

    Nice

    • @Hacktuber
      @Hacktuber  7 месяцев назад +1

      They are really amazing patterns

  • @Mischahof
    @Mischahof Месяц назад +1

    Question: I am running a 2 segment script via Arduino Nano, to a 46 WS2812 strip, using your code. Even though I have divided the segments equally, it 'floats' every now and then, meaning the meeting points of the segments do not stay true to where they are assigned. Basically what I want it to do is do a comet or scan effect, coming from the outer ends of the strip and meet in the middle, at an assigned point, then repeat. Any suggestions?

    • @livetohash6152
      @livetohash6152 17 дней назад

      I had the same problem, proper power injection fixed it. Use a cap at the start of each, no matter your power & length. Evening works flawless for me now 👍

    • @livetohash6152
      @livetohash6152 17 дней назад

      *everything works that is 🥳

  • @PakoMoreno73
    @PakoMoreno73 7 месяцев назад +4

    Nice job!! Can be used on Arduino uno?

    • @gunnarallgottsmann
      @gunnarallgottsmann 7 месяцев назад +3

      He uses an Arduino uno in his project, so I guess, the answer is yes. Have a great time ✌️😊 🕊️🍀❣️

    • @PakoMoreno73
      @PakoMoreno73 7 месяцев назад +1

      ​@@gunnarallgottsmannsorry i see printed on board UNO R3, i don't know to much between Arduino models

    • @Hacktuber
      @Hacktuber  7 месяцев назад +2

      Yes, of course,just choose how many leds you are using and make the changes in the code

    • @Hacktuber
      @Hacktuber  7 месяцев назад +2

      That is true,I am using uno the video.

    • @gunnarallgottsmann
      @gunnarallgottsmann 7 месяцев назад

      @@PakoMoreno73
      I can understand the confusion brother. I wish you a wonderful time ✌️😊 🕊️🍀❣️

  • @ASHIQUE_666
    @ASHIQUE_666 5 месяцев назад

    Is there a programming video of this.Which code gets all these results?

    • @Hacktuber
      @Hacktuber  5 месяцев назад

      All effects are in one code

  • @vinothkumar.i5471
    @vinothkumar.i5471 4 месяца назад +1

    Bouncing ball effect will miss

  • @houssemkhelfi5165
    @houssemkhelfi5165 Месяц назад

    If I will show you a video can you make the same project for us with the explaining?

  • @mr.e.484
    @mr.e.484 3 месяца назад

    where can I find the running lights code?
    Edit. I found the code. but now I can not set the color. How do you do this?

    • @aspect8870
      @aspect8870 Месяц назад

      it's under (name that declared the strip) for example ws2812fx.setColor(WHITE); , that's all

  • @dj_sorra8605
    @dj_sorra8605 6 месяцев назад

    What is the code for vu.meter?

  • @mihailbove
    @mihailbove 2 месяца назад

    The Arduino programm for effects led plsssss

  • @Triggeredgaming27
    @Triggeredgaming27 22 дня назад

    canu tell me the file name that is used in this video

  • @dj_sorra8605
    @dj_sorra8605 6 месяцев назад

    56 effects at the same time, one after the other does it work?

    • @Hacktuber
      @Hacktuber  6 месяцев назад +2

      Yes if you change the code

    • @dealerspot
      @dealerspot 6 месяцев назад +1

      Ur link take me to source page. Is there single .ino file with all this effect

    • @mariuspetcu7482
      @mariuspetcu7482 2 месяца назад

      @@Hacktuber Hello mate ...
      First off all Thank You for sharing the Code with us ...
      You said "we can change the code " to make those effects to run one after the other Continuously but you Didn't Said how / what are those changes & Where to add those Changes !...
      Actually You can't Just add "any LED's " you want ... You must consider that on Max Bright (White) "...each RGB LED draws approximately 50 mA when it is set to full brightness and powered at 5 V. ..."

  • @dj_sorra8605
    @dj_sorra8605 7 месяцев назад +3

    Vu.meter effect?

  • @PiterRI
    @PiterRI 7 месяцев назад

    Luar biasa, ini sangat keren

  • @Dime_Bar
    @Dime_Bar 2 месяца назад

    I'm new to Arduino and not sure exactly what code i need from the multiple files that open when clicking the link.

    • @Hacktuber
      @Hacktuber  2 месяца назад

      Use the code that ends with .ino

    • @Dime_Bar
      @Dime_Bar 2 месяца назад

      @@Hacktuber Thanks

  • @mariuspetcu7482
    @mariuspetcu7482 2 месяца назад

    Hello mate ...
    First off all Thank You for sharing the Code with us ...
    You said "we can change the code " to make those effects to run one after the other Continuously but you Didn't Said how / what are those changes & Where to add those Changes !...
    Please can you show us how / what & where to add those changes ? ...
    Actually you can't Just add "any LED's " you want ...
    You must consider that on Max Bright (White) "...each RGB LED draws approximately 50 mA when it is set to full brightness and powered at 5 V. ..." and you can Draw 40mA/pin in Total ...
    - another Problem you must consider is that you must Power those LED's with an External Power Supply and if you have more than 1m must add a power line to each 1m otherwise you will end up with dimmed LED's at the end or turned off some of them ...
    Thank You and Have a Great Day

    • @Hacktuber
      @Hacktuber  2 месяца назад

      I need to record new video on how you can change arduino codes

  • @user-kl5jp5wm1t
    @user-kl5jp5wm1t 4 месяца назад

    😮😮😮😊😊