Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Elecvora
DS1302 Real Time Clock Module (No Battery) — image 1
Hover to zoom

1 / 3 · Click to enlarge

DS1302 Real Time Clock Module (No Battery)

25+ bought in past month
AI Summary
RTC Module for everyday users

The DS1302 Real Time Clock Module (No Battery) is a value-for-money rtc module designed for everyday users. It features Item Type: RTC Module and Operating Voltage (VDC): 2 to 5.

₹546
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹546
Buying tip: A smart budget buy — solid performance without breaking the bank.
Estimated delivery: 24 Aug7 Sept
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: RTC Module
Operating Voltage (VDC): 2 to 5
Model No. / Name: DS1302
Material: Plastic, Metal
Operating Temperature (°C): 0C-85C
Mounting Hole Diameter (mm): 3.1mm / 0.12″

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-766345Category: RTC Module

About This Product

The DS1302 Real Time Clock Module (No Battery) is a value-for-money rtc module designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: RTC Module
  • Operating Voltage (VDC): 2 to 5 — works with standard household power
  • Model No. / Name: DS1302
  • Material: Plastic, Metal — built to last with a quality finish
  • Operating Temperature (°C): 0C-85C
  • Mounting Hole Diameter (mm): 3.1mm / 0.12″
  • Output Frequency: 32.768K — smooth, flicker-free operation
  • Length (mm): 44

Why Buy from Elecvora?

Elecvora sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

DS1302 is DALLAS company launched a trickle charge clock chip, containing a real-time clock/calendar and 31 bytes of static RAM, communicating through serial interface simple and single-chip microcomputer. The real-time clock/calendar circuit provides seconds, hours, days, weeks, months, years of information, a number of days in the month and leap year can automatically adjust. The clock operation instructions through the AM/PM decided to use a 24 or 12-hour format.

Between DS1302 and single-chip microcomputer can simply use synchronous serial communication method, only three lines: (1) RST (2) I/O reset the data line (3) SCLK serial clock.

Clock /RAM read/write data to a byte character set or as many as 31-byte communication. DS1302 work power consumption is very low to keep the data and clock information when power is less than 1mW

Wiring method (to provide procedures, for example, can pick up any IO port, in the procedure to modify the port definitions :

VCC:+5V/3.3V GND: GND CLK: P02 DAT: P01 RST: P00

Note:

1.VCC and GND do not reverse, so as not to burn the chip 2.51 SCM P0 port to receive a pull-up resistor, if your computer is not connected pull-up resistor, the data can be the string to the other port.


Features:

  1. The real-time clock counts minutes, seconds, date, hours, month day of the week, year and leap-year compensation up to 2100.
  2. 318 temporary data storage RAM
  3. Working current of 2.0V, less than 300nA
  4. Read / Write clock or RAM data with two kinds of mode of single-byte transfer mode and multi-byte character set
  5. 8 pin DIP package or optional 8 pin SOIC package based on the surface assembly
  6. Simple 3 wire interface
  7. Compatible with TTL Vcc=5V
  8. Double power supply pipe for main power and backup power supply.

Useful Links:

Arduino DS1302 Real Time Clock  Using the Real-Time Clock module on Raspberry Pi


Package Includes:

1 x DS1302 RTC Real Time Clock Module (No Battery)

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.