https://github.com/redchenjs/ntp_digital_clock_esp32
NTP Digital Clock | NTP數碼時鐘
https://github.com/redchenjs/ntp_digital_clock_esp32
7-segment-display esp32 ntp ntp-digital-clock
Last synced: about 1 month ago
JSON representation
NTP Digital Clock | NTP數碼時鐘
- Host: GitHub
- URL: https://github.com/redchenjs/ntp_digital_clock_esp32
- Owner: redchenjs
- Created: 2020-07-22T15:14:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T15:35:13.000Z (about 5 years ago)
- Last Synced: 2025-06-20T20:52:16.120Z (about 1 year ago)
- Topics: 7-segment-display, esp32, ntp, ntp-digital-clock
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```