CircuitSetup / Split-Single-Phase-Energy-Meter

Split Single-phase Energy Meter

Home Page:https://www.crowdsupply.com/circuitsetup/split-single-phase-energy-meter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebooting problem using emonESP with ESP32 with Arduino IDE

albnar opened this issue · comments

After uploading the src.ino code from emonESP into a Espressif ESP32-Wroom-32 board using Arduino IDE, the ESP32 is reloading continuosly. Before loading the code it broadcast its WiFi name, but after uploading the code it disappered and reboots continuosly.
Here is the text in serial monitor:

16:34:55.384 -> Rebooting...
16:34:55.384 -> ets Jun 8 2016 00:22:57
16:34:55.384 ->
16:34:55.384 -> rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
16:34:55.384 -> configsip: 0, SPIWP:0xee
16:34:55.384 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
16:34:55.384 -> mode:DIO, clock div:1
16:34:55.443 -> load:0x3fff0018,len:4
16:34:55.443 -> load:0x3fff001c,len:1216
16:34:55.443 -> ho 0 tail 12 room 4
16:34:55.443 -> load:0x40078000,len:10944
16:34:55.443 -> load:0x40080400,len:6388
16:34:55.443 -> entry 0x400806b4
16:34:57.271 -> Starting AP
16:34:57.365 -> WiFi interface ready
16:34:57.365 -> WiFi client started

I tried with three new brand boards. The problem appears in every one of the boards.
In the instructions this issue ist mencioned and a total erase of RAM flash is recommended. It did not help.

I would appreciate any help.
Best regards

commented

Glad you were able to figure this out!