Is it time for a new 'Ledtriks'?

Aurbo99

Super Moderator
Staff member
Gang

I've been slowly bashing away at TimW's LTC source code and I've come to a point where I must decide to push forward with a new build of an LTC module to be included with V3 or shelve it and leave status quo.

1. How many folks use the Ledtriks in their display in 2015?

2. Would a LedTriks module embedded in V3 be useful and relevant?

3. Would a Newer build of the actual Ledtriks design be worth the effort? < new controller board, with V3 support.
 
I have to keep tossing the option out there. If you use a Pi running FPP in bridge mode, you now have an E1.31 attached LEDTriks that you can sequence as a matrix in Vixen3 or any other sequencer.
 
So it would be a Ledtriks connected to a Trik-C connected to a Pi running in Bridge mode running off of Vixen 3 as a matrix?

Or is it a Ledtriks connected to a Trik-C connected to a Pi running in Bridge mode using exported fpp files generated from Vixen 3 as a matrix?
 
So it would be a Ledtriks connected to a Trik-C connected to a Pi running in Bridge mode running off of Vixen 3 as a matrix?

Or is it a Ledtriks connected to a Trik-C connected to a Pi running in Bridge mode using exported fpp files generated from Vixen 3 as a matrix?

I tested a 4x layout with a USB-RS232 dongle attached to the Triks-C boards with FPP - seems to work OK but my LEDTriks is still in the bare setup state (after 4+ years.... sad...) so I've never really used it...
 
LEDTriks with Triks-C board connected to Pi via USB serial dongle. Pi runs FPP set to bridge mode which means it receives E1.31 data and sends it out the serial port. FPP handles treating the LEDTriks/Triks-C combination as a matrix so in Vixen3 you just create a matrix to match the size of your LEDTriks display and send the channel data to FPP over E1.31. FPP uses the red channel data so you sequence as if if were a RGB matrix but only the red channels are used and the blue and green are ignored. Anything non-zero is on and zero is off. This allows you full access to text and animated effects in your sequencer provided they work and look ok in a single-color use case.
 
I have to keep tossing the option out there. If you use a Pi running FPP in bridge mode, you now have an E1.31 attached LEDTriks that you can sequence as a matrix in Vixen3 or any other sequencer.

I'd be interested in a step by step walk through on how this is done.

Anyone care to elaborate?
 
LEDTriks with Triks-C board connected to Pi via USB serial dongle. Pi runs FPP set to bridge mode which means it receives E1.31 data and sends it out the serial port. FPP handles treating the LEDTriks/Triks-C combination as a matrix so in Vixen3 you just create a matrix to match the size of your LEDTriks display and send the channel data to FPP over E1.31. FPP uses the red channel data so you sequence as if if were a RGB matrix but only the red channels are used and the blue and green are ignored. Anything non-zero is on and zero is off. This allows you full access to text and animated effects in your sequencer provided they work and look ok in a single-color use case.

Is it possible in FPP to run the sign independently of shows isn't it? Or at that point is it just better to go with a standalone setup? I'd like to add it into my shows but also always want the FM station displayed nearly all the time, but also don't want to have to update 15 sequences if I need to change it.

This year I used a rather nice looking static sign from Build A Sign as I was having trouble sourcing the parts for a P10/LEDTriks display as well. It looks great but I actually did run into more issues with the FM frequency I used and it would have been nice to have an option to change it.
 
You can use a looping effect sequence on the sign instead of having the tune to info in each sequence. This is what I do with my two Tune To signs. An event script at the beginning of my playlist starts a looping Tune To effect sequence, then at the end of the playlist, another event script stops the looping effect sequence.

To use the LEDTriks w/ Triks-C and FPP, you would connect the Triks-C to the Pi or BBB via a USB serial dongle. Then you would add a new Triks-C Channel Output in FPP and configure it to tell FPP about your panel layout. Configure the necessary number of E1.31 universes in FPP and set FPP to bridge mode. You need to have enough E1.31 channels for the number of LED's in the panels times 3 since FPP needs RGB data input but it only uses the red channel info. In your sequencer, setup the E1.31 output to match what FPP is expecting. Then create a matrix model that matches the dimensions of your panel layout. Anytime the red channel for a 'pixel' in the matrix is non-zero then the corresponding LED on the LEDTriks will light. This allows you to use monochrome effects from your sequencer on the panels.
 
Thanks

Seems as there might be a way to replicate this using Vixen, e1.31 bridge and a Triks-C without going through the FPP process, Time to start experimenting..
 
Back
Top