Dear Community Members,
Good day!
My ESP-WROOM-32 keeps on resetting with the following messages:
rst:0x8 (TG1WDT_SYS_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:1344
load:0x40078000,len:13936
load:0x40080400,len:3600
entry 0x400805f0
ets Jun 8 2016 00:22:57
ESP32 has been interfaced with W5500 Ethernet module/shield. But I have came to a conclusion that the code behaves the save way even without the shield. The version of of Arduino IDE is 1.8.19 and the Blynk library version is 1.3.2.
I came to a conclusion that the following instruction when commented the ESP stops resetting but without this instruction I cannot connect with ETHERNET NETWROK.
Blynk.begin(BLYNK_AUTH_TOKEN, "blynk.cloud", 80, arduino_ip, dns_ip, gateway_ip, subnet_mask, arduino_mac);
OR
Blynk.begin(BLYNK_AUTH_TOKEN, server_ip, 8080, arduino_ip, dns_ip, gateway_ip, subnet_mask, arduino_mac);
I am current using a FREE PLAN of Blynk.
Any support from the members would be highly appreciable!
Sarwar