Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 7 months ago.
while connecting esp8266 with FRDMKL25Zconnected to hotspot but data xmission not occure what to do
1 Answer
6 years, 7 months ago.
I too have an issue, using a UDP socket with the ESP8266 on a K64F. The following line never returns, even though blocking is turned off.
int len = socket->recvfrom(&socketAddr, buff, sizeof(buff));
The same code works fine if you are using Ethernet.
...loopsva