Giter Club home page Giter Club logo

Comments (7)

ahodges9 avatar ahodges9 commented on July 27, 2024 2

This looks a lot like the FastLED interrupt issues. Do you have FASTLED_ESP8266_DMA defined in your .ino and have you installed the proper fork? You can also try defining FASTLED_ALLOW_INTERRUPTS to 0 and see if that resolves your problem (see https://github.com/FastLED/FastLED/wiki/Interrupt-problems) if that does you likely don't have DMA working properly.

from systematic-leds.

blassbasti avatar blassbasti commented on July 27, 2024 1

I think I have a very similar FastLED issue as you can see in this youtube video.

I removed all FastLED libraries from my laptop and reinstalled the suggested one.
Another thing that is unclear to me is if i the .ino file for the ESP should say #include "FastLED.h" or #include <FastLED.h> and what the difference between those notations is.

from systematic-leds.

blassbasti avatar blassbasti commented on July 27, 2024

it may be an electrical problem since you use a lot of pixels. how much current do you have?

from systematic-leds.

luxxl avatar luxxl commented on July 27, 2024

I'm currently using 20A PSU when I turn it on voltage drops 0.01v, didn't measured amperage but it should be enough to drive led's as it won't be all on white and i'm using like 50% brightness I tried ATX psu that have 40A on 5v buss still same. Yesterday I noticed that D1 mini board flicker a bit less than lua v3 and I'm starting to think that this have something to do with bad chip.

from systematic-leds.

luxxl avatar luxxl commented on July 27, 2024

Wow man thanks a lot. You just solved my problem now with interrupts 0 defined it works like a charm ;)

from systematic-leds.

ahodges9 avatar ahodges9 commented on July 27, 2024

You really shouldn't use that because it essentially drops all interrupt (i.e. WiFi packets) while the LEDs are being written to. With reactive effects this is going to eventually bite you in the ass. Have you tried removing FastLED, installing this fork: https://github.com/coryking/FastLED, then just having FASTLED_ESP8266_DMA defined? This will use a slightly different approach to driving the LEDs that should be significantly better.

from systematic-leds.

luxxl avatar luxxl commented on July 27, 2024

it worked I tried reinstalling FastLED before but not this particularly fork it works as intended now. Thanks for help :)

from systematic-leds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.