6 years ago.

while connecting esp8266 with FRDMKL25Zconnected to hotspot but data xmission not occure what to do

qq

1 Answer

6 years 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

how can we connect wifi module to Ethernet

posted by Rahul Rathod 21 Apr 2018

You can use the Wifi module instead of using Ethernet. The ESP8266 easily connects to the K64F's J199. Just solder in a 1x4 header. Note: be careful that the 4 pins to be connected aren't exactly 1 for 1 between the two devices.

...loopsva

posted by Kevin Braun 24 Apr 2018