EmonESP keeps rebooting

I have several times flashes the ESP12 and load the files. Also erase the flash and reload, but get every time the same result.

I see the available networks, try to connect, it says wait 10 sec and stops.

The serial monitor it gives a loop;

EmonESP 5673590
Firmware: 2.3.0
Starting APScan: 2 networks found
AP IP Address: 192.168.4.1
Server started
Commencing factory reset.
Factory reset complete! Resetting…

ets Jan 8 2013,rst cause:2, boot mode:(3,7)

load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v8b899c12
~ld

EmonESP 5673590
Firmware: 2.3.0
Starting APScan: 2 networks found
AP IP Address: 192.168.4.1
Server started…

How can i solve this. Is it possible to set the network in a config file.

Have you looked through this thread?

Had the same on my Wemos D1 Mini (v3)…

If you are using the Platform.io build option make sure you change the LED to pin 2 (as pin 0 is rst!) in the platformio.ini:

src_build_flags = ${common.version} -DWIFI_LED=2 -DENABLE_DEBUG

Essentially every time the Wifi is meant to flash the onboard LED it’s sending a reset because the pin is wrong.

1 Like

Many thanks for the reply,

The first suggested discussion I had found earlier but did get my much further.

The solution from chancing the LED pin did finely help.

It’s working now.

Many thanks again. Now I finely can get further getting my heat pump monitor working.