You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
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: