-
Part Symbol
-
Footprint
-
3D Model
By downloading CAD models from Samacsys, you agree to our Terms & Conditions and Privacy Policy
If you like Findchips… You will love Findchips PRO. Try it Now.
Real Time Clock, Volatile, 1 Timer(s), CMOS, PDSO8, 0.150 INCH, ROHS COMPLIANT, SOIC-8
DS1307Z+T&R
Yes
Yes
Active
MAXIM INTEGRATED PRODUCTS INC
SOIC
SOP, SOP8,.25
8
EAR99
8473.30.11.80
Maxim Integrated Products
0.68
0.032 MHz
I2C
N
R-PDSO-G8
e3
4.9 mm
1
8
1
70 °C
PLASTIC/EPOXY
SOP
SOP8,.25
RECTANGULAR
SMALL OUTLINE
260
5 V
Not Qualified
1.75 mm
Timer or RTC
5.5 V
4.5 V
5 V
YES
CMOS
COMMERCIAL
Matte Tin (Sn)
GULL WING
1.27 mm
DUAL
SECONDS
NOT SPECIFIED
YES
3.9 mm
TIMER, REAL TIME CLOCK
38,894
Part Number | Description | Manufacturer | Compare |
---|---|---|---|
DS1307Z+ Microcontrollers and Processors | Real Time Clock, Volatile, 1 Timer(s), CMOS, PDSO8, 0.150 INCH, ROHS COMPLIANT, SOIC-8 | Maxim Integrated Products | DS1307Z+T&R vs DS1307Z+ |
DS1307Z Microcontrollers and Processors | Real Time Clock, Volatile, 1 Timer(s), CMOS, PDSO8, 0.150 INCH, SOIC-8 | Dallas Semiconductor | DS1307Z+T&R vs DS1307Z |
DS1307ZN+ Microcontrollers and Processors | Real Time Clock, Volatile, 1 Timer(s), CMOS, PDSO8, 0.150 INCH, ROHS COMPLIANT, SOIC-8 | Maxim Integrated Products | DS1307Z+T&R vs DS1307ZN+ |
DS1307ZN+T&R Microcontrollers and Processors | Real Time Clock, Volatile, 1 Timer(s), CMOS, PDSO8, 0.150 INCH, ROHS COMPLIANT, SOIC-8 | Maxim Integrated Products | DS1307Z+T&R vs DS1307ZN+T&R |
DS1307Z/T&R Microcontrollers and Processors | Real Time Clock, Volatile, 1 Timer(s), CMOS, PDSO8, 0.150 INCH, SOIC-8 | Maxim Integrated Products | DS1307Z+T&R vs DS1307Z/T&R |
DS1307ZN/T&R Microcontrollers and Processors | Real Time Clock, Volatile, 1 Timer(s), CMOS, PDSO8, 0.150 INCH, SOIC-8 | Maxim Integrated Products | DS1307Z+T&R vs DS1307ZN/T&R |
DS1307ZN Microcontrollers and Processors | 1 TIMER(S), REAL TIME CLOCK, PDSO8, 0.150 INCH, SOIC-8 | Rochester Electronics LLC | DS1307Z+T&R vs DS1307ZN |
1,095 of 2,683,187 parts
0% change vs. last year41 of 39,443 parts
0% change vs. last year3 of 1,306 parts
0% change vs. last yearA: In the Arduino Real Time Clock Tutorial, we will learn about Real Time Clock (RTC) and how Arduino and Real Time Clock IC DS1307 are interfaced as a time keeping device. If you recall, we have already implemented an Arduino Alarm Clock using RTC DS1307 in an earlier project. more
A: What is DS1307 IC actually? Well, it is a Real Time Clock (RTC) IC that is simple to use, low cost and easy available. The IC basically is able to count the date and time accurately and it will continue its counting if the backup battery – coin cell battery is there although the mainsupply to the IC is cut off. more
A: For the RTC library, we'll be using a fork of JeeLab's excellent RTC library, which is available on GitHub. You can do that by visiting the github repo and manually downloading or, easier, just click this button to download the zip. more
A: We keep getting requests on how to use DS1307 and DS3231 real-time clock modules with Arduino from various sources – so this is the first of a two part tutorial on how to use them. For this Arduino tutorial we have two real-time clock modules to use, one based on the Maxim DS1307. more
A: This is a great battery-backed real time clock (RTC) that allows your microcontroller project to keep track of time even if it is reprogrammed, or if the power is lost. Perfect for datalogging, clock-building, time stamping, timers and alarms, etc. The DS1307 is the most popular RTC - but it requires 5V power to work (although we've used it with 5V power and 3.3V logic successfully). more
A: Real time clocks (RTC), as the name recommends are clock modules. The DS1307 real time clock (RTC) IC is an 8 pin device using an I2C interface. The DS1307 is a low-power clock/calendar with 56 bytes of battery backup SRAM more
A: After a lot of research I came up building my own RTC using DS1307. I will be using my RTC with Raspberry Pi. I would have purchased a module but that was way too costly..so I decided to build my own. more
A: The SparkFun Real Time Clock Module is a simple breakout board for the DS1307 real-time clock (RTC). It can accurately keep track of seconds, minutes, hours, days, months, and years for almost a decade, so your microcontroller doesn’t have to. It’s the perfect component for clocks, calendars, or any other time-keeping project. more
A: In this project, we are going to build a real-time clock using a DS1307 real-time-clock chip. We will show how to build a RTC circuit from scratch using the DS1307 chip.A real-time clock, or RTC, is an integrated circuit that keeps track of current time. It can keep track of all time from the year down to the second. So it's a very versatile chip. And it can keep track of time in either 12-hour or 24-hour format. more