DIY Analog Clock Project - ESP32 NTP Server

Sdílet
Vložit
  • čas přidán 25. 02. 2023
  • In this video, we're gonna build an ESP32 analog clock with an NTP server's help and display it on an OLED display. We will walk you through the entire process, including wiring the components, and programming the ESP32 to sync with the NTP.
    ● Project Files: github.com/Enjoy-Mechatronics...
    ● OLED display: • Master OLED Displays w...
    ● NTP Server: • ESP32 Project - Digita...
    ♥ Don't Click This! : bit.ly/3jvI8g6
    --------------------------------------------------------------------
    FOLLOW ME:
    ● Facebook: / enjoymechatronics
    ● Github: github.com/Enjoy-Mechatronics
    --------------------------------------------------------------------
    ► All content by Enjoy Mechatronics is 100% free. I believe that education should be freely available to everyone.
  • Věda a technologie

Komentáře • 4

  • @EnjoyMechatronics
    @EnjoyMechatronics  Před rokem +1

    Project Files: github.com/Enjoy-Mechatronics/ESP32-Analog-Clock
    OLED display: czcams.com/video/jIQSlYtGWTI/video.html

  • @khangmsiot
    @khangmsiot Před rokem +2

    Sir please can you explain health monitoring system that is based on esp32 module

  • @MrFabianzoltan
    @MrFabianzoltan Před rokem +1

    I have made an addition to the program (line 63) so that the clock hand moves according to reality, not just every hour:
    float hrAngle = map(hrs, 0, 12, 0, 360);
    hrAngle += (mins / 2); // hour + minute angle correction