https://github.com/electronicsstudio/esp32_inbuildrtc_tm1637
Here, we are using this process to print the inbuilt ESP32 RTC time on a 6-digit TM1637 display.
https://github.com/electronicsstudio/esp32_inbuildrtc_tm1637
esp32 rtc tm1637display
Last synced: 7 months ago
JSON representation
Here, we are using this process to print the inbuilt ESP32 RTC time on a 6-digit TM1637 display.
- Host: GitHub
- URL: https://github.com/electronicsstudio/esp32_inbuildrtc_tm1637
- Owner: electronicsstudio
- Created: 2025-02-08T16:32:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T16:35:29.000Z (about 1 year ago)
- Last Synced: 2025-04-05T05:22:44.292Z (10 months ago)
- Topics: esp32, rtc, tm1637display
- Language: C++
- Homepage: https://www.youtube.com/@ElectronicsStudio-v7o/videos
- Size: 3.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32_inbuildRTC_TM1637
Here, we are using this process to print the inbuilt ESP32 RTC time on a 6-digit TM1637 display. There are some
changes, as the time format may be 72-hour based. We can't rely on the inbuilt RTC time because the ESP32 lacks
a battery backup pin for the RTC.