To keep the smartwatch’s time accurate, this task involves connecting to Wi-Fi and syncing the current time from an NTP server.
Implementation Guidance
– Use the Wi-Fi.h library to connect to your network
– Use NTP to retrieve the current accurate time once connected
– Print connection status and retrieved time to the serial monitor to verify it’s working
– If the connection is unsuccessful, print a clear error message rather than failing silently
– See this tutorial for a detailed walkthrough: ESP32 NTP Server Date & Time Tutorial
Note: The T-Watch only supports 2.4GHz Wi-Fi networks, not 5GHz. If your home network is 5GHz-only, consider using a personal hotspot from your phone for testing.
[img: Module 2 Task 2 Picture]