-
Notifications
You must be signed in to change notification settings - Fork 9
ValueError: Unable to find DS1307 at i2c address 0x68. #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Self resolving. |
@soneups : How did you solve it? im getting the same error with my RP2040 Board (Pimoroni Plasma Board) and a Sparkfun DS1307 Module. The Device Address is fine (0x68) and the SDA/SCL Pulled up but with the Adafruit DS1307 Library im getting the "ValueError: Unable to find DS1307 at i2c address 0x68." Error |
I solved it by Myself. In the Original .py File was a section to verify the correct RTC Board.
I removed it completly because i know it is the right board. Then i created a new DS1307 Library without this code. I append it on my comment. Now it works fine. Hope i could help someone with it in the Future. Best Ruediger |
I have submitted a Pull request for this issue, as the existing validation mentioned does not reflect the manufacturers documentation. Those 2 bits are intended to be alterable, not fixed. |
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
The text was updated successfully, but these errors were encountered: