Page 1 of 1

Cytron Shield-ESP-WiFi Rev 2.0 web servever

PostPosted: Thu May 18, 2017 8:37 am
by dutch85
Hi, I am using the Cytron Shield-ESP-WiFi Rev 2.0 as a webserver. I am having an ongoing issue that appears to be packet drops. When navigating to the cytron IP address, at times, I will get all of my code except for the first five lines or so, rendered as raw text. I have done a ping test from my computer to check for packet drops, and although some response times took up to 24ms there was no drops. I am using the following libraries.

#include <CytronWiFiShield.h>
#include <CytronWiFiServer.h>

Is there a TCP packet timeout or send attempt limit that I should change?

Thanks

Re: Cytron Shield-ESP-WiFi Rev 2.0 web servever

PostPosted: Thu May 18, 2017 10:27 am
by bengchet
Hi,

1. Cytron IP address? Can you elaborate more on this? Are you trying to connect to Cytron website and get some responses?

2.
I will get all of my code except for the first five lines.


This is likely the programming issue, not packet drop issue. The reason might be some delays in the program. May be you can share your coding for clarification?