-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wifi.recv returns zero length #96
Comments
Did u resolve this? I have the same problem! |
I'm pretty sure I got it working by requesting a response from a website which only displays a simple text file with only a line of text. It had something to do with the size of the buffer. Take a look at the attention part here: https://github.com/itead/ITEADLIB_Arduino_WeeESP8266/blob/master/README.md |
Also having this issue. I'm using an express server localhost to post data to. The data get's posted, but ESP8266 doesn't seem to get a response. Even with a simple "OK" or "1" it doesnt receive anything. Ideas? |
Help! Same question! |
I'm having some issues receiving data back from wifi. I can connect to an access point just fine, creating a tcp connection also works. But after that it starts to fail.
I'm using an Arduino Uno with a scheme like this, except I am using Software Serial:
https://cdn.instructables.com/FC5/FW5J/IGHOIQAH/FC5FW5JIGHOIQAH.LARGE.jpg
My code looks like the following:
Serial monitor output;
I did change a method in the library, I had to do this otherwise it wouldn't print anything to the serial monitor.
Any ideas what's causing this issue? I've tried several websites.
The text was updated successfully, but these errors were encountered: