Closed seregr closed 11 months ago
You were presented an issue template that you deleted. You are not helping us helping you. I therefore close your issue. Please open a new issue and do fill in the issue template. And in your case, as you have an exception, please decode it before posting because we can't do it for you: https://arduino-esp8266.readthedocs.io/en/latest/faq/a02-my-esp-crashes.html#exception
Hi lads,
I made a little sprinkler system with esp8266 /Nodemcu 0.9/. It has an I2C 20X4 Lcd, a RTC modul, a Relay, a Button and a Water Flow Sensor, and wifi connection to LAN. I currently use the latest arduino IDE. After inserting the eeprom code it started resetting repeatedly. I tried inserting some delay between the eeprom access commands, and at first glance it seemed to solve the problem. Then I turned it off for a week, and upon restarting the problem started again. Now it seems to originate from the low wifi signal. If I leave the eeprom code out of the program, it works well. Any insight on what the problem could be?
The serial monitor output:
My code: