WIFI (UART) example code for FRDMK64F

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

WIFI (UART) example code for FRDMK64F

1,559 Views
titusstalin
Contributor V

Dear Freescale,

I've FRDMK64 board and need to interface WIFI through UART interface (mainly) so can I have any wifi UART example code.

Regards,

Titus S.

3 Replies

807 Views
MarianoG
Contributor II

For the FRDM board, you can use the xPico Wi-Fi Arduino shield from Lantronix:

Lantronix xPico Wi-Fi Shield

You don't need any software, just configure the xPico Wi-Fi's UART as Tunnel, and any data you send to the serial port will be sent to the server that you preconfigure.

Or configure the UART to be Modem Emulation instead of UART, and use standard AT commands to make the connection.

0 Kudos

807 Views
titusstalin
Contributor V

Addition to that, need LCD interface (16x2) code.

Thanks in advance.

0 Kudos

807 Views
soledad
NXP Employee
NXP Employee

Hello,

After install MQX you can find at the path:  C:\Freescale\Freescale_MQX_4_1\mqx\examples the below examples that you can use as reference:

multidrop Demonstration of the UART-based multidrop

rs485 Shows how to use the RS485 over a serial driver.

For wifi, the TWR-K60D100M-KIT is compatible will all three Tower WIFI modules.( 1.TWR-WIFI-GS1500M 2.TWR-WIFI-AR4100 3.TWR-WIFI-RS2101). Unfortunately there is no support for FRDMK64

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=TWR-WIFI-RS2101

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=TWR-WIFI-G1011MI

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=TWR-WIFI-AR4100

Regarding the LCD, unfortunately there is not driver for LCD in MQX, however you can create a task and write your own code like a bareboard project. Please check the below thread as reference.

Program FRDM_KL25Z board to use 16x2 LCD display

Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------