Sending pixel data to a Teensy

Bro, does your rig even lift?
Post Reply
tatoaraoz
Posts: 6
Joined: Sun Nov 25, 2012 15:41

Sending pixel data to a Teensy

Post by tatoaraoz »

Hi.
I'm trying to manage addressable light strip in realtime from Resolume . I'm starting from zero.
Can you make a components list and connection diagram?

I read WS2811 , WS2812, WS2812b are the led I need and there is a few ARDUINO Libraries to control the Teensy 3.0 / 3.1 https://www.pjrc.com/teensy/td_libs_Oct ... .html#addr.


I have these in mind:
RESOLUME Output (via Syphon)
PROCESSING Input (via Syphon)
PROCESSING Output (via USB ?? ) :?
Teensy Input (loosing here)
Teensy Output (wire diagram from Library above)



Any comments?
I think I need to take some electronic course. :geek:
Thanks.

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Post by Joris »

[post moved]

You'll need some way for Processing to talk to your Teensy. I'm not really very knowledgable on Teensies, but I've used serial commands via USB to let Processing talk to an Arduino.

I would suggest to ask your question on a Processing or Teensy forum, I'm sure there are more people there that can help you.

Post Reply