adafruit / Adafruit_CircuitPython_DS3231

Adafruit CircuitPython drivers for the DS3231 realtime clock.
MIT License
21 stars 19 forks source link

Are there instructions for using this with the Raspberry Pi Pico controller #46

Closed hairem closed 1 year ago

hairem commented 1 year ago

I am trying to use this library to run my ds3231 on my raspberry pi pico but the instructions and examples are for if I was using a regular pi board. I have multiple I2C and URAT already set up and I am unsure how to use this library with those micro-python settings for the pico. I have it wired into my project and can detect the address when I do an I2C scan, just need to know how to initialize the I2C for the pico instead of the PI.

jposada202020 commented 1 year ago

hello hairem, normally this is for library issues, so you might not get the help or rapid answer that you expect maybe you could try the https://adafru.it/discordchannels people could help you with that. In the meantime maybe you could take a look here. https://learn.adafruit.com/adafruit-ds3231-precision-rtc-breakout/circuitpython or ask in the https://forums.adafruit.com/ Forums.

Thanks

hairem commented 1 year ago

I figured it would be something like that but I didn't see much other for options to ask.

On Fri, Feb 17, 2023, 10:26 jposada202020 @.***> wrote:

hello hairem, normally this is for library issues, so you might not get the help or rapid answer that you expect maybe you could try the https://adafru.it/discordchannels people could help you with that. In the meantime maybe you could take a look here.

https://learn.adafruit.com/adafruit-ds3231-precision-rtc-breakout/circuitpython or ask in the https://forums.adafruit.com/ Forums.

Thanks

— Reply to this email directly, view it on GitHub https://github.com/adafruit/Adafruit_CircuitPython_DS3231/issues/46#issuecomment-1435069617, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALQY2DNY2N63ELR2D2I724TWX67DXANCNFSM6AAAAAAU7TUAYQ . You are receiving this because you authored the thread.Message ID: @.***>

jposada202020 commented 1 year ago

No worries, Adafruit Discord is a great place to find help in your projects. either the #help-with-projects or help-with-circuitpython channel. Good Luck :)