Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By wgconrad
#53700 I have two Adafruit Feather Huzzah boards. One set for AP, the other set for STA. AP transmits a UDP message at 10 Hz. STA measures the time between messages. Anyone know why the AP has a 1.3 second delay every 5 minutes? Other than that it runs great.
User avatar
By wgconrad
#53913 I figured this one out...very simple. The STA was not sending anything to the AP. The AP was timing out the connection every 5 minutes. I made the STA respond to each packet with a single byte packet back to the AP. Works perfectly.