Page 1 of 1

Sending pixel data to a Teensy

Posted: Tue Nov 04, 2014 13:23
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.

Posted: Thu Nov 06, 2014 17:05
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.