FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
943 stars 494 forks source link

WDT RESET #522

Closed IkhsanNurR closed 2 years ago

IkhsanNurR commented 3 years ago

Hello, I have a problem with the WDT reset (rst cause 4). this happens every minute. What should I do? I transferred 11 data from arduino mega via serial communication line. Arduino will send data "xx#xx#" after getting data "xxxx" from nodemcu. Nodemcu sends the data at 2 second intervals.

This is my code https://pastebin.com/3qmWvFNi

Im using ESP8266 board version 2.5.1 ArduinoJson version 5.13.1 Device : Nodemcu ESP8266-12F

ekafebri commented 2 years ago

I have the same problem as you, do you have the answer?

IkhsanNurR commented 2 years ago

I have the same problem as you, do you have the answer? Im not using this library anymore. Try use this https://github.com/mobizt/Firebase-ESP8266