Digistump Forums

The Digispark => Digispark (Original) Support => Topic started by: Quinten on October 17, 2017, 12:57:45 am

Title: adafruit ds3231 RTC
Post by: Quinten on October 17, 2017, 12:57:45 am
Hi all,

I am trying to conect the Adafruit DS3231 RTC to the Tiny 85(micro usb).
In the Digispark library I can only find the DS1307 RTC. is there a way to make the DS3231 work?

I hope i'm not asking something too stuped, I am a biginner ;D
Title: Re: adafruit ds3231 RTC
Post by: redridinghood74 on October 17, 2017, 02:50:47 am
A good library & example @ github by Jack Christensen
https://github.com/JChristensen/DS3232RTC (https://github.com/JChristensen/DS3232RTC)
Title: Re: adafruit ds3231 RTC
Post by: Quinten on October 17, 2017, 03:34:41 am
Thanks alot! I will try it tonight.