Support for MBI6024 LED driver chip (S-PWM) #525
Replies: 5 comments 24 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Do you think these might be other pins, not standard CLK and R G B ? Why ?
I am interested too, but... I see no reason to think that the selection of rows on the panel is arranged in any special way. The panel has a standard multiplexor chip SM5166 (138 type), therefore a row selection should be controlled as usual by A B C D E pins. |
Beta Was this translation helpful? Give feedback.
-
I emailed the seller. But I think they'll just post whatever they have laying around in the warehouse... so they'll probably end us sending us wrong panel type for us, but the right panel type for the OP. |
Beta Was this translation helpful? Give feedback.
-
Hi, I came across this thread as I bought a big batch of these P4 LED Modules for a job (I make LED screens for theatres and operas for a living) and I had trouble getting them to work (first time ever in around 10 years I've had a HUB75 module that just showed blank with default settings). I was pretty sure that the modules were basically working but the data from the shift registers (RUL6024) wasn't being latched across to the outputs - I knew this because I could connect a RUL6024 module first and daisy chain it to another similar module with a different chipset and the generic chipset module displayed perfectly whilst the RUL6024 module remained blank. I also know that the line drivers (32 rows A B C D E etc) were being driven correctly as if I unsoldered some of the RUL6024 and replaced them with a common shift register - ICN2028 (edit: note thats 2028 and not 2038, I'd be interested to try with a 2038 but I don't have one) - those sections of the module displayed perfectly. I use the modules with Novastar receiving cards (the industry standard commercial driver boards). To get them working I had to change the chipset in the configuration to ICN2038. The pinout and functionality of RUL6024 is similar to dozens of other LED drivers, obviously there's something different in the timing requirement, probably the latch signal. When I get back to my workshop I intend to put a scope on it and work out what the difference is. I managed to get the elusive datasheet for RUL6024 from the manufacturer, it should be attached here and hopefully it will be of help to somebody. RUL6024V6-EN-V1.0 Specification.pdf PS I initially worried that RUL6024 was an equivalent to MBI6024 as somebody mentioned above, but it's not the case. |
Beta Was this translation helpful? Give feedback.
-
According to included specification, it is an ordinary dual-latch driver and not a S-PWM one. This is also confirmed by the fact that the panels worked with ICN2038 configuration (the ICN2038 is standard driver, supported by the library) |
Beta Was this translation helpful? Give feedback.
-
Hi,
i bought this Panel:
typical RGB panel available for purchase
here is my Test Project:
https://github.com/diplfranzhoepfinger/ESP32-HUB75-MatrixPanel-DMA-examples-esp-idf-without-gfx
I am using a ESP32-S3-DevKitC-1-N32R8V
with a Logic Analyzer i see the Address Lines Togging (A,B,C,D)
but the R-G-B Lines all 0.
i modified the Code like this:
https://github.com/diplfranzhoepfinger/ESP32-HUB75-MatrixPanel-DMA-examples-esp-idf-without-gfx/blob/some_tests/without-gfx/main/main.cpp
and i see some toggling on Channge 12, which is R2 Line.
Some Photos of the Modules:
The Chips on the Boards read RUL6024, and there are many of them.
Beta Was this translation helpful? Give feedback.
All reactions