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 send to and received from a smart phone app. https://os.mbed.com/docs/mbed-os/v6.3/apis/connectivity.html https://os.mbed.com/docs/mbed-os/v6.3/apis/ethernet.html https://os.mbed.com/docs/mbed-os/v6.3/apis/udpsocket.html UDP Socket: UDPSocket.open(), UDPSocket.sendto(), UDPSocket.recvfrom() The task is to make the microcontroller answer your UDP messages.

Download repository: zip gz