Intrinsic_Eb
Member
Hey Guys, I need some help
Here is the project thus far:
Me and my club are working to build a 120x64 LED matrix capable of displaying video. The current plan is to have 4 panels that attach together. Each panel will host 2 teensy 3.0s, each driving 8 horizontal lines of 120 WS2811 LEDs. So in total each panel will host 120x16 LEDs. These will be powered by 2 300W power supplies on the back of each panel, so 8x300W = 2400W total. ~20A at 120V, so we will plug into two different line supplies (It is hard to come by a 220V plug around here). The panels then interconnect to form the full matrix. Currently we are working on getting all of the parts together to build the matrix itself. It will end up being 2 meters wide by 1 meter tall (not including the stand).
The plan then is to test out the OctoWS2811 code with Paul's video display program running on a PC with a USB hub to connect the 8 teensys running the panels. If that works just fine I want to find a better way to drive the display. As in, a way that doesn't need my computer driving the whole thing. Currently I am thinking the BeagleBone Black(BBB) seems like a pretty good option. I saw Paul's post about using the BBB to display .gifs at his makerfair booth and streaming a web cam to his display. (http://www.dorkbotpdx.org/blog/paul/maker_faire_2013) I would like to do something similar here.
The real question is, will the BBB be able to output to all 8 teensys without any hickups? Could I modify the code that was posted for that maker fair display to stream the webcam video to the display? And the ultimate goal would be to use one of these: http://www.amazon.com/StarTech-SVID2USB2-S-Video-Composite-Capture/dp/B000O5RIWO to get frames from an outside source and play them on the LED display. This way we would be able to plug in a gaming system and play off of that. Although, now that I think about it I could just use an emulator on the BBB and find some way to output to the LED display. I personally am a Linux noob so that may be a bit of a long shot.
If anybody has some advice it would be much appreciated.
Also, side note, how to get audio out of a BBB with it is running the display. I am thinking a DAC on a few of the pins would work?
Here is the project thus far:
Me and my club are working to build a 120x64 LED matrix capable of displaying video. The current plan is to have 4 panels that attach together. Each panel will host 2 teensy 3.0s, each driving 8 horizontal lines of 120 WS2811 LEDs. So in total each panel will host 120x16 LEDs. These will be powered by 2 300W power supplies on the back of each panel, so 8x300W = 2400W total. ~20A at 120V, so we will plug into two different line supplies (It is hard to come by a 220V plug around here). The panels then interconnect to form the full matrix. Currently we are working on getting all of the parts together to build the matrix itself. It will end up being 2 meters wide by 1 meter tall (not including the stand).
The plan then is to test out the OctoWS2811 code with Paul's video display program running on a PC with a USB hub to connect the 8 teensys running the panels. If that works just fine I want to find a better way to drive the display. As in, a way that doesn't need my computer driving the whole thing. Currently I am thinking the BeagleBone Black(BBB) seems like a pretty good option. I saw Paul's post about using the BBB to display .gifs at his makerfair booth and streaming a web cam to his display. (http://www.dorkbotpdx.org/blog/paul/maker_faire_2013) I would like to do something similar here.
The real question is, will the BBB be able to output to all 8 teensys without any hickups? Could I modify the code that was posted for that maker fair display to stream the webcam video to the display? And the ultimate goal would be to use one of these: http://www.amazon.com/StarTech-SVID2USB2-S-Video-Composite-Capture/dp/B000O5RIWO to get frames from an outside source and play them on the LED display. This way we would be able to plug in a gaming system and play off of that. Although, now that I think about it I could just use an emulator on the BBB and find some way to output to the LED display. I personally am a Linux noob so that may be a bit of a long shot.
If anybody has some advice it would be much appreciated.
Also, side note, how to get audio out of a BBB with it is running the display. I am thinking a DAC on a few of the pins would work?