Replies: 1 comment
-
The Feather V2 has 2MB of PSRAM. This is connected to the gpio pins 16 and 17 (and some more). So these pins are used twice, which might lead to this error. Try replacing 16 and 17 with 32 and 33. If you error still occurs, try changing the Flashmode to DI or DIO. And test all combinations of it. Please inform us, when something worksout. |
Beta Was this translation helpful? Give feedback.
-
I am trying to use an Adafruit ESP32 Feather V2 with a 64x32 Hub75 display, with the code from Examples - ESP32 HUB75 LED MATRIX PANEL DMA Display - 1_SimpleTestShapes, but the display only flashes two lines, and the Arduino Serial Monitor shows this on every flash:
So the resetting is apparently causing the flashing. Any ideas as to why this might be happening?
The Feather is attached to a powered USB hub, and the LED display is powered from a bench supply set to 5 V, so there shouldn't be power supply issues. I am not using any level shifters on the data lines, though. Here is the pinout I am using:
I am not set on using that specific Feather; any one that supports Bluetooth is fine. It would be nice to stick with a Feather though, as it is a standard and includes a battery charger circuit.
Beta Was this translation helpful? Give feedback.
All reactions