Electriangle
Electriangle
  • 44
  • 262 648
How to Scroll Through Preset Effects with a WLED Button
A quick tutorial on how to scroll through your WLED preset effects using a push button. The example is shown using my custom WLED Desk Button and WS2812B LEDs. Check out the video link below for how it was built.
For guidance on how to set up a button with WLED for your microcontroller, check out my previous video: th-cam.com/video/OtSklM4B5bg/w-d-xo.html
▼━━━━━━ CHAPTERS ━━━━━━━▼
00:00 - Intro
00:05 - Button API Command Setup
01:19 - On-Off Toggle Command Setup
01:57 - Conclusion
▼━━━━━━━ LINKS ━━━━━━━━▼
► WLED Github Latest Release: github.com/Aircoookie/WLED/releases
▼━━━━━ OTHER VIDEOS ━━━━━━▼
► WLED Custom Scrolling Text - A Quick Tutorial: th-cam.com/video/y6vftW1kjQQ/w-d-xo.html
► WLED 2D Matrix Diffusion Frame (ESP8266 & WS2812B WLED Project): th-cam.com/video/Q6Gr_MELsYU/w-d-xo.html
► WLED 32x32 Matrix Panel: th-cam.com/users/shortsHONu-pLJ4Uc
▼━━━━━━━ MUSIC ━━━━━━━━▼
► Outro Music: “Audio Extraction” Copyright © 2020 Electriangle
#wled #arduino #diy
◤━◢◤━◢◤━◢◤━◢◤━◢◤━◢◤━◢◤━◢◤━◢◤━◢◤━◢◤━◢◤━◢
มุมมอง: 141

วีดีโอ

