Problem With Watchdog Resets and Working with UDP
Posted: Thu Jul 15, 2021 10:43 am
Originally posted this in the WiFi board, but was told I might have more success here. I'm trying to create a sensor network with two ESP8266 boards that has a client connected to an IMU sensor and a server to receive data. I've got the server online and the client can connect to the sensor, but I'm running into a couple of issues. First, I'm using UDP to send packets from the client to the server and I've tested that the server can receive packets through Packet Sender, but it's not receiving the packets that are being sent by the client. Second, the client runs through the main loop function one time, sends a UDP packet, then doesn't go back to the top of the loop and watchdog resets after a few seconds. Can I get some help?