Running on a ESP32 and a 2.8" ili9341 touch display #158
Replies: 2 comments 1 reply
-
Error that causes it to reboot. Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: PC : 0x4008a48f PS : 0x00060b30 A0 : 0x800da884 A1 : 0x3fff1f70 A2 : 0x00000000 A3 : 0x3f402067 A4 : 0x00000048 A5 : 0x0000000a A6 : 0x00000000 A7 : 0x00000000 A8 : 0x800da6cc A9 : 0x3fff1f20 A10 : 0x00000000 A11 : 0x00000000 A12 : 0x00000001 A13 : 0x00000000 A14 : 0x3fff207c A15 : 0x00000001 SAR : 0x00000013 EXCCAUSE: 0x0000001c EXCVADDR: 0x00000000 LBEG : 0x40084789 LEND : 0x40084791 LCOUNT : 0x00000027 Backtrace: 0x4008a48c:0x3fff1f70 0x400da881:0x3fff1f80 0x400d82a6:0x3fff2070 0x400d560f:0x3fff21b0 0x400d56aa:0x3fff21d0 ELF file SHA256: 28b92187bc52a8ba Rebooting... ets Jul 29 2019 12:21:46 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:1184 load:0x40078000,len:13232 load:0x40080400,len:3028 entry 0x400805e4 CYD-Klipper v2.0.0 Type 'help' for serial console command list |
Beta Was this translation helpful? Give feedback.
-
Didn't have a CYD but had both ESP32 and a 2.8" ili9341 touch display laying around.
Method:
Used the web-based installer and chose "ESP32-2432S028 (2.8" Resistive)" and flash the firmware. Connect the display to ESP32 using this pinout:
Display Pins
VCC = 3V3
GND = GND
CS = GPIO 15
RESET/RST = EN
DC = GPIO 2
SDI (MOSI) = GPIO 13
SCK = GPIO 14
LED = GPIO 21
SDO (MISO) = GPIO 12
Touch Pins
T_CLK = GPIO 25
T_CS = GPIO 33
T_DIN = GPIO 32
T_DO = GPIO 39
T_IRQ = GPIO 36
After connecting, reset the ESP32 by either pressing the reset button on the ESP32 itself, reset device in the web browser serial and log, or unplugging the ESP32 cable and plugging it back in.
Now it should turn on and load into the CYD-Klipper setup page.
Beta Was this translation helpful? Give feedback.
All reactions