There are two main types of development boards with CH579M as the core, one is the simplified version of CH579M-R1, and the other is the evaluation version of CH579EVT.
The CH579M-R1 is close to a cor...
ESP32 has its own network module, and network time synchronization can be enabled after connecting to WIFI.
MicroPython comes with the ntptime module, which can easily sync time over the network.impor...