Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wokwi/esp32-ntp-clock

ESP32 NTP Clock Example (using Platform IO)
https://github.com/wokwi/esp32-ntp-clock

esp32 esp32-arduino platformio

Last synced: 18 days ago
JSON representation

ESP32 NTP Clock Example (using Platform IO)

Awesome Lists containing this project

README

        

# ESP32 NTP Clock

A simple clock that displays the time and date on an LCD1602 display. The time is synced via NTP.

Use [Wokwi](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode) to simulate this project.

## Building

This is a [PlatformIO](https://platformio.org) project. To build it, [install PlatformIO](https://docs.platformio.org/en/latest/core/installation/index.html), and then run the following command:

```
pio run
```

## Simulate the project

To simulate this project, install [Wokwi for VS Code](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode). Open the project directory in Visual Studio Code, press **F1** and select "Wokwi: Start Simulator".