Closed
Description
if i 'i2c.scan()' i can see the ds1307 at 0x68 however the last command to setup the rtc fails with an unable to find DS1307 at i2c address ox68 - any help or points greatly appreciated!
Adafruit CircuitPython 3.1.2 on 2019-01-07; Adafruit ItsyBitsy M4 Express with samd51g19
import busio
import adafruit_ds1307
import time
from board import *
myI2C = busio.I2C(SCL, SDA)
rtc = adafruit_ds1307.DS1307(myI2C)
Traceback (most recent call last):
File "", line 1, in
File "adafruit_ds1307.py", line 85, in init
ValueError: Unable to find DS1307 at i2c address 0x68.
Metadata
Metadata
Assignees
Labels
No labels