How to select colors for your Arduino led projects. RGB vs HSV

Sdílet
Vložit
  • čas přidán 22. 02. 2022
  • In this video I provide few tipes for working with individually addresable leds like ws2812. I would use Arduino with fastled library.
    I will compare the use of RGB and HSV color models.
    I hope you would find it useful
    www.hackster.io/mdraber/how-t...
    If you like this content and you want to support me in creating similar videos go to my Patreon webpage
    / mariosideas
    Or Paypal
    www.paypal.com/cgi-bin/webscr...
    Music credits
    ------------------------------
    Track: Sunset With You - Nico Anuch [Audio Library Release]
    Music provided by Audio Library Plus
    Watch: • Sunset With You - Nico...
    Free Download / Stream: alplus.io/sunset-you
    ------------------------------
  • Věda a technologie

Komentáře • 29

  • @adwait_natu
    @adwait_natu Před 7 měsíci

    Thank you so much for such detailed presentation.

  • @Marc_Miller
    @Marc_Miller Před 11 měsíci

    Great introductory video Mario. Thank you for making and sharing it.

    • @marios_ideas
      @marios_ideas  Před 11 měsíci

      Thanks:) Glad it was useful to you. Consider supporting my channel:)

  • @thedenus
    @thedenus Před rokem

    Thank you for that video. That help me understanding why I didn't have the right color.

    • @marios_ideas
      @marios_ideas  Před rokem

      Glad it was useful to you . Like and subscribe to my channal if you have done already. Concider supporting it as well

  • @ViswaSubramanian-vs8gy

    The video was awesome dude .Love it >>>

  • @ChrisHalden007
    @ChrisHalden007 Před 2 lety

    Found it useful indeed 🤣 Great video. Thanks

    • @marios_ideas
      @marios_ideas  Před 2 lety

      THX.Check my other videos as well:) And like the video. It helps me a lot

  • @partouelectric2353
    @partouelectric2353 Před rokem

    Thank you very much for the great video

  • @yr4865
    @yr4865 Před 2 lety

    Nice ring.

  • @ernestorivero9909
    @ernestorivero9909 Před rokem

    The neomatrix library comes with an example in the Arduino software that consists of passing a message from left to right, use the rgb colors as I could convert this into hsv so that the message comes out more beautiful.

    • @marios_ideas
      @marios_ideas  Před rokem

      I was planning to do video covering this library. It will come within a month or two. Not 100% I go you. Did you manage to convert the sample sketch from RGB to HSV or you want to conver but did not do it yet?

    • @ernestorivero9909
      @ernestorivero9909 Před rokem

      @@marios_ideas yo me roto la cabeza para tratar de lograrlo,pero que va no logro hacerlo,lleva un mensage con colores rgb a hsv y los he visto en anuncio y se ve bonito pero no lo logro

    • @marios_ideas
      @marios_ideas  Před rokem

      I would check the declaration of LED strip e.g. "FastLED.addLeds(leds, NUM_LEDS); // GRB ordering is typical"
      In this example we specify color order as RGB but as you can see it can be GBR. Try those two combination. If you set it wrong then colors would be wrong and you wont see the right pallette

    • @ernestorivero9909
      @ernestorivero9909 Před rokem

      @@marios_ideas a ver creo que no me entendió,el ejemplo que viene con la librería neomatrix de mostrar mensage en una matrix de LEDs neopixels los colores son rgb,pero yo quisiera ese mismo ejemplo hacerlo con los colores hsv,ya se que para lograrlo no puedo usar la librería neomatrix porque no me lo acepta pero no sé hacerlo con la librería fastled que debe ser la ideal

  • @ianthehunter3532
    @ianthehunter3532 Před 2 lety +1

    Is it possible to dim all leds for hsv colours at once using a single line of code like you can for rgb, instead of doing it in a for loop? I have another question about those potentiometer buttons. Did you print them or did you buy them somewhere, and also for that diffusion panel, what filament did you use (like if it is some transparent type, and is it pla) and how thick is the panel itself? Anyway, thanks for the video!

    • @marios_ideas
      @marios_ideas  Před 2 lety +1

      You can do it with single command Fastled.setbrightness(128) and Fastled.show should dim it to half as bright . If you want led to dim gradually you would still need the for loop. Check custom functions DimAll and LitAll in video czcams.com/video/hKL5Lw8u4-s/video.html

    • @marios_ideas
      @marios_ideas  Před 2 lety +1

      I use standard white PLA. The front of the panel is 0,5mm. I purchased the noobs of potentiometers on Aliexpress

    • @joshmalowney9854
      @joshmalowney9854 Před 2 lety

      Very nice video! Keep it up!

    • @mhgscrubadub9917
      @mhgscrubadub9917 Před 7 měsíci +1

      in fast led the 3rd variable contained in HSV is brightness.

  • @rejeanbazinet3844
    @rejeanbazinet3844 Před rokem

    Hi, i don't see a link for the sketch, thank's keep up the good work !!!

  • @ernestorivero9909
    @ernestorivero9909 Před rokem

    La librería neomatrix viene con un ejemplo en el software de Arduino que consiste en pasar un mensage de isquierda a derecha,usa los colores rgb como yo podría convertir esto en hsv para que el mensage me salga más bonito.

    • @marios_ideas
      @marios_ideas  Před rokem

      I will look at the library to scroll text in one of my future videos. Stay tuned. If I can adjust the sample program to use HSV I will do that

  • @First.Last.99
    @First.Last.99 Před rokem

    I just want one LED to be way brighter then others and cant get it for few hours now, CHSV not working for me

    • @marios_ideas
      @marios_ideas  Před rokem

      I have to admit i have not tested various brightneses with chsv. I will Give it a try tomorrow and let you know

  • @juan3175
    @juan3175 Před 2 lety

    I was waiting for something like this!! You really need P r o m o S M!