Spread the love

Clock-Savers-Digital-Clock-Screensaver

____________________________________________________________________________________________________


  •  What is RTC ? – A real-time clock (RTC) is a computer clock (most often in the form of an integrated circuit) that keeps track of the current time. Although the term often refers to the devices in personal computers, servers and embedded systems, RTCs are present in almost any electronic device which needs to keep accurate time.

8051 I2C Communications_0

  • How RTC work – There are 2 clocks in a computer. One is a hardware clock known as the Real Time Clock and the other is Software Clock.
  • Real Time Clock is battery backup power clocks so that it tracks the time even while the computer is turned off, or in low power state. Basically RTC is not a physical clock but is an IC which is present on the motherboard and responsible for timing functioning of the system and system clock. Real Time Clock is responsible to make sure that all the processes occurring in the system are properly synchronized (basically this is task of system clock, but system clock is dependent on RTC, therefore RTC is indirectly responsible for interrupts, timer, task scheduling and synchronization etc.). Today many companies like Philips, ST Microelectronics, Texas Instruments manufacture RTCs. There has been a continuous development in RTC, like lowering power consumption, improving frequency stability.
  •  System Clock is maintained by the kernel of an operating system and is used to set the tasks and processes – their synchronization and scheduling, settings and managing interrupts, setting timer etc. The system clock reports seconds and microseconds since a start point from the system boot up procedure. Basically the system clock is digital signal emitter, which emits signal composed of high (1) and low (0), because all the machines and their processes understand the language of binary.

Kurz-vorgestellt-Mini-RTC-DS1307-Echtzeituhr-Breakoutboard-blog.simtronyx.de_-1024x768

  •  About I2C
  1. The RTC was introduced to PC compatibles by the IBM PC/AT in 1984, which used a Motorola MC146818 RTC. Later Dallas Semiconductor made compatible RTCs, which was often used in older personal computers, and are easily found on motherboards because of their distinctive black battery cap and silkscreened logo
  2. RTC keeps track of the second, minute, hour, day, month, and year and also is responsible for making sure all the signals sent between the devices are sent at the right intervals.
  3. Power source – RTCs often have an alternate source of power, so they can continue to keep time while the primary source of power is off or unavailable. This alternate source of power is normally a lithium battery in older systems, but some newer systems use a supercapacitor, because they are rechargeable and can be soldered. The alternate power source can also supply power to battery backed RAM.
  4. Clocks – Most RTCs use a crystal oscillator, but some use the power line frequency. In many cases the oscillator’s frequency is 32.768 kHz. This is the same frequency used inquartz clocks and watches, and for the same reasons, namely that the frequency is exactly 215 cycles per second, which is a convenient rate to use with simple binary counter circuits.
  5. Sometimes more accurate than other methods
  6. Frees the main system for time-critical tasks

DSC06900

  • Applications – RTC  is used track the system time up to date and related application

________________________________________________________________________________________________

Content for the tab VIDEO