This "Hello World" program is used in conjunction with the Ethernet_UDP_client program. It communicates between two FRDM-K64F boards via the Ethernet protocol.

Dependencies:   EthernetInterface mbed-rtos mbed

Dual FRDM K64F UDP Ethernet Server Side

1. Connect the Ethernet cable (standard, not crossover) between the two FRDM-K64F boards.

/media/uploads/mareikeFSL/image_flash.png

2. Then flash the server board with Ethernet_UDP_server and the client board with Ethernet_UDP_client. 3. Open two Tera Term (or other terminal) windows. One will be the server and the other will be the client.

/media/uploads/mareikeFSL/ttsetupserver.jpg

/media/uploads/mareikeFSL/ttsetupclient.jpg

4. Press the reset button on the server board (note the green LED will light up, indicating it is the server board). 5. Press the reset button on the client board (note the red LED will light up, indicating it is the server board).

/media/uploads/mareikeFSL/image_led.png

6. You should see the output below in the terminals.

/media/uploads/mareikeFSL/server.jpg

/media/uploads/mareikeFSL/client.jpg


All wikipages