Caliga
Posts: 1
Joined: Wed Mar 11, 2015 9:36 am

2 32x64 LED matrices connected via GPIO

Wed Mar 11, 2015 9:50 am

Hello there,

For a work project (I work for a web development agency) we've decided to do some experiments with the Raspberry Pi2. One of these experiments which I've gotten the green light to do is a little project involving a 64x64 LED Matrices which can be found here:

http://www.led-card.com/product_info.ph ... cts_id=243

Unfortunately they only do a maximum of 32 x 64, so my hope is to set up two of these running in unison from a Raspberry Pi, controlling them with the GPIO pins.

I'm at a bit of a loss where to begin, I've found tutorials that show how to hook two 32x32 matrices together, and there are some libraries out there to handle the IO, for example: https://github.com/hzeller/rpi-rgb-led-matrix, but they only seem to go up to a certain size.

I believe this type of matrix can be daisy chained together, but I've read a lot of stuff about having to use level shifters (which I admittedly don't understand).

My question to you all is: have you ever done something similar? How best to wire these? Am I out of my mind?

Many thanks!

User avatar
davidcoton
Posts: 5026
Joined: Mon Sep 01, 2014 2:37 pm
Location: Cambridge, UK
Contact: Website

Re: 2 32x64 LED matrices connected via GPIO

Wed Mar 11, 2015 9:00 pm

Talk to the supplier. If they don't know how to do it, then either it can't be done, or you shouldn't be buying from them. :lol:
Signature retired

braniac
Posts: 1
Joined: Sat Mar 14, 2015 6:53 pm

Re: 2 32x64 LED matrices connected via GPIO

Sat Mar 14, 2015 7:03 pm

Yes it can be done. The 32 x 32 panels can be daisy chained up to 8 in a row and the raspberry pi 2 offers 40 gpio pins which means 3 of those 8 panel rows in parallel without using extra cpu power compared to the old raspberry pi which would only be able to handle one such row. Remember to use comxplayer for your videos. Hope it helps a bit. :D

austin77777
Posts: 1
Joined: Tue Nov 24, 2015 2:58 pm

Re: 2 32x64 LED matrices connected via GPIO

Tue Nov 24, 2015 3:01 pm

Were you able to get this working? I am looking to use two, possibly three panels chained together but I have no clue how to do it. Any insight would be appreciated. Thanks!

User avatar
DougieLawson
Posts: 39120
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: 2 32x64 LED matrices connected via GPIO

Tue Nov 24, 2015 7:13 pm

Take a look at the Adafruit LED matrices and software to drive them.
https://learn.adafruit.com/adafruit-rgb ... g-matrices
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Return to “Advanced users”