Showing posts with label RTC. Show all posts
Showing posts with label RTC. Show all posts

Friday, June 22, 2012

Part Quest

On some of my projects I have used a DS3231M Realtime Clock (RTC) which needs a voltages supply to maintain itself during equipment power down.
3012 Coin Cell Clip

The 3012 Coin Cell Clip is small, easy to install, and use.  The two small solder tabs are used to attach the clip to the PCB

The exposed clip is positive (+) and a user supplied pad on the PCB is negative (-).
DipTrace 3D

An example of usage and required negative pad can be seen on the DipTrace 3D layout.

CR1632
The clip will hold a CR1632 3.3Volt Cell. Other clip sizes are available to fit other batteries.

Note: The included links are to Mouser pages, but other vendors may have the same part. Other sources can be found via FindChips. I am not associated with Mouser, I am just a happy user.

--

Sunday, March 20, 2011

RTC DS3231

I have recently been made aware of an interesting temperature compensated Real Time Clock chip, the DS3231. This information is archived here for my later use.

The chip contains its own Tuning Fork Oscillator element, and therefore very few external parts are needed. The chip was introduced in 2005 and available from Mouser for about $10.00 ea.

From the datasheet, the DS3231 provides:
  • Accuracy ±2ppm from 0°C to +40°C
  • Accuracy ±3.5ppm from -40°C to +85°C
  • Battery Backup Input for Continuous Timekeeping
  • Operating Temperature Ranges
  • Commercial: 0°C to +70°C
  • Industrial: -40°C to +85°C
  • Low-Power Consumption
  • Real-Time Clock Counts Seconds, Minutes, Hours, Day, Date, Month, and Year with Leap Year Compensation Valid Up to 2100
  • Two Time-of-Day Alarms
  • Programmable Square-Wave Output
  • Fast (400kHz) I²C Interface
  • 3.3V Operation
  • Digital Temp Sensor Output: ±3°C Accuracy
  • Register for Aging Trim
  • Active-Low RST Output/Pushbutton Reset Debounce Input

For my use in my Beacon Projects; the programmable alarms and once-per-minute interrupt output could be used for the two minute WSPR timing requirements, or accurate QRSS start of signal timing. The Temperature Output could be used for remote environmental sensing, maybe for balloon payload data.


--