how to connect RV 1805 RTC to Raspberry Pico using (micro-)Python

Newbie here.

I’ve succesfully connected several Sparkfun modules to the Raspberry Pico using Qwiic and (micro-)Python libraries. However I can’t find any useful ‘Pythonian’ information on connecting the 1805, other than Arduino modules. All help is appreciated! :roll:

Thanks for reaching out to us on this.

SparkFun has only released Arduino libraries for the 1805 - please refer to to the hookup guide for more info: https://learn.sparkfun.com/tutorials/qw … y-overview

The good news is that microPython can run Arduino code as well, so you can copy the code and paste it into your .py file(s) and it should run.

Hope this helps, and happy sparking!