≥{{item.MinNumber}}:
{{pro.LadderPrices[num].viewPrice}}
{{item.viewPrice}}
Click Here to enter Utsource site
Hello! Sign In or Register now
APP Datasheet 380K likes UtsourceBuy(0)
Inquiry(0)
Dear customers, due to the implementation of the GDPR policy in Europe, UTSOURCE has also made adjustment accordingly to meet the policy requirements. Please read the new privacy policy carefully and this window will no longer pop up after you accept it.
Delivery Address
+ Add Address
The new shipping address
* Please fill in the cell phone number correctly to make sure that you can receive the tracking info in time.
Country Code
Favorite
Utsource certified original
Utsource certified original parts provide the following guarantees:
1. Utsource guarantees 100% original.
2. Utsource certified original parts can be returned and refunded unconditionally within 90 days.
Description
Trickle-Charge Timekeeping Chip
All product names, trademarks, brands and logos used on this site are the property of their respective owners. The depiction, description or sale of products featuring these names, trademarks, brands and logos is for identification purposes only and is not intended to indicate any affiliation with or authorization by any rights holder.
Parameter | Symbol | Min | Typical | Max | Unit |
---|---|---|---|---|---|
Supply Voltage | Vcc | 2.5 | - | 5.5 | V |
Data Input/Output Current | I/O | - | 1.0 | 1.5 | mA |
Clock Output Frequency | fCLK | 1.0 | - | 32.768 | kHz |
Standby Current | ISBY | 0.5 | - | 1.0 | μA |
Operating Current | IOP | 200 | - | 400 | μA |
RAM Size | - | 31 x 8 | - | bytes | |
Temperature Range | Toper | -40 | - | +85 | °C |
Power Supply:
Data Input/Output (I/O):
Clock Output (CLK):
Reset (RST):
Communication Protocol:
Time and Date Registers:
RAM Usage:
Power Management:
Temperature Considerations:
Programming Example:
// Example in C
void set_time(uint8_t sec, uint8_t min, uint8_t hour) {
uint8_t cmd = 0x8E; // Command to write to seconds register
uint8_t data[3] = {bcd_encode(sec), bcd_encode(min), bcd_encode(hour)};
ds1302_write(cmd, data, 3);
}
void ds1302_write(uint8_t cmd, uint8_t *data, uint8_t len) {
// Implement the write function to send the command and data
}
uint8_t bcd_encode(uint8_t value) {
return (value / 10) << 4 | (value % 10);
}
Reading Time:
void get_time(uint8_t *sec, uint8_t *min, uint8_t *hour) {
uint8_t cmd = 0x8F; // Command to read from seconds register
uint8_t data[3];
ds1302_read(cmd, data, 3);
*sec = bcd_decode(data[0]);
*min = bcd_decode(data[1]);
*hour = bcd_decode(data[2]);
}
void ds1302_read(uint8_t cmd, uint8_t *data, uint8_t len) {
// Implement the read function to receive the data
}
uint8_t bcd_decode(uint8_t value) {
return (value >> 4) * 10 + (value & 0x0F);
}
By following these instructions, you can effectively use the DS1302ZN real-time clock (RTC) in your projects.
(For reference only)Preview of the first 3 pages of the data sheet
QUANTITY | UNIT PRICE | PLUS UNIT PRICE | TOTAL PRICE |
---|---|---|---|
≥1: | US $0.58422 | US $0.52580 | US $0.52580 |
≥101: | US $0.48685 | US $0.43817 | US $44.25517 |
Global Logistics Country List
Flag | Country | Estimated Delivery Time | Minimum First Weight Cost | ||
---|---|---|---|---|---|
Express | Standard Shipping | Express (0.5kg) | Standard Shipping (0.05kg) |
Order
Payment
Shipping
Gift Coupon/Plus service
Returning
Returns are normally accepted when completed within 90 days from the date of the parcel delivered.
Defective ( Please provide a third party quality report of nonconforming products)
Return Freight charges must be prepaid; we will not accept COD shipments.
Warranty
All UTSOURCE purchases have a 90 days money back return policy, plus a 100 days UTSOURCE warranty against any manufacturing defects.This warranty shall not apply to any item where defects have been caused by improper customer assembly, failure by customer to follow instructions, product modification, negligent or improper operation.
DS1302ZN
DS1302ZN has several brands around the world that may have alternate names for DS1302ZN due to regional differences or acquisition. DS1302ZN may also be known as the following names:
BUYING OPTIONS
Free shipping on first 0.5kg for orders over US $300.00(Except the United States)
Express: Estimated arrival {0}
Standard delivery: Estimated arrival {0}
Country:
United States
Express:(FEDEX, UPS, DHL, TNT)Free shipping on first 0.5kg for orders over 300$,Overweight will be charged separately(Except the United States)
Utsource Original Store
Total products: 2404032Total sales: 13979091
{{pro.Parameter.Brand}}
{{pro.encapsulation}}
{{pro.Parameter.DateCode}}
{{pro.brief}}
Minimum:{{pro.BuyQuantity}}
Standard delivery
Express: Estimated arrival {0}
Standard delivery: Estimated arrival {0}
Stop production experts, we can provide a large number of electronic components that have been stopped production and are difficult to find, to facilitate the maintenance company
Reply to
submit