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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:0783d916b348 | 2021-12-12 | timo_k2 | Made clear that there are optional pins for the Tx transmit and Rx receive in the L432KC. |
1:76db175f3bac | 2020-09-24 | timo_k2 | just hiding SSID PASS |
0:02f306bbae1e | 2020-09-24 | timo_k2 | The printing of microcontroller IP works now with the ESP8266, too. |