Adafruit s DS3231 RTC Library Documentation

Similar documents
Adafruit s PCF8523 RTC Library Documentation

Adafruit SI7021 Library Documentation

Adafruit DS3231 Precision RTC Breakout

Adafruit BME680 Library Documentation

Adafruit PCF8523 Real Time Clock

Adafruit APDS9960 breakout

Adafruit MCP9808 Precision I2C Temperature Sensor Guide

Adafruit DRV2605 Haptic Controller Breakout

Adafruit VL53L0X Time of Flight Micro-LIDAR Distance Sensor Breakout

TSL2561 Luminosity Sensor

Adafruit Color Sensors

MCP Bit DAC Tutorial

Adafruit CCS811 Air Quality Sensor

Adafruit AM2320 Sensor

Adafruit AS channel Visible Light Sensor

Adafruit Si7021 Temperature + Humidity Sensor

Adafruit SGP30 TVOC/eCO2 Gas Sensor

IS31FL x9 Charlieplexed PWM LED Driver

Adafruit MMA8451 Accelerometer Breakout

Adafruit AMG8833 8x8 Thermal Camera Sensor

Joy Featherwing. Created by Dean Miller. Last updated on :03:07 PM UTC

Adafruit GPIO Expander Bonnet for Raspberry Pi Created by Kattni Rembor. Last updated on :12:47 PM UTC

Adafruit 7-Segment LED FeatherWings

Monochrome OLED Breakouts

Adafruit MMA8451 Accelerometer Breakout

Adafruit MPRLS Ported Pressure Sensor Breakout

MLX90393 Wide-Range 3-Axis Magnetometer

Adafruit 8x16 LED Matrix FeatherWing

Adafruit IO Basics: Servo

Adafruit Si5351 Clock Generator Breakout

Adafruit MAX31865 RTD PT100 or PT1000 Amplifier

Adafruit eink Display Breakouts

MCP Bit DAC Tutorial

Adafruit TSL2591 High Dynamic Range Digital Light Sensor

Adafruit TPL5110 Power Timer Breakout

Adafruit Capacitive Touch Sensor Breakouts

14-Segment Alpha-numeric LED FeatherWing

NeoMatrix 8x8 Word Clock

Adafruit MMA8451 Accelerometer Breakout

Adafruit HUZZAH32 - ESP32 Feather

Large Pi-based Thermometer and Clock

Android GBoard Morse Code Control with Circuit Playground Express

Adafruit I2C FRAM Breakout

Adafruit Mini TFT with Joystick Featherwing

i2c/spi LCD Backpack Created by lady ada Last updated on :11:04 PM UTC

Adafruit TPL5111 Reset Enable Timer Breakout

Adafruit Mini TFT " 160x80

Adafruit 8x16 LED Matrix FeatherWing

Adafruit DRV2605 Haptic Controller Breakout

Adafruit ATWINC1500 WiFi Breakout

Adafruit LIS3DH Triple-Axis Accelerometer Breakout

Adafruit 2.4" TFT FeatherWing

OpenSesame EyeLink tutorial

Adafruit LED Backpacks

Adafruit 10-DOF IMU Breakout

Adafruit Stepper + DC Motor FeatherWing

0.96" mini Color OLED

Adafruit ATWINC1500 WiFi Breakout

Adafruit 9-DOF IMU Breakout

Adafruit IO Basics: ESP Arduino

Adafruit IO Basics: Temperature & Humidity

RGB LCD Shield. Created by lady ada. Last updated on :48:40 PM UTC

Data Logging with Feather and CircuitPython

Introducing Adafruit Trellis

Adafruit WINC1500 WiFi Shield for Arduino

Sino:bit with Arduino

Adafruit LED Backpacks

Adafruit ATWINC1500 WiFi Breakout

Grove - LED Bar. Introduction. Features

Grove - 4-Digit Display

Adafruit LED Sequins. Created by Becky Stern. Last updated on :02:00 AM UTC

