GithubHelp home page GithubHelp logo

Comments (8)

cnlohr avatar cnlohr commented on August 22, 2024

Yes, in fact! Several hints. Check the "parameters" section, click the thing to make it go back to factory settings then save. I believe the system currently defaults to having the DFT off.

Also, make sure output is not disabled.

from colorchord.

Louseman avatar Louseman commented on August 22, 2024

Ah, that did it. This is spectacular. Thanks!!!

from colorchord.

lightsarefun avatar lightsarefun commented on August 22, 2024

Hi, I see data in the oscilloscope and I do see response on DFT and LEDs webpage section, but my LED strip is all yellow (even when no sound is playing). I tried esp8266ws2812i2s and can control the strip just fine. Any thoughts?

Also working though the reset loop when in station mode. Works fine when connected to AP, but when it connects to my network i can see response through webpage in about 10 second intervals before restart. I've read through all the issues and tried various suggestions.

from colorchord.

cnlohr avatar cnlohr commented on August 22, 2024

I don't understand... are you having two separate issues? Also... do you have a scope or anything you can look at the RX line with? I am curious if something is totally hosed..

Also try make burnitall

from colorchord.

lightsarefun avatar lightsarefun commented on August 22, 2024

Hi, Yes two separate issues.
I really need to get a scope, but after reading "Clearing rest of buffer in ws2812_push #70", I now have response on LED strip by using DWS2812_THREE_SAMPLE instead of DWS2812_FOUR_SAMPLE.
when trying to do make all i was getting the following error:

user/ws2812_i2s.c:531:42: error: 'WS_BLOCKSIZE' undeclared (first use in this function)
while( bufferpl < &((uint8_t*)i2sBlock)[WS_BLOCKSIZE] ) *(bufferpl++) = 0;

Fixed this by adding #define WS_BLOCKSIZE 4000 to ws2812_i2s.h

The second issue is the esp8266 stuck in a reset loop when i connect to my network. There are other issue threads that have more relevant info about this so i will follow up there.

from colorchord.

cnlohr avatar cnlohr commented on August 22, 2024

There are two known issues that can contribute to the reboot loop, but both that I'm aware of are solved by burnitall which reflashes even the configuration section of the ESP.

from colorchord.

lightsarefun avatar lightsarefun commented on August 22, 2024

i have been using burnitall, but still having the issue. I recall seeing a thread about someone having issues when using station mode by connecting via "scan for wifi", rather than manually configuring. I recall trying to manually enter network configs in addition to using the scan feature, but no luck. I tried it on multiple nodeMCU boards, but it is still hosed. Glad to get the LEDs working though, awesome project! Reminds me a much better version of a chromatic tuner project I did in school.
Won't be available to work on this until next week, but I'll post more info about the reset loop.

from colorchord.

cnlohr avatar cnlohr commented on August 22, 2024

I should have time this weekend to try to repro, but please make a new issue. This way we can loop Adam into it and see if he's up for helping.

from colorchord.

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.