≥{{item.MinNumber}}:
{{pro.LadderPrices[num].viewPrice}}
{{item.viewPrice}}
Utsource 사이트에 들어가려면 여기를 클릭하세요
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
+ 주소추가
새로운화물운송주소
* 추적 정보를 제때받을 수 있도록 휴대폰 번호를 정확하게 입력하십시오.
국가 코드
즐겨 찾기
Utsource certified original
Utsource 인증 오리지널 부품은 다음과 같은 보증을 제공합니다.
1. Utsource는 100 % 원본을 보장합니다.
2. Utsource 인증을받은 정품 부품은 90 일 이내에 무조건 반환 및 환불 할 수 있습니다.
제품서술
Using the Dallas Tricklecharge Timekeeper
이 사이트에 사용 된 모든 제품 이름, 상표, 브랜드 및 로고는 해당 소유자의 재산입니다. 이러한 이름, 상표, 브랜드 및 로고가있는 제품의 묘사, 설명 또는 판매는 식별 목적으로 만 사용되며 권리 보유자와의 관계 또는 승인을 나타 내기위한 것이 아닙니다.
Parameter | Description | Value |
---|---|---|
VCC1 (3V) | Operating Voltage for Data I/O and Control Logic | 2.5V to 5.5V |
VCC2 (5V) | Operating Voltage for RTC | 2.5V to 5.5V |
I/O Current | Maximum I/O Pin Current | ±10mA |
Clock Accuracy | Temperature Range -20°C to +85°C | ±2ppm |
RAM Size | Number of Bytes | 31 bytes |
Clock Output | Frequency Options | 1Hz, 32.768kHz (optional) |
Power Consumption | Active Mode (VCC1 = 3V, VCC2 = 3V) | 300nA |
Standby Mode (VCC1 = 0V, VCC2 = 3V) | 100nA | |
Operating Temperature | Industrial Range | -40°C to +85°C |
Storage Temperature | Extended Range | -65°C to +125°C |
Package Type | Standard DIP, SOIC, TSSOP |
Power Supply Connection:
Pin Configuration:
Initialization:
Data Communication:
Reading Time and Date:
Writing Time and Date:
Reading and Writing RAM:
Clock Output:
Power Management:
Temperature Considerations:
By following these instructions, you can effectively integrate the DS1302 real-time clock into your project.
(For reference only)FEATURES
● Real time clock counts seconds, minutes hours, date of the month, month, day of the week, and year with leap year compensation valid up to 2100
● 31 x 8 RAM for scratchpad data storage
● Serial l/O for minimum pin count
● 2.0-5.5V full operation
● Uses less than 300nA at 2.0V
● Single -byte or multiple-byte (burst mode) data transfer for read or write of clock or RAM data
● 8-pin DIP or optional 8-pin SOlCs for surface mount
● Simple 3-wire interface
● TTL-compatible (VCC =5V)
● Optional industrial temperature range -40℃ to +85℃
● DS1202 compatible
● Recognized by Underwriters Laboratory
데이터 시트의 처음 3페이지 미리보기
QUANTITY | UNIT PRICE | PLUS UNIT PRICE | TOTAL PRICE |
---|---|---|---|
≥1: | US $0.24343 | US $0.21908 | US $0.21908 |
≥10: | US $0.17388 | US $0.15649 | US $1.56490 |
≥50: | US $0.13910 | US $0.12519 | US $6.25950 |
≥100: | US $0.12519 | US $0.11267 | US $11.26700 |
≥150: | US $0.11824 | US $0.10641 | US $15.96150 |
≥200: | US $0.11476 | US $0.10328 | US $20.65600 |
≥500: | US $0.11337 | US $0.10203 | US $51.01500 |
≥1000: | US $0.11198 | US $0.10078 | US $100.78000 |
≥3000: | US $0.11128 | US $0.10015 | US $300.45000 |
대체 제품
Substitute Product Name | Brief Description |
---|---|
DS1307 | A low-power, full binary-coded decimal (BCD) clock/calendar with 56-byte NV RAM. |
DS3231 | A highly accurate I2C real-time clock (RTC) with an integrated temperature-compensated crystal oscillator. |
PCF8563 | An I2C bus real-time clock/calendar optimized for low power consumption. |
DS1302SN | Similar to DS1302, but in a more robust package for different operational needs. |
M41T00 | A serial real-time clock with a built-in crystal and battery back-up. |
RV-3028-C7 | An ultra-low power I2C real-time clock with temperature compensation. |
DS1340 | A real-time clock with I2C interface and power management features. |
MCP7940N | A highly integrated real-time clock/calendar with EEPROM and SRAM. |
제품 사용
The DS1302 is a real-time clock (RTC) IC with a built-in trickle charger and SRAM. It is commonly used in a variety of circuits that require accurate timekeeping. Below are some example circuits that use the DS1302:
Digital Clocks: The DS1302 is frequently used in digital clock projects involving microcontrollers such as Arduino, Raspberry Pi, or ESP8266/ESP32. These clocks can display the current time, date, and sometimes additional information like temperature or humidity.
Data Loggers: In data logger circuits, the DS1302 is used to timestamp recorded data accurately. For instance, environmental monitoring systems may log temperature, humidity, and pressure data along with the exact time and date of each measurement.
Alarm Systems: The DS1302 can be used in alarm clock circuits or other alert systems where specific events need to trigger at predetermined times.
Timers: The DS1302 is suitable for use in long-duration timers that need to maintain accuracy over extended periods.
Home Automation: In smart home or home automation systems, the DS1302 can help schedule tasks, such as turning lights on/off or controlling HVAC systems based on the time of day.
Access Control: In systems like school or office attendance systems, the DS1302 can be used to timestamp when an employee or student logs in or out.
Embedded Systems: Any embedded system requiring a real-time clock that needs to run multiple tasks at set times can benefit from the DS1302.
A typical DS1302-based circuit may include:
An example schematic for interfacing the DS1302 with an Arduino might look like this:
Arduino DS1302
---------------------------
5V --> Vcc
GND --> GND
Pin 7 --> SDA (Data)
Pin 8 --> SCL (Clock)
Pin 9 --> RST (Reset)
Battery+ --> Vbat
Libraries such as the DS1302 Arduino Library
are available and provide functions for reading and setting time and date values easily.
In conclusion, the DS1302 is versatile and widely used in many circuits where accurate timekeeping and low power operation are crucial.
글로벌 물류 국가 목록
국기 | 국가 | 예상 배송 시간 | 최소 초중량 비용 | ||
---|---|---|---|---|---|
택배 | 표준 배송 | 택배 (0.5kg) | 표준 배송 (0.05kg) |
주문서
비용
운송
기프트 쿠폰 / 플러스 서비스
반환
일반적으로 소포 배송일로부터 90 일 이내에 반품이 완료됩니다.
결함 (부적합 제품에 대한 제 3 자 품질 보고서를 제공하십시오)
반송 운임은 선불되어야합니다. 대금 상환은받지 않습니다.
보증 정책
모든 UTSOURCE 구매에는 90 일의 환불 환불 정책과 제조 결함에 대한 100 일의 UTSOURCE 보증이 포함됩니다.이 보증은 고객 조립이 잘못되어 고객이 지시를 따르지 않아서 결함이 발생한 품목, 제품 수정에는 적용되지 않습니다. , 부주의하거나 부적절한 작동.
DS1302
DS1302에는 지역적 차이 또는 인수로 인해 DS1302의 대체 이름이있을 수있는 여러 브랜드가 있습니다. DS1302은 (는) 다음 이름으로도 알려져 있습니다.
구매 옵션
재고상태: 10000
최소: 13
총가격:
US $300.00 이상 주문하는 경우, 첫 0.5kg 무료 배송(미국 제외)
택배: 예상 도착 {0}
표준 배송: 예상 도착 {0}
국가:
United States
급행:(FEDEX, UPS, DHL, TNT)300$ 이상 주문하는 경우, 첫 0.5kg 무료 배송,추가 무게는 따로 부과됩니다(미국 제외)
Utsource Original Store
총 상품 : 2404032총 판매 : 13979091
{{pro.Parameter.Brand}}
{{pro.encapsulation}}
{{pro.Parameter.DateCode}}
{{pro.brief}}
생산 전문가 중지, 우리는 유지 보수 회사를 용이하게하기 위해 생산이 중단되고 찾기 어려운 많은 전자 부품을 제공 할 수 있습니다
Reply to
submit