Replies: 4 comments
-
Do you get the same issue when testing each panel individually when connected to the ESP32? Looks like some electrical noise type issue. |
Beta Was this translation helpful? Give feedback.
-
Yes, already tested, the same issue...
Obter o Outlook para Android<https://aka.ms/AAb9ysg>
…________________________________
From: mrfaptastic ***@***.***>
Sent: Monday, August 14, 2023 9:24:00 AM
To: mrfaptastic/ESP32-HUB75-MatrixPanel-DMA ***@***.***>
Cc: Julio Montes ***@***.***>; Author ***@***.***>
Subject: Re: [mrfaptastic/ESP32-HUB75-MatrixPanel-DMA] Problem with frequency or bleeding? pls someone help me...😅😅 (Discussion #489)
Do you get the same issue when testing each panel individually when connected to the ESP32?
Looks like some electrical noise type issue.
—
Reply to this email directly, view it on GitHub<#489 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAYSCXKAL7AQLJNWP5MPSTDXVIKGBANCNFSM6AAAAAA3NNU54M>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This is called ghosting. It occurs due to charges in the high and low side of the LED matrix due to multiplexing. There is a procedure for controlling this however many P6 panels are somewhat limited on this. This code base does not support much outside of lowering the refresh rate. Bleeding or ghosting increases as a function of refresh rate. On some P6 panels there is optional resistor pads for installing pull down resistors on the high side. Adding a resistor like 10k will help some but not likely enough to remove this completely. Would you like me to explain how it happens? |
Beta Was this translation helpful? Give feedback.
-
Another possible issue here is power supply and/or chain length. Make sure your power supply can carry the max load. Make sure the clock speed is set low enough to handle a long chain. As the chain increases in length there can be artifacts due to small capacitors on the ribbon cable, PCB traces and IC pins. The net result of this is an attenuation of signal quality which can create artifacts periodically. There is no real solution in most cases other than lowering the clock speed or using multiple controllers. |
Beta Was this translation helpful? Give feedback.
-
Hi to every one,
I'm facing a problem that I'm not sure about its root cause, let me explain.
I have a display with 3x3 of 32x16 modules, but as you can see below there are some LEDs that were not to be on:
display_3x3.mp4
Its all over the display.
I'm using a power supply of and the AC GND is connected:
For the code I'm using:
Default GPIO pins
i2sspeed: HUB75_I2S_CFG::HZ_20M (Already tried with others freqs but the problem only get worse)
min_refresh_rate: 30 (Already tried omitting this option and setting it, but nothing changed)
clkphase: false (Already tried with true and started to show wrong colors)
For now, I don't know what to do to solve this, pls someone help me...😅😅
Beta Was this translation helpful? Give feedback.
All reactions