Adafruit Feather 32u4 Basic Proto

CircuitPlayground Minecraft Gesture Controller

1.8" TFT Display Breakout and Shield

Adafruit 3.5" 480x320 TFT FeatherWing

Toy Car Speed Timer. Created by Kirby Griese. Last updated on :13:49 PM UTC

Interior Purse Light. Created by Becky Stern. Last updated on :41:08 PM UTC

Adafruit 1.27" and 1.5" Color OLED Breakout Board

BeagleBone. Created by lady ada. Last updated on :46:10 PM UTC

Naughty or Nice Machine

Adafruit 3.5" 480x320 TFT FeatherWing

Adafruit GPS Hat in Windows IoT Core

PyPortal NeoPixel Color Picker Created by Kattni Rembor. Last updated on :42:41 PM UTC

Crickit Dancing Marionette Kit Created by Dano Wall. Last updated on :03:11 PM UTC

Using IFTTT with Adafruit IO to Make an IoT Door Detector

Trinket-Powered Conference Room Occupancy Display

Steam Heat Retrofit for Coover Hall

Introducing Circuit Playground

Adabot Operation Game

Adafruit Flora Bluefruit LE

Introducing Circuit Playground

MiniPOV4 - DIY Full-Color Persistence of Vision & Light-Painting Kit

Flora Wearable GPS. Created by Becky Stern. Last updated on :32:36 PM UTC

Adafruit IO Basics: Digital Output

Coffee Detonator: The TNT Plunger Grinder

FeatherWing Proto and Doubler

FeatherWing Proto, Doubler and Tripler

Adafruit IO Basics: Analog Input

NeoPixie Dust Bag with Circuit Playground Express

Getting Started with FLORA

Transcription:

Adafruit s DS3231 RTC Library Documentation Release 1.0 Philip Moyer Aug 25, 2018

Contents 1 Dependencies 3 2 Usage Notes 5 2.1 Basics................................................... 5 2.2 Date and time............................................... 5 2.3 Alarm................................................... 6 3 Contributing 7 4 Building locally 9 4.1 Sphinx documentation.......................................... 9 5 Table of Contents 11 5.1 Simple test................................................ 11 5.2 adafruit_ds3231 - DS3231 Real Time Clock module....................... 12 5.2.1 Implementation Notes..................................... 12 6 Indices and tables 15 Python Module Index 17 i

ii

Adafruit s DS3231 RTC Library Documentation, Release 1.0 The datasheet for the DS3231 explains that this part is an Extremely Accurate I 2 C-Integrated RTC/TCXO/Crystal. And, hey, it does exactly what it says on the tin! This Real Time Clock (RTC) is the most precise you can get in a small, low power package. Most RTCs use an external 32kHz timing crystal that is used to keep time with low current draw. And that s all well and good, but those crystals have slight drift, particularly when the temperature changes (the temperature changes the oscillation frequency very very very slightly but it does add up!) This RTC is in a beefy package because the crystal is inside the chip! And right next to the integrated crystal is a temperature sensor. That sensor compensates for the frequency changes by adding or removing clock ticks so that the timekeeping stays on schedule. This is the finest RTC you can get, and now we have it in a compact, breadboard-friendly breakout. With a coin cell plugged into the back, you can get years of precision timekeeping, even when main power is lost. Great for datalogging and clocks, or anything where you need to really know the time. Contents 1

Adafruit s DS3231 RTC Library Documentation, Release 1.0 2 Contents

CHAPTER 1 Dependencies This driver depends on: Adafruit CircuitPython Bus Device Register Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle. 3

Adafruit s DS3231 RTC Library Documentation, Release 1.0 4 Chapter 1. Dependencies

