Exercises for communications. Versions for NXP FRDM K64F with not external hardware, ST NUCLEO L476RG with IDW04A1 WLAN module, ST NUCLEO L432KC with MOD WIFI ESP8266. UDP message is used for getting a timestamp from a NTP server. Ethernet: https://os.mbed.com/docs/mbed-os/v6.2/apis/ethernet.html WLAN WiFI: https://os.mbed.com/docs/mbed-os/v6.2/apis/wi-fi.html A UDP Socket: UDPSocket.open(), UDPSocket.sendto(), UDPSocket.recvfrom() Based on the OS6.2 API reference UDP Socket example https://os.mbed.com/teams/mbed_example/code/mbed-os-example-udp-sockets//file/cf516d904427/main.cpp/

Committer:
timo_k2
Date:
Sun Dec 12 13:51:01 2021 +0000
Revision:
5:581eb55f2eab
Parent:
0:5da8b1a8a287
Made clear that there are optional pins for the Tx transmit and Rx receive in the L432KC.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
timo_k2 0:5da8b1a8a287 1
timo_k2 0:5da8b1a8a287 2 Exercises for communications. Versions for
timo_k2 0:5da8b1a8a287 3 NXP FRDM K64F with not external hardware,
timo_k2 0:5da8b1a8a287 4 ST NUCLEO L476RG with IDW04A1 WLAN module,
timo_k2 0:5da8b1a8a287 5 ST NUCLEO L432KC with MOD WIFI ESP8266.
timo_k2 0:5da8b1a8a287 6 UDP message is used for getting a timestamp
timo_k2 0:5da8b1a8a287 7 from a NTP server.
timo_k2 0:5da8b1a8a287 8 Ethernet: https://os.mbed.com/docs/mbed-os/v6.2/apis/ethernet.html
timo_k2 0:5da8b1a8a287 9 WLAN WiFI: https://os.mbed.com/docs/mbed-os/v6.2/apis/wi-fi.html
timo_k2 0:5da8b1a8a287 10 A UDP Socket: UDPSocket.open(), UDPSocket.sendto(), UDPSocket.recvfrom()
timo_k2 0:5da8b1a8a287 11 Based on the OS6.2 API reference UDP Socket example
timo_k2 0:5da8b1a8a287 12 https://os.mbed.com/teams/mbed_example/code/mbed-os-example-udp-sockets//file/cf516d904427/main.cpp/