# ntp_digital_clock_esp32 **Repository Path**: redchenjs/ntp_digital_clock_esp32 ## Basic Information - **Project Name**: ntp_digital_clock_esp32 - **Description**: NTP Digital Clock | NTP數碼時鐘 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-07-23 - **Last Updated**: 2021-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NTP Digital Clock ================= NTP Digital Clock based on ESP32 chip. ## Preparing ### Obtain the source ``` git clone --recursive https://github.com/redchenjs/ntp_digital_clock_esp32.git ``` ### Update an existing repository ``` git pull git submodule update --init --recursive ``` ### Setup the tools ``` ./esp-idf/install.sh ``` ## Building ### Setup the environment variables ``` export IDF_PATH=$PWD/esp-idf source ./esp-idf/export.sh ``` ### Configure ``` idf.py menuconfig ``` * All project configurations are under the `NTP Digital Clock` menu. ### Flash & Monitor ``` idf.py flash monitor ```