≥{{item.MinNumber}}:
{{pro.LadderPrices[num].viewPrice}}
{{item.viewPrice}}
Cliquer ici pour visiter Utsource
Bonjour! Se connecter ou Inscrivez-vous immédiatement
APP Fiche technique 380K likes UtsourceSe connecter
acheter(0)
Demandes d'offres (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
+ Ajouter l'adresse
Nouvelle adresse de transport
* Veuillez remplir correctement le numéro de téléphone portable pour vous assurer que vous pouvez recevoir les informations de suivi à temps.
Code pays
Favoris
Utsource certified original
Les pièces d'origine certifiées Utsource offrent les garanties suivantes:
1. Utsource garantit 100% d'origine.
2. Les pièces d'origine certifiées Utsource peuvent être retournées et remboursées sans condition dans les 90 jours.
Description du produit
Using the Dallas Tricklecharge Timekeeper
Tous les noms de produits, marques commerciales, marques et logos utilisés sur ce site sont la propriété de leurs propriétaires respectifs. La description, la description ou la vente de produits comportant ces noms, marques, marques et logos est uniquement destinée à des fins d’identification et ne vise en aucun cas à indiquer une affiliation avec un détenteur des droits ou une autorisation de celui-ci.
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)CARACTERISTIQUES
● Horloge à temps réel compte secondes, minutes, heures, date du mois, mois, jour de la semaine, et année avec compensation des années bissextiles valable jusqu'en 2100
● 31 x 8 RAM pour le stockage des données de travail
● Entrée/Sortie en série pour un nombre minimal de broches
● 2,0-5,5V fonctionnement complet
● Utilise moins de 300nA à 2,0V
● Transfert de données en mode mono-octet ou multi-octets (mode impulsion) pour la lecture ou l'écriture des données d'horloge ou de la RAM
● 8-pin DIP ou des 8-pin SOlCs optionnels pour soudage sur carte
● Interface à 3 fils simple
● Compatibles avec TTL (VCC(5V)
● Gamme de température industrielle optionnelle -40℃vers +85℃
● Compatible avec DS1202
● Reconnu par Underwriters Laboratory
Aperçu des 3 premières pages de la fiche technique
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 |
Produit de substitution
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. |
Utilisation du produit
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.
Liste des pays pour la logistique mondiale
Drapeau | Pays | Délai de livraison estimé | Coût minimum du premier poids | ||
---|---|---|---|---|---|
Livraison express | Expédition standard | Livraison express (0.5kg) | Expédition standard (0.05kg) |
Commande
Paiement
Transport de marchandises
Coupon cadeau/service Plus
Retour
En règle générale, les retours sont acceptés lorsqu'ils sont effectués dans un délai de 90 jours à compter de la date de livraison du colis.
Produit défectueux (veuillez fournir un rapport de qualité d'un tiers sur la non conformité du produit)
Les frais de retour doivent être prépayés ; nous n'acceptons pas les envois contre remboursement.
Politique de garantie
Tous les achats effectués sur UTSOURCE bénéficient d'une politique de remboursement de 90 jours, en plus d'une garantie UTSOURCE de 100 jours pour tout défaut de fabrication. Cette garantie ne s'applique pas aux articles dont les défauts ont été causés par un assemblage incorrect par le client, le non-respect des instructions par le client, une modification du produit ou un usage négligent ou inapproprié du produit.
DS1302
DS1302 possède plusieurs marques dans le monde entier qui peuvent avoir des noms alternatifs pour DS1302 en raison de différences régionales ou d'acquisitions. DS1302 peut également être connu sous les noms suivants
OPTIONS D'ACHAT
Etat de stock: 10000
Minimum: 13
Prix total:
Livraison gratuite sur le premiers 0.5 kg à partir de US $300.00 de commande(Sauf les États-Unis)
Livraison express: Arrivée estimée {0}
Livraison standard: Arrivée estimée {0}
Pays:
United States
Express : (FEDEX, UPS, DHL, TNT)Livraison gratuite sur le premiers 0.5 kg à partir de 300$ de commande,le surpoids sera facturé séparément(Sauf les États-Unis)
Utsource Original Store
Total des produits: 2404032Total des ventes: 13979091
{{pro.Parameter.Brand}}
{{pro.encapsulation}}
{{pro.Parameter.DateCode}}
{{pro.brief}}
Minimum:{{pro.BuyQuantity}}
Livraison standard
Livraison express: Arrivée estimée {0}
Livraison standard: Arrivée estimée {0}
Experts en arrêt de production, nous pouvons fournir un grand nombre de composants électroniques dont la production a été arrêtée et qui sont difficiles à trouver, pour faciliter l'entreprise de maintenance
Reply to
submit