Coder Social home page Coder Social logo

Comments (4)

mrvanes avatar mrvanes commented on July 23, 2024

DEVICE_TYPE 0 with NUM_LEDS 80 and BAND_GROUPING 1 works flawless, so the 80 LEDS is not the problem, maybe the math for the DeskLamp is somewhat hungry? Also, a simple matrix (DEVICE_TYPE 1) of 8x10 is no problem.

from esp8266-fastled-iot-webserver.

mrvanes avatar mrvanes commented on July 23, 2024

I've boiled it down to any one of the first 5 DEVICE_TYPE 3 patterns. Each one of them triggers the exception and the problem is that once that's stored in eeprom, you're in an endless loop, because that pattern will be retrieved on start. If I replace line 1259 with
currentPatternIndex = 5;
Everything works like expected (apart from remembering the last pattern of course), except that I can't use the DeskLamp patterns.

from esp8266-fastled-iot-webserver.

NimmLor avatar NimmLor commented on July 23, 2024

I have now idea why it wouldn't boot, try removing the FASTLED_ALLOW_INTERRUPTS line at the top. Then update all libraries to the newest version and a screenshot of the settings in the tools menu would be great too.

from esp8266-fastled-iot-webserver.

mrvanes avatar mrvanes commented on July 23, 2024

My sincere apologies, I mistakenly assumed Secrets.h had to contain all configuration, so I had a strange mixed config that made no sense at all. I now corrected it to only contain the secrets and adjusted the top of the sketch to have the correct configuration and all is well now. Thanks for the beautiful project!

from esp8266-fastled-iot-webserver.

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.