Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/wokwi/esp32-ntp-clock
- Owner: wokwi
- License: mit
- Created: 2022-12-06T08:04:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T16:28:08.000Z (about 2 years ago)
- Last Synced: 2024-11-16T01:16:00.550Z (3 months ago)
- Topics: esp32, esp32-arduino, platformio
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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".