You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Thanks for posting the picture - I love the little spirals of wire for power :)

    I'd love to see some pictures when it's on!

    The flickering could be a power supply issue... Is it just being powered from USB at the moment?

    I'd maybe add some capacitors (at least 47uF) across the power lines, at the beginning and end of the spiral.

    Also if you're powering the LEDs directly off a 5v supply there's sometimes the issue of voltage levels for the data signal that make it a bit glitchy. You could try adding a 300 Ohm (ish) resistor between the data wire (B15?) and the 5v for the LEDs, then add the line:

    pinMode(B15,"af_opendrain");
    

    That'll make the output so it only pulls down to 0v, and then the resistor will pull up to 5v. It means you end up with a full 5v signal (which should be more reliable) rather than the 3.3v you'd usually get.

About

Avatar for Gordon @Gordon started