How to Connect a Button for WLED Lights
มุมมอง 1.7Kหลายเดือนก่อน
A quick tutorial on how to connect a push button to use with WLED. The example is shown using my custom WLED Desk Button and WS2812B LEDs. Check out the video link below for how it was built. ▼━━━━━━ CHAPTERS ━━━━━━━▼ 00:00 - Intro 00:17 - Hardware Setup 00:36 - Software Setup 01:26 - Changing the Button Actions 02:08 - Conclusion ▼━━━━━━━ LINKS ━━━━━━━━▼ ► WLED Github Latest Release: github.co...
WLED Text With Background Overlay Tutorial
มุมมอง 2.2K2 หลายเดือนก่อน
A quick tutorial on how to configure the scrolling text animation with another background effect for WLED matrix panels. The example is shown on my 32x32 matrix panel grid array of WS2812B LEDs. Check out the other videos below for how it was built. ▼━━━━━━━ LINKS ━━━━━━━━▼ ► WLED Github Latest Release: github.com/Aircoookie/WLED/releases ▼━━━━━ OTHER VIDEOS ━━━━━━▼ ► WLED Custom Scrolling Text...
I Made an Epoxy Resin Hex Tile Light [WLED Creations]
มุมมอง 1.3K3 หลายเดือนก่อน
This video shows an idea for a custom WS2812B WLED hex tile light. The design is made with clear epoxy resin poured over the tiles and a wood frame. The firmware used for this project is WLED which is programmed on a Wemos D1 Mini ESP8266 Arduino microcontroller. ▼━━━━━━ CHAPTERS ━━━━━━━▼ 00:00 - Intro 00:28 - Materials 00:59 - Preparing the Mold 02:09 - Pouring the Epoxy Resin 04:17 - Making t...
What is \\v (backslash v)? Vertical Tab Escape Sequence Character Explained.
มุมมอง 4504 หลายเดือนก่อน
An explanation of the vertical tab escape sequence character (\v) with an example in Python. ▼━━━━━ OTHER VIDEOS ━━━━━━▼ 1) Full Programming Tutorial Playlist: th-cam.com/video/76qBuowccfg/w-d-xo.html 2) What is \r (backslash r) in programming? Carriage Return Explained.: th-cam.com/video/76qBuowccfg/w-d-xo.html 3) What is (backslash n)? Newline and Multiline Explained (with Python).: th-cam.co...
How to Make a Diffused Vertical Matrix Light [WLED Creations]
มุมมอง 2.5K6 หลายเดือนก่อน
This video shows an idea for a custom WS2812B WLED matrix wall panel light. The design uses painted glass for diffusion on a wood frame. The firmware used for this project is WLED which is programmed on an ESP32 Arduino microcontroller. ▼━━━━━━ CHAPTERS ━━━━━━━▼ 00:00 - Intro 00:46 - Preparing the glass 01:25 - Preparing the wood 02:07 - Drilling holes in the glass and painting 03:42 - Installi...
Voice-Controlled WS2812B LEDs (Sinric Pro + FastLED Library Tutorial)
มุมมอง 3847 หลายเดือนก่อน
This video is a tutorial on how you can add Wi-Fi Alexa voice control to your WS2812B LED project using Sinric Pro. The FastLED library is used as an example, but the device templates in Sinric Pro can also be used to add Wi-Fi control for other project configurations. ▼━━━━━━ CHAPTERS ━━━━━━━▼ 00:00 - Intro 00:27 - Sinric Pro Setup 02:29 - Preparing the Arduino Sketch 05:37 - Adding Alexa Voic...
How to Make a WLED Button with Luminous Rocks [WLED Creations]
มุมมอง 9K9 หลายเดือนก่อน
This video shows an idea for how you can build a custom button to control your WS2812B WLED lights and create an awesome gaming controller holder for your desk. The design uses some transparent rocks as diffusion with a 3D-printed controller holder and button grid. The firmware used for this project is WLED which is programmed on an ESP8266 Wemos D1 Mini Arduino microcontroller. ▼━━━━━━ CHAPTER...
Twinkle Pixels Animation Example using FastLED Library (with Code)
มุมมอง 2.6K10 หลายเดือนก่อน
Demonstration of a Twinkling animation effect for individually addressable pixels (in this example, a WS2812B LED strip) using the FastLED library on an Arduino Uno. This code can create many unique effects for the LEDs by changing the color, speed, pixel volume, and fade amount. You can even combine multiple colors and effects, which makes the number of possible unique designs practically limi...
What is \\f (backslash f)? Form Feed Escape Character Explained.
มุมมอง 4.3K10 หลายเดือนก่อน
An explanation of the form feed escape sequence character (\f) with an example in Python. ▼━━━━━ OTHER VIDEOS ━━━━━━▼ 1) What is \r (backslash r) in programming? Carriage Return Explained.: th-cam.com/video/76qBuowccfg/w-d-xo.html 2) What is (backslash n)? Newline and Multiline Explained (with Python).: th-cam.com/video/eaT3YOQEKfA/w-d-xo.html 3) CRLF Explained (with example in CSV file): th-ca...
Color Flames Animation Example using FastLED Library (with Code)
มุมมอง 4.2Kปีที่แล้ว
Demonstration of a color fire/flame animation effect for individually addressable LED pixels (in this example, a WS2812B LED strip) using the FastLED library on an Arduino Uno. ▼━━━━━━━ LINKS ━━━━━━━━▼ ► Source code available on GitHub: github.com/Electriangle/Color_Flames_Main ▼━━━━━ OTHER VIDEOS ━━━━━━▼ ► Rainbow Cycle Animation for Individually Addressable LEDs (Arduino, WS2812B, FastLED Lib...
WLED Custom Scrolling Text - A Quick Tutorial
มุมมอง 21Kปีที่แล้ว
A quick tutorial on how to set up the scrolling text animation on WLED. This project example is using a 32x8 pixel grid array of WS2812B LEDs. An Arduino ESP8266 Wemos D1 Mini was used for the microcontroller. To see how this 2D LED Matrix Box was made, check out the video here: th-cam.com/video/Q6Gr_MELsYU/w-d-xo.html ▼━━━━━━━ LINKS ━━━━━━━━▼ ► WLED Github Latest Release: github.com/Aircoookie...
WLED 2D Matrix Diffusion Frame (ESP8266 & WS2812B WLED Project)
มุมมอง 6Kปีที่แล้ว
WLED 2D Matrix Diffusion Frame (ESP8266 & WS2812B WLED Project)
What is \\t (backslash t)? Tab Escape Sequence Character Explained.
มุมมอง 3.8Kปีที่แล้ว
What is \\t (backslash t)? Tab Escape Sequence Character Explained.
LED Dimmer Circuit (PWM Control) with 555 Timer
มุมมอง 10Kปีที่แล้ว
LED Dimmer Circuit (PWM Control) with 555 Timer
Solid Fill Color Example using FastLED Library (with Code)
มุมมอง 2.2Kปีที่แล้ว
Solid Fill Color Example using FastLED Library (with Code)
Progress Loading Bar with ASCII Characters (Using \\r in Python)
มุมมอง 1.5Kปีที่แล้ว
Progress Loading Bar with ASCII Characters (Using \\r in Python)
Make a Custom Arduino Uno Shield in 5 Minutes
มุมมอง 3.3Kปีที่แล้ว
Make a Custom Arduino Uno Shield in 5 Minutes
Shooting Star Animation Example using FastLED Library (with Code)
มุมมอง 15K2 ปีที่แล้ว
Shooting Star Animation Example using FastLED Library (with Code)
The Wave Light (ESP8266 & WS2812B WLED Project)
มุมมอง 15K2 ปีที่แล้ว
The Wave Light (ESP8266 & WS2812B WLED Project)
The Coolest LED Lights for Your Ceiling (ESP8266 & FastLED Library Project)
มุมมอง 2.7K2 ปีที่แล้ว
The Coolest LED Lights for Your Ceiling (ESP8266 & FastLED Library Project)
Fade Animation Example using FastLED Library (with Code)
มุมมอง 5K2 ปีที่แล้ว
Fade Animation Example using FastLED Library (with Code)
How To Hide Windows Folders (Clean Documents Folder)
มุมมอง 1852 ปีที่แล้ว
How To Hide Windows Folders (Clean Documents Folder)
What is \\r\\n? CRLF Explained (with CSV file example).
มุมมอง 9K2 ปีที่แล้ว
What is \\r\ ? CRLF Explained (with CSV file example).
Fire Animation Example using FastLED Library (with Code)
มุมมอง 21K2 ปีที่แล้ว
Fire Animation Example using FastLED Library (with Code)
Stop "Custom Office Templates" Folder From Appearing in Documents
มุมมอง 7K2 ปีที่แล้ว
Stop "Custom Office Templates" Folder From Appearing in Documents
Diffusing LED Lights? Try This!
มุมมอง 8K2 ปีที่แล้ว
Diffusing LED Lights? Try This!
What is \\n (backslash n)? Newline and Multiline Explained (with Python).
มุมมอง 33K2 ปีที่แล้ว
What is \ (backslash n)? Newline and Multiline Explained (with Python).
I Built an LED Monopoly Game Board
มุมมอง 1.6K2 ปีที่แล้ว
I Built an LED Monopoly Game Board
Improve Your Windows Folder Icons (In 2 Minutes) - Custom Folder Icons
มุมมอง 933 ปีที่แล้ว
Improve Your Windows Folder Icons (In 2 Minutes) - Custom Folder Icons

ความคิดเห็น

  • @roastinsaan2496
    @roastinsaan2496 8 วันที่ผ่านมา

    Thank you....your video helped me ❤❤

  • @k.chriscaldwell4141
    @k.chriscaldwell4141 12 วันที่ผ่านมา

    Thanks. Makes a great Christmas light run, too.

  • @guitarcenterapp1934
    @guitarcenterapp1934 14 วันที่ผ่านมา

    Hello pls make totorial arduino pro mini with code fire animation and Vu meter..I hope u can.help

  • @DinGroguDinDjarin
    @DinGroguDinDjarin 16 วันที่ผ่านมา

    The tutorial is not clear enough, and it lacks details on opening the files. It is not a good tutorial for beginners in Arduino.

    • @Electriangle
      @Electriangle 16 วันที่ผ่านมา

      Apologies, but this video was not meant to be a tutorial for beginners. It is simply a demonstration of what the code can do, and I have provided the code for free on GitHub for users who would like to incorporate it into their projects. For beginners, I recommend you check out Scott Marley's series of tutorial videos on the FastLED library (linked below). He made such good tutorial videos on this topic for beginners that I didn't even want to compete. Hope that helps! th-cam.com/video/4Ut4UK7612M/w-d-xo.html

  • @quikbale
    @quikbale 27 วันที่ผ่านมา

    THANK YOU I LOVE YOU SO MUCH YOU EAT

  • @alkhanli1
    @alkhanli1 28 วันที่ผ่านมา

    hi how can i print /n in python

    • @Electriangle
      @Electriangle 16 วันที่ผ่านมา

      Are you referring to printing a literal " " instead of as the video showed as an escape character? In that situation, you could use a double slash such as "\ " instead of a single slash as " ". That will print a literal backslash character "\" as a string followed by the "n" character. Another way to print " " literally in Python is if the letter "r" is typed in the argument for the print function call in front of the string. For example, print(r"Hello World"), will output the raw string as "Hello World".

    • @alkhanli1
      @alkhanli1 15 วันที่ผ่านมา

      @@Electriangle thanks

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

    Try silicone

    • @Electriangle
      @Electriangle 16 วันที่ผ่านมา

      Yeah, I did think about using that originally for this project because silicon has a longer working time than hot glue. Plus hot glue is a pain if you need to use your fingers to reform it to the shape of the mold.... I'll definitely consider switching it up and trying silicone for one of my upcoming projects to see how I like that option. I tested using epoxy not too long ago and that worked out pretty well for LED diffusion (Video link if you're interested: th-cam.com/video/XsS3jhkdSG0/w-d-xo.html ).

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

    Sir, what is the Circuit diagram of esp32 with ws2812 LED string?

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

      Here is a guide and circuit diagram: lastminuteengineers.com/esp32-wled-tutorial/

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

    Short, sweet, to the point. Great video! Thanks!

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

    Thank you. Have set multiple presets with different phrases. Been wanting this for the rear window of my car. If you know what I mean. ;)

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

    tHANKS BRO

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

    Ottimo!!

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

    Like the effect. Can it also be in green in stead of red?

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

      Yes! Check out my newer video here of the Color Flames animation: th-cam.com/video/umW_gA3FTrY/w-d-xo.html

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

    Using resin is inspired! I can really appreciate the final outcome. I have thought about using glass tiles as a back splash but wanted to add leds. I was thinking about applying them to acrylic or plexi but this is way better!

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

      Thanks! There are definitely some really nice glass tile options I saw that I wanted to use, but I decided to test it out on these cheaper porcelain tiles initially to learn the technique. I imagine this could look really cool as a larger backsplash.

  • @ІлляЛарюшин
    @ІлляЛарюшин 2 หลายเดือนก่อน

    i have a problem: and have the same outputs but why?

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

      Unfortunately, the does not work in all coding environments. Are you using an online code editor? I have noticed that some online editors will correctly interpret the as a carriage return, but others will not. I used the Visual Studio Code editor installed on my PC for the Python program shown in the video. If you want to test the functionality using an online Python editor, you could use the official Python online shell ( www.python.org/shell/ ). I'm not sure which other online editors may work.

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

    Awesome, I want to make one of these too!! Simple and looks great

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

      Yeah, it is simple to make and it's definitely a cool light with all the 3D effects! I still need to play around with it to figure out how I can display custom pixel art. WLED has some sort of tool to do that.

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

    Nice

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

    Good job. Ver good!

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

    Just what I was looking for! Thanks!

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

    Actually, the form feed character is sometimes used to divide a program into logical blocks, mostly in lisp code but also in python and c/c++ code (for instance, it's part of the GCC code style). A form feed character placed alone on a line acts as a logical page break, which can be used by the text editor or IDEs for efficient navigation and various display options. For example emacs has `narrow-to-page` and `forward-page` / `backward-page` commands (narrow mode).

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

      Thanks for the info. I had tried to find some examples online of where this form feed escape character might have been used, but it was hard to find much. This gives more insight into the topic 👍

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

    ty for the explanation, but this literally has no use in real life programming

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

      For the most part, yes, it has very limited use in everyday programming. I can give you an example though where it just so happened to be useful. Recently, I had a voltage sensor that communicated through the COM port to Python, and I was printing values to the output terminal. I was printing through the loop pretty fast and didn't want it to print a new line of text every time a new value came. So that was a situation where, by using at the end of the print statement, I could overwrite the previous line of text and the loop would keep replacing it with a new voltage value in the terminal.

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

      @@Electriangle didn’t really think of it like that, I really appreciate how you explained it ty so much it’s such an eye opener 🙏🏻

  • @Linยx
    @Linยx 2 หลายเดือนก่อน

    so, basically works as a newline?

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

      Correct, is the newline escape sequence character. I made a separate video for that one as well: th-cam.com/video/eaT3YOQEKfA/w-d-xo.html

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

    Great project! Thumbs up!

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

    Compilation error: 'rainbowCycle' was not declared in this scope

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

      Most likely this is because the "RainbowCycle_Main.ino" file and "RainbowCycle_Animation.ino" are not in the same folder. Both of these files must be placed within the same folder together and named "RainbowCycle_Main" before compiling the code. Check out the steps in the README file on the GitHub page to make sure the files are configured correctly: github.com/Electriangle/RainbowCycle_Main

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

    Hello friend, your tips are really cool and I managed to make it invisible, but the fact is that I don't want the steam folder and the origin folder to actually be in this documents folder because I want to put the documents folder on OneDrive and since these game folders are changed every time I play, they stay in sync with OneDrive all the time if they are there. Today I have 2 games, Company of Heroes and BF4, and they created folders that are 11.6GB and increase or decrease as I play. Do you understand that? That's my problem because I want to leave the documents folder empty and not just a question of visual aesthetics.

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

      I understand what you are trying to do. Unfortunately, I don't know how to do that and according to some others on this Steam Community post link below, it may not be possible to do that: steamcommunity.com/discussions/forum/1/1489987634011799557/ The only suggestion I can think of is if you can try to pick a different folder to save your documents and sync with OneDrive. In other words, leave the Steam games in the official "Documents" folder, then save all your documents in a different location and tell OneDrive to synchronize that new location instead.

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

    It’s a pretty nice project, but damn that paint job is sloppy. Good job nevertheless!

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

      Fair enough. To tell you the truth, that paint was from the dump 😂. It was pretty old and watered down. And the wood I built the frame out of came from a bed frame that was thrown away. I tend to use scrap materials for my LED projects to keep them cheap. Also, I kind of started this project with the mindset that it would be a proof of concept or a prototype build to validate the idea since I hadn't seen this done before. I might revisit this project in the future to make a better version with different tiles. It can certainly look cleaner with good materials and more patience!

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

    No gate discharge resistor for mosfet?

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

      The 555 timer sinks and sources current through the output pin, so I don't think a gate discharge resistor would be necessary here unless you are using a different operation mode with the 555 timer or trying to reduce the turn-off time due to a higher switching frequency. I wouldn't hurt to add one though. BTW, for this circuit, I tried to make it as simple as possible using minimal components. There are some things I would consider adding if I were to remake this circuit for better reliability and robustness. For example, I picked common 1kohm resistors instead of actually calculating and testing what the optimal values should be. And there should technically be a bypass capacitor from VCC to GND near the IC. But it's been working well so far, so I'm fine with the cheaper circuit for my application🙂

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

      Is this circuit is flicker free? Especially with low brightness and while during transition between brightest to dimmest /dimmedt to brightest? If not so? How to make it perfect? (Frequency of 555 oscillator/ (adding filter Capacitor at any output point(???)))

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

      @@jijeshkorothpoyil2697 Yes, it has been working flicker free for my LED application during transitions and even in low brightness. I am using a 12V SMD 5050 Led Strip for the load. If you select good quality components and good LEDs, it should work fine in your case as well. However, if you do have issues with flickering, you should be able to solve that by using a lower capacitor value for C1 to increase the frequency of the 555 timer. Filter capacitors in certain locations may be a second option to investigate if increasing the frequency doesn't fix it.

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

    Hi, where is the 0.34 version ??????

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

      Do you mean for the WLED firmware? The WLED releases can be found here: github.com/Aircoookie/WLED/releases At the time of the video, they were at 0.14.0. I would recommend downloading the 0.14.4 stable release for now until the next 0.15.0 version gets formally released.

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

    OMG You're a legend this is the best explanation No unrequired details straight up to the point Thank you soo much

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

    how i can make an emoji face in this pattern?

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

      I'm not sure how it would be made as an emoji face using a 1D strip... Are you working with a 2D LED matrix panel? Or wrapping the LEDs in a circle? I imagine this animation could work good for a circle ring of LEDs as a loading symbol or a spinning wheel effect.

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

    Nice work, except wled is hot garbage.

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

      Thanks. I’ve been using WLED for a while now in all my projects. Is there a better alternative to the WLED firmware?

    • @TAPASOJHA
      @TAPASOJHA 12 วันที่ผ่านมา

      ​@@Electriangle I don't think so, in my opinion WLED have it's best even many paid controller and firmware doesn't have what WLED having in free.

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

    To the point... Thanks

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

    Really phenomenal. I've been thinking about building my own diy lifx ceiling light, and this gave me a lot of ideas of how to implement it.

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

      Awesome, I'm glad to hear that!

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

    thank you so much sir

  • @jean-phiclerc5570
    @jean-phiclerc5570 4 หลายเดือนก่อน

    thank you for this video, I also played with Wled and scrolling text, with a 32x8 matrix. I'm having trouble displaying multiple sequences of text and finding the right display timing. It seems that there is a character limit, and the management of display times (seconds) is not respected, have you also noticed this? thank you Jean-Philippe

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

      I haven't come across that issue myself. But I did find on Reddit for r/WLED, BytesOfPi mentioned there is a limit of 32 characters. He also created a workaround for that if you are willing to go in and tweak the code through PlatformIO. Here's the post: www.reddit.com/r/WLED/comments/12fzgnw/presets_with_scrolling_text/

    • @jean-phiclerc5570
      @jean-phiclerc5570 4 หลายเดือนก่อน

      @@Electriangle i have the limitation of characters (i work with ESP8266) thanks for sharing link, i have to investigate more on timer for my scrolling texte, thanks!

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

    Thanks

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

    Hi can you help with carriage return. I'm not getting the output for

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

      Which code editor are you using? I noticed it doesn't seem to work properly in a lot of online editors. A lot of websites will ignore or incorrectly translate the escape sequence characters. I like to use the Visual Studio Code editor (that's the one in the video). I also tested it in the official online Python 3 Terminal window ( www.python.org/shell/ ) and it worked there.

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

    Thanks

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

    What power supply did you use? I’m trying to do the same without having to run a bunch of power injection

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

      I currently use a 5V 10A power supply from Amazon. My setup has around 460 + 220 pixels (split in the two directions). So technically, if I wanted to run them at full brightness, it would need a 41 Amp supply. I had tested initially with a 3 Amp supply, and I did notice it had limited brightness and color range. The 10 Amp one has shown good results for me. Depending on the animations you use, if you can stay below 450 pixels in a single run, you should be ok without needing power injection. Beyond that, it can start to show a reddish color instead of white. Here's the link to the product I bought: www.amazon.com/gp/product/B07CMM2BBR/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1

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

      @@Electriangle awesome man thanks!

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

    Thanks very helpful!

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

    Great & straight to the point explanation with a clearly understandable example! Thank you!

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

    king

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

    Great video Your explanation nailed it👏

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

    Thank You SOOOO MUCH🫡 God Bless

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

    Hello! Im a huge fan of your youtube channel, I have learned a lot with arduino and neopixels thanks to you! Im truly grateful, I just have 1 question....... Do you happen to know a code or a way I could use the color flame animation, in a way that by pressing a button I could change the flames color as the animation plays out? As in when I upload the code to the Neopixels the flame is red and when I press the button it changes to blue colored flame, then to the green colored one etc... I await for your response and thanks for everything so far!

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

      I appreciate it! I have created that sketch for you now so you can use it with an input button as you described. Check out the new folder on Github. There are a few ways to implement what you described in the code, I tried to go for the simplest approach I could think of. There are comments in the code if you're interested in following along for that. Link to Github: github.com/Electriangle/Color_Flames_Main Let me know if you need clarification or would like assistance with making adjustments to it. Enjoy the project!

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

      ​@@ElectriangleThank you so much it worked like a charm! I was just wondering if theres a default code to change colors of the animations you have in the channel with a button, Thank you so much anyway

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

      @@hama_sart Sure, I made a new repository template now similar to the previous code but this time using the switch-case method. So you can simply add in any of the different animations and function calls into the sketch, and it will switch between them with the button press. Link to GitHub: github.com/Electriangle/FastLED_With_Button_Control Keep in mind, if an animation uses the delay() Arduino function, that may give you an issue with the button because you will have to hold the button for longer until the delay() function is complete. I noticed this when testing the code out. I've been avoiding the use of the delay() function now in my newer sketches, but some of my older animations still have that limitation. Maybe someday I'll get a little time to go back and fix them.

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

    I'm a bit weary of how you used your bench grinder with that sheet of metal. It looks like the wheel could grab the sheet and pull it in. That would probably be pretty dangerous, maybe breaking your machine in the process. Just a thought.

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

      To be honest, that did make me feel nervous as well when I was doing it. You're right, one slip could have pulled it in badly. I think my angle was wrong there with that metal on the bench grinder... I appreciate your concern by pointing that out. That is important to be safe with those kinds of tools. Safety errors can have really bad consequences.

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

    How up speed scrolling? Now very slow... need x3

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

      Yes, you can speed up the text scrolling speed by changing the sliding bars shown under the effects tab. It is the slider called "Effect speed". (See video at 1:44).

  • @David-yp7bk
    @David-yp7bk 6 หลายเดือนก่อน

    Really nice project, thanks for sharing!

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

    Excellent, thank you

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

    This is really good. I'm going to use this on the corners of my house for my Halloween show.