FRDM-K64F - Any good KSDK v1.2 demo for TCP/IP

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FRDM-K64F - Any good KSDK v1.2 demo for TCP/IP

ソリューションへジャンプ
1,329件の閲覧回数
Deejay
Contributor III

Hi,

 

Is there any good demo for TCP/IP running on FRDM-K64F board using KDS v3.0 / KSDK v1.2?

I am looking for a small foot-print that could boot from a smallest K6x MCU.

Thanks.

 

Regards,

Devan

ラベル(1)
1 解決策
671件の閲覧回数
ivadorazinova
NXP Employee
NXP Employee

Hello Devan,

yes, sure.

  • HTTP Server Demo on lwIP TCP/IP Stack -

This is an HTTPServer set up on lwIP TCP/IP stack with bare metal SDK or different RTOSes. The user uses an Internet browser to send a request for connection. The board acts as an HTTP server and sends a Web page back to the PC.

The demo is located at <ksdk_path>\examples\frdmk64f\demo_apps\lwip\lwip_httpserver_demo for baremetal and RTOS.

  • Ping Demo on lwIP TCP/IP Stack

Ping Demo on the lwIP TCP/IP stack which uses the ICMP protocol. The application on board

periodically sends the ICMP echo request to a PC and processes the PC reply. Just type the "ping $board_address" in the PC command window to send an ICMP echo request to the board. The lwIP stack sends the ICMP echo reply back to the PC

The demo is located at <ksdk_path>\examples\frdmk64f\demo_apps\lwip\lwip_ping_demo

  • TCP Echo Demo on lwIP TCP/IP Stack

TCP echo demo on the lwIP TCP/IP stack with bare metal KSDK or different RTOSes, which uses the TCP protocol and acts as an echo server. The application on board sends back the TCP packets from the PC, which can be used to test whether the TCP connection is available.

The demo is located at <ksdk_path>\examples\frdmk64f\demo_apps\lwip\lwip_tcpecho_demo

  • UDP Echo Demo on lwIP TCP/IP Stack

UDP echo demo on the lwIP TCP/IP stack with bare metal KSDK or different RTOSes, which

uses the UDP protocol and acts as an echo server. The application on board sends back the UDP packets

from the PC, which can be used to test whether the UDP connection is available

The demo is located at <ksdk_path>\examples\frdmk64f\demo_apps\lwip\lwip_udpecho_demo

  • Heating, Ventilating, and Air Conditioning on lwIP TCP/IP Stack 

This is a simulation of HVAC system with web server using lwIP TCP/IP stack on different RTOSes. The user uses an Internet browser to send a request for connection, to set up HVAC system on board. The board acts as an HTTP server and sends a Web page back to the PC. The user also can directly set up desired temperature by pressing switches on board and observe LEDs status.

The demo is located at <ksdk_path>\examples\frdmk64f\demo_apps\web_hvac

I hope this helps

Iva

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
672件の閲覧回数
ivadorazinova
NXP Employee
NXP Employee

Hello Devan,

yes, sure.

  • HTTP Server Demo on lwIP TCP/IP Stack -

This is an HTTPServer set up on lwIP TCP/IP stack with bare metal SDK or different RTOSes. The user uses an Internet browser to send a request for connection. The board acts as an HTTP server and sends a Web page back to the PC.

The demo is located at <ksdk_path>\examples\frdmk64f\demo_apps\lwip\lwip_httpserver_demo for baremetal and RTOS.

  • Ping Demo on lwIP TCP/IP Stack

Ping Demo on the lwIP TCP/IP stack which uses the ICMP protocol. The application on board

periodically sends the ICMP echo request to a PC and processes the PC reply. Just type the "ping $board_address" in the PC command window to send an ICMP echo request to the board. The lwIP stack sends the ICMP echo reply back to the PC

The demo is located at <ksdk_path>\examples\frdmk64f\demo_apps\lwip\lwip_ping_demo

  • TCP Echo Demo on lwIP TCP/IP Stack

TCP echo demo on the lwIP TCP/IP stack with bare metal KSDK or different RTOSes, which uses the TCP protocol and acts as an echo server. The application on board sends back the TCP packets from the PC, which can be used to test whether the TCP connection is available.

The demo is located at <ksdk_path>\examples\frdmk64f\demo_apps\lwip\lwip_tcpecho_demo

  • UDP Echo Demo on lwIP TCP/IP Stack

UDP echo demo on the lwIP TCP/IP stack with bare metal KSDK or different RTOSes, which

uses the UDP protocol and acts as an echo server. The application on board sends back the UDP packets

from the PC, which can be used to test whether the UDP connection is available

The demo is located at <ksdk_path>\examples\frdmk64f\demo_apps\lwip\lwip_udpecho_demo

  • Heating, Ventilating, and Air Conditioning on lwIP TCP/IP Stack 

This is a simulation of HVAC system with web server using lwIP TCP/IP stack on different RTOSes. The user uses an Internet browser to send a request for connection, to set up HVAC system on board. The board acts as an HTTP server and sends a Web page back to the PC. The user also can directly set up desired temperature by pressing switches on board and observe LEDs status.

The demo is located at <ksdk_path>\examples\frdmk64f\demo_apps\web_hvac

I hope this helps

Iva

0 件の賞賛
671件の閲覧回数
Deejay
Contributor III

Hello Iva,

Thanks heaps!

Sure, definitely I will take a look at the suggested list of demos and will get back to you if I need more help.

Have a great day!

Cheers,

Devan