Search results

  1. E

    MakerFaire BeagleBone to Teensy protocol

    Hi Paul, I was hoping to leverage some of the code you used for your excellent MakerFaire display for a project I'm working on. It looks like you have a protocol to autodetect the Teensys so you don't have to hunt down the port names all the time. I see the BeagleBone code in the attachments on...
  2. E

    OctoWs2811 Video with software other than proccessing

    Chris, this took me a while to get my head around too when I first started digging in to it. Don't think of the 24 bytes as normal RGB color values, they're not. An RGB color value is 24 bits which are normally placed right next to each other in 3 bytes. That's not what happens here. The...
  3. E

    Cable recommendation for WS2811 LEDs?

    If you have the option, it might be easier to power the strips from different outlets situated near where they are placed around the room. Then all you'd need to do is stretch signal/ground wires from the Teensy to each strip. Twisted pair network cable should do fine for that I would think.
  4. E

    OctoWS2811 POV

    Hi, I have a question: is it possible to modify the OctoWS2811 library to change the output pin assignments? Here's why I'm asking: I'm working on a Persistence Of Vision project where we're using a Teensy 3.0 to drive two WS2811 strips spaced 180 degrees apart from each other and spun around...
Back
Top