Search found 3 matches

by Zhivoi
Wed Feb 22, 2023 8:14 am
Forum: ESP32 Arduino
Topic: ESP32 + RGBMatrix + WiFi STA problem
Replies: 3
Views: 1460

Re: ESP32 + RGBMatrix + WiFi STA problem

Changed the library to "ESP32-HUB75-MatrixPanel-I2S-DMA"
And it works well with wifi and matrix.
by Zhivoi
Wed Feb 22, 2023 7:18 am
Forum: ESP32 Arduino
Topic: ESP32 + RGBMatrix + WiFi STA problem
Replies: 3
Views: 1460

Re: ESP32 + RGBMatrix + WiFi STA problem

After commenting the line in RGBmatrixPanel.h , the reboots stopped, but of course the matrix does not show anything //timer_start(TIMER_GROUP_1, TIMER_0); #if defined(ARDUINO_ARCH_ESP32) timer_config_t tim_config; tim_config.divider = 2; // Run Timer at 40 MHz tim_config.counter_dir = TIMER_COUNT_U...
by Zhivoi
Mon Feb 20, 2023 12:02 pm
Forum: ESP32 Arduino
Topic: ESP32 + RGBMatrix + WiFi STA problem
Replies: 3
Views: 1460

ESP32 + RGBMatrix + WiFi STA problem

Hello. Faced a strange problem with ESP32-WROOM-32U. If I initialize the RGBMatrix panel (32*64, NOT connected to ESP32board, only initialization), then initialize the STA wifi, the ESP immediately gives the error Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region access...