WiFi - Retrieve Universal Time (UTC) by UDP

Preparation

Example

In this example, we connect Ameba to WiFi. Then send NTP (Network Time Protocol, RFC 1305) request to NTP server using UDP. After receiving the NTP request, the NTP server replies current UTC (Coordinated Universal Time) packet. We will parse the UTC packet to show current UTC time in the serial monitor.

Open the example. “File” -> “Examples” -> “WiFi” -> “WiFiUdpNtpClient”

8-1

Modify the highlighted code section (ssid, password, keyindex) to connect to your WiFi network.

8-2

Compile the code and upload it to Ameba. After pressing the Reset button, Ameba connects to WiFi and sends NTP request packet to NTP server “129.6.15.28”. We parse the replied packet and show UTC time in serial monitor:

8-2

Please confirm that QQ communication software is installed