You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Just to add, on a recent version of Espruino on MDBT42 I did:

    require("neopixel").write(D16, new Uint8Array(15))
    require("neopixel").write(D18, new Uint8Array(15))
    

    And it works fine - so as others have said this could well be an electrical issue. Those LED strings can draw a bunch of power when on.

About

Avatar for Gordon @Gordon started