ESP32 & Eve3 Display Help
Posted: Sat Feb 20, 2021 3:06 pm
Good afternoon everyone,
I am seeking help in connecting an Eve 3 Display - https://www.matrixorbital.com/ftdi-eve/ ... e3-50a-ips
This is a non-touch model with 128 mb of flash.
I am trying to connect it to an ESP32 board as per the included photo. I have compiled the https://github.com/MatrixOrbital/ESP-EVE3-Weather-Demo but I am not getting anything from the display.
In Serial, I am receiving Cmd_READ_REG_ID - fail, which I know means that the display is not outputting the 0x7C to initialize communication.
My question is it possible to connect to the display using a direct connection to an ESP32 board or do I need to use the SPI2BBC?
I have checked my wiring multiple times and have tried other ESP32 boards as well.
I appreciate any help and suggestions, I can supply more information, photos, etc. Just trying to get this running in a basic manner. Thank you!
Todd Update:
I have tried this with Rudolph's code (the backlight comes on but nothing displayed) and get the following in Serial:
[17:08:18:941] Backtrace:0x40082183:0x3FFB0D40 0x40082E31:0x3FFB0D60 0x4000BFED:0x3FFB66F0 0x400857B1:0x3FFB6700 0x400D5810:0x3FFB6720 0x400D581B:0x3FFB6750 0x400D58B9:0x3FFB6770 0x40085ED6:0x3FFB6790 0x40085559:0x3FFB67B0 ␍␊
[17:08:18:953] ␍␊
[17:08:23:898] <0x1b>[0;31mE (70452) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:<0x1b>[0m␍␊
[17:08:23:898] <0x1b>[0;31mE (70452) task_wdt: - IDLE0 (CPU 0)<0x1b>[0m␍␊
[17:08:23:898] <0x1b>[0;31mE (70452) task_wdt: Tasks currently running:<0x1b>[0m␍␊
[17:08:23:898] <0x1b>[0;31mE (70452) task_wdt: CPU 0: main<0x1b>[0m␍␊
[17:08:23:936] <0x1b>[0;31mE (70452) task_wdt: CPU 1: IDLE1<0x1b>[0m␍␊
[17:08:23:936] <0x1b>[0;31mE (70452) task_wdt: Print CPU 0 (current core) backtrace<0x1b>[0m␍␊
Thank you to any help!
I am seeking help in connecting an Eve 3 Display - https://www.matrixorbital.com/ftdi-eve/ ... e3-50a-ips
This is a non-touch model with 128 mb of flash.
I am trying to connect it to an ESP32 board as per the included photo. I have compiled the https://github.com/MatrixOrbital/ESP-EVE3-Weather-Demo but I am not getting anything from the display.
In Serial, I am receiving Cmd_READ_REG_ID - fail, which I know means that the display is not outputting the 0x7C to initialize communication.
My question is it possible to connect to the display using a direct connection to an ESP32 board or do I need to use the SPI2BBC?
I have checked my wiring multiple times and have tried other ESP32 boards as well.
I appreciate any help and suggestions, I can supply more information, photos, etc. Just trying to get this running in a basic manner. Thank you!
Todd Update:
I have tried this with Rudolph's code (the backlight comes on but nothing displayed) and get the following in Serial:
[17:08:18:941] Backtrace:0x40082183:0x3FFB0D40 0x40082E31:0x3FFB0D60 0x4000BFED:0x3FFB66F0 0x400857B1:0x3FFB6700 0x400D5810:0x3FFB6720 0x400D581B:0x3FFB6750 0x400D58B9:0x3FFB6770 0x40085ED6:0x3FFB6790 0x40085559:0x3FFB67B0 ␍␊
[17:08:18:953] ␍␊
[17:08:23:898] <0x1b>[0;31mE (70452) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:<0x1b>[0m␍␊
[17:08:23:898] <0x1b>[0;31mE (70452) task_wdt: - IDLE0 (CPU 0)<0x1b>[0m␍␊
[17:08:23:898] <0x1b>[0;31mE (70452) task_wdt: Tasks currently running:<0x1b>[0m␍␊
[17:08:23:898] <0x1b>[0;31mE (70452) task_wdt: CPU 0: main<0x1b>[0m␍␊
[17:08:23:936] <0x1b>[0;31mE (70452) task_wdt: CPU 1: IDLE1<0x1b>[0m␍␊
[17:08:23:936] <0x1b>[0;31mE (70452) task_wdt: Print CPU 0 (current core) backtrace<0x1b>[0m␍␊
Thank you to any help!