An open API service indexing awesome lists of open source software.

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數碼時鐘

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
```