ESP32/ESP8266 drives 1.8″tft_oled screen imitation digital tube clock based on Arduino framework

ESP32/ESP8266 drives 1.8″tft_oled screen imitation digital tube clock based on Arduino framework Related article “ESP32 drives I2C OLED time display based on U8g2 under Arduino framework” Effect demonstration: The screen display part uses the TFT_eSPI library driver and uses the unique font display that comes with the library. The screen adopts 128*160 1.8″tft_Oled screen. This […]

51 microcontroller + DS1302 design an electronic clock (LCD1602 displays time)

1. Preface An electronic clock is a device that can accurately display time. It is widely used in homes, offices and public places, providing people with convenient and accurate time information. This project designs an electronic clock based on 51 microcontroller, using DS1302 as the RTC clock chip, LCD1602 as the display screen, and connecting […]

Digital clock design based on 51 microcontroller – digital tube display

Digital clock design based on 51 microcontroller (Simulation + Program + Schematic + Design Report) Function introduction Specific functions: 1. Automatic timing, showing 24-hour time, and a 6-digit LED display showing hours, minutes, and seconds. 2. Automatic timing, showing 24-hour time, and a 6-digit LED display showing hours, minutes, and seconds. 3. Equipped with calibration […]

ZYNQ-FPGA-RTC (real-time display clock)

1. PCF8563 introduction The data generation of the real-time clock is completed through the PCF8563 module. PCF8563 has alarm function, timer function, time Clock output function and interrupt output function. Memory addresses 00H and 01H are used as control registers and status registers (CONTROL_STATUS); memory addresses 02H~08H are used as TIME timers (seconds~year timers); addresses […]

RTC real-time clock experiment

RTC Clock Introduction The real-time clock (RTC) of the STM32F103 is an independent timer. The RTC module of STM32 has a set of continuous counting counters, which can provide a clock calendar function under the corresponding software configuration. Modifying the counter value can reset the system’s current time and date. The RTC module and clock […]

GD32L233 RTC sleep wake-up and alarm clock wake-up with source code

GD32L233 RTC sleep wake-up and alarm clock wake-up Clock source and frequency division RCT initialization Writing RCT interrupt function BCD to BYTE conversion RTC time judgment Clock source and frequency division Using internal clock IRC32K Average frequency: 31.7-32.3khz Operating current: 160nA Wake-up time: 40us RTC provides a certain time, which includes hours/minutes/seconds/subseconds, and a calendar, […]

STM32-RTC real-time clock

Table of Contents RTC real time clock Functional block diagram UNIX timestamp Initialization structure RTC time structure RTC date structure RTC alarm clock structure Entering and exiting configuration functions Experiment 1: Display Calendar General configuration RTC configuration Test session Experimental phenomena Experimental session 2: Alarm clock General configuration RTC configuration Test session Experimental phenomena RTC […]

CQU digital logic experiment 2 – verilog digital clock source code and constraint files

Some ideas are collected from various materials, and there are also some optimizations. I may modify the code in the future, such as using modular arithmetic for optimization. Hours are LED lights The source files are as follows: `timescale 1ns / 1ps // //Company: // Engineer: // // Create Date: 2023/10/24 10:57:00 // Design Name: […]

RTC — real-time clock

1. Introduction to RTC Real Time Clock (RTC) is essentially a counter with a counting frequency of seconds and is specially used to record time. Ordinary timers cannot be used as clocks because they cannot run when powered off. RTC features: Can provide time (number of seconds); Can run after the MCU is powered off; […]