Git Product home page Git Product logo

Comments (4)

Makuna avatar Makuna commented on August 16, 2024

Are you using the default branch of my library? For esp8266, there is another branch with better memory handling with the animation supported separated out.

First, try a different pin, like 4 or 5 that doesn't share functionality. Just to make sure there isn't something else being effected by the pin change. 14 is the clock for one of the SPI buses.

150 pixels is 4ms to just send out the pixel data. For testing, what happens if you just make it 8 pixels? Does it still repro? This shouldn't be a problem but just something to check.

The yield in your loop() isn't needed,

from neopixelbus.

Duality4Y avatar Duality4Y commented on August 16, 2024

I can't change pins i am stuck with the hardware i got :)
branch i am using:

robert@laptop:~/Sketchbook/sketchbook/libraries/NeoPixelBus$ git branch -a
* NeoPixelAnimator
  master
  remotes/origin/HEAD -> origin/master
  remotes/origin/MultiBus
  remotes/origin/NeoPixelAnimator
  remotes/origin/master

I know the yield in the loop isn't needed :) but i thought why not.
I'll try and make it 8 pixels and see what happens :)

from neopixelbus.

Duality4Y avatar Duality4Y commented on August 16, 2024

tried 8 pixels still crashes,
tried pin 4 and crashes even faster (keeps crashing)
and on pin 5 the same result.

Edit,
setting the pixels to 1 works. it doesn't crash.

ok tried to upload new software and it started throwing this out in the middle of the upload. (upload crashed ofcourse)

Fatal exception (28): 
epc1=0x40100004, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000014, depc=0x00000000

ok it moste definitly crashes with 150 pixels and doesn't with just 1

this happens both when i start in acces point or have switched to it.
but does not happen in Station mode.

from neopixelbus.

Duality4Y avatar Duality4Y commented on August 16, 2024

Ok I have to strip connected top pin 14 and that works 150pixels works.
does still crash in ap mode, did:
if apmode then dont run.

from neopixelbus.

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.