CHAPTER 2 Usage Notes 2.1 Basics Of course, you must import the library to use it: import busio import adafruit_ds3231 import time All the Adafruit RTC libraries take an instantiated and active I2C object (from the busio library) as an argument to their constructor. The way to create an I2C object depends on the board you are using. For boards with labeled SCL and SDA pins, you can: from board import * You can also use pins defined by the onboard microcontroller through the microcontroller.pin module. Now, to initialize the I2C bus: myi2c = busio.i2c(scl, SDA) Once you have created the I2C interface object, you can use it to instantiate the RTC object: rtc = adafruit_ds3231.ds3231(myi2c) 2.2 Date and time To set the time, you need to set datetime to a time.struct_time object: rtc.datetime = time.struct_time((2017,1,9,15,6,0,0,9,-1)) 5

Adafruit s DS3231 RTC Library Documentation, Release 1.0 After the RTC is set, you retrieve the time by reading the datetime attribute and access the standard attributes of a struct_time such as tm_year, tm_hour and tm_min. t = rtc.datetime print(t) print(t.tm_hour, t.tm_min) 2.3 Alarm To set the time, you need to set alarm1 or alarm2 to a tuple with a time.struct_time object and string representing the frequency such as hourly : rtc.alarm1 = (time.struct_time((2017,1,9,15,6,0,0,9,-1)), "daily") After the RTC is set, you retrieve the alarm status by reading the corresponding alarm1_status or alarm2_status attributes. Once True, set it back to False to reset. if rtc.alarm1_status: print("wake up!") rtc.alarm1_status = False 6 Chapter 2. Usage Notes

CHAPTER 3 Contributing Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming. 7

Adafruit s DS3231 RTC Library Documentation, Release 1.0 8 Chapter 3. Contributing

CHAPTER 4 Building locally To build this library locally you ll need to install the circuitpython-build-tools package. python3 -m venv.env source.env/bin/activate pip install circuitpython-build-tools Once installed, make sure you are in the virtual environment: source.env/bin/activate Then run the build: circuitpython-build-bundles --filename_prefix adafruit-circuitpython-ds3231 --library_ location. 4.1 Sphinx documentation Sphinx is used to build the documentation based on rst files and comments in the code. First, install dependencies (feel free to reuse the virtual environment from above): python3 -m venv.env source.env/bin/activate pip install Sphinx sphinx-rtd-theme Now, once you have the virtual environment activated: cd docs sphinx-build -E -W -b html. _build/html This will output the documentation to docs/_build/html. Open the index.html in your browser to view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to locally verify it will pass. 9

Adafruit s DS3231 RTC Library Documentation, Release 1.0 10 Chapter 4. Building locally

CHAPTER 5 Table of Contents 5.1 Simple test Ensure your device works with this simple test. Listing 1: examples/ds3231_simpletest.py 1 # Simple demo of reading and writing the time for the DS3231 real-time clock. 2 # Change the if False to if True below to set the time, otherwise it will just 3 # print the current date and time every second. Notice also comments to adjust 4 # for working with hardware vs. software I2C. 5 6 import time 7 import board 8 # For hardware I2C (M0 boards) use this line: 9 import busio as io 10 # Or for software I2C (ESP8266) use this line instead: 11 #import bitbangio as io 12 13 import adafruit_ds3231 14 15 16 i2c = io.i2c(board.scl, board.sda) # Change to the appropriate I2C clock & data 17 # pins here! 18 19 # Create the RTC instance: 20 rtc = adafruit_ds3231.ds3231(i2c) 21 22 # Lookup table for names of days (nicer printing). 23 days = ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday") 24 25 26 #pylint: disable-msg=bad-whitespace 27 #pylint: disable-msg=using-constant-test (continues on next page) 11

Adafruit s DS3231 RTC Library Documentation, Release 1.0 (continued from previous page) 28 if False: # change to True if you want to set the time! 29 # year, mon, date, hour, min, sec, wday, yday, isdst 30 t = time.struct_time((2017, 10, 29, 15, 14, 15, 0, -1, -1)) 31 # you must set year, mon, date, hour, min, sec and weekday 32 # yearday is not supported, isdst can be set but we don't do anything with it at this time 33 print("setting time to:", t) # uncomment for debugging 34 rtc.datetime = t 35 print() 36 #pylint: enable-msg=using-constant-test 37 #pylint: enable-msg=bad-whitespace 38 39 # Main loop: 40 while True: 41 t = rtc.datetime 42 #print(t) # uncomment for debugging 43 print("the date is {} {}/{}/{}".format(days[int(t.tm_wday)], t.tm_mday, t.tm_mon, t.tm_year)) 44 print("the time is {}:{:02}:{:02}".format(t.tm_hour, t.tm_min, t.tm_sec)) 45 time.sleep(1) # wait a second 5.2 adafruit_ds3231 - DS3231 Real Time Clock module CircuitPython library to support DS3231 Real Time Clock (RTC). This library supports the use of the DS3231-based RTC in CircuitPython. Author(s): Philip R. Moyer and Radomir Dopieralski for Adafruit Industries. 5.2.1 Implementation Notes Hardware: Adafruit DS3231 Precision RTC FeatherWing (Product ID: 3028) Adafruit DS3231 RTC breakout (Product ID: 3013) Adafruit ChronoDot - Ultra-precise Real Time Clock - v2.1 (Product ID: 3013) Software and Dependencies: Notes: Adafruit CircuitPython firmware for the ESP8622 and M0-based boards: circuitpython/releases Adafruit s Register library: https://github.com/adafruit/adafruit_circuitpython_register Adafruit s Bus Device library: https://github.com/adafruit/adafruit_circuitpython_busdevice 1. Milliseconds are not supported by this RTC. 2. Datasheet: https://datasheets.maximintegrated.com/en/ds/ds3231.pdf class adafruit_ds3231.ds3231(i2c) Interface to the DS3231 RTC. https://github.com/adafruit/ 12 Chapter 5. Table of Contents

Adafruit s DS3231 RTC Library Documentation, Release 1.0 alarm1 Alarm time for the first alarm. alarm1_interrupt True if the interrupt pin will output when alarm1 is alarming. alarm1_status True if alarm1 is alarming. Set to False to reset. alarm2 Alarm time for the second alarm. alarm2_interrupt True if the interrupt pin will output when alarm2 is alarming. alarm2_status True if alarm2 is alarming. Set to False to reset. datetime Gets the current date and time or sets the current date and time then starts the clock. datetime_register Current date and time. disable_oscillator True if the oscillator is disabled. lost_power True if the device has lost power since the time was set. 5.2. adafruit_ds3231 - DS3231 Real Time Clock module 13

Adafruit s DS3231 RTC Library Documentation, Release 1.0 14 Chapter 5. Table of Contents

CHAPTER 6 Indices and tables genindex modindex search 15

Adafruit s DS3231 RTC Library Documentation, Release 1.0 16 Chapter 6. Indices and tables

Python Module Index a adafruit_ds3231, 12 17

Adafruit s DS3231 RTC Library Documentation, Release 1.0 18 Python Module Index

Index A adafruit_ds3231 (module), 12 alarm1 (adafruit_ds3231.ds3231 attribute), 12 alarm1_interrupt (adafruit_ds3231.ds3231 attribute), 13 alarm1_status (adafruit_ds3231.ds3231 attribute), 13 alarm2 (adafruit_ds3231.ds3231 attribute), 13 alarm2_interrupt (adafruit_ds3231.ds3231 attribute), 13 alarm2_status (adafruit_ds3231.ds3231 attribute), 13 D datetime (adafruit_ds3231.ds3231 attribute), 13 datetime_register (adafruit_ds3231.ds3231 attribute), 13 disable_oscillator (adafruit_ds3231.ds3231 attribute), 13 DS3231 (class in adafruit_ds3231), 12 L lost_power (adafruit_ds3231.ds3231 attribute), 13 19