18 lines
707 B
Markdown
18 lines
707 B
Markdown
# 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".
|