Search found 2 matches

by wrightkevin
Sat Jul 24, 2021 3:56 pm
Forum: MicroPython pyboard
Topic: Simple connect liteboard -> rs3231 rtc module
Replies: 3
Views: 4515

Re: Simple connect liteboard -> rs3231 rtc module

Hi Peter, Thank you very much for that. When I run the calibrate function, I get: Pyboard 1.x. Waiting 5 minutes for calibration factor. Error 26066.3ppm 49604.1mins/year. Cal factor -27323 But I thought I'd press on anyway. When I use your librarys get_time function, that time does seem to survive ...
by wrightkevin
Sat Jul 24, 2021 10:40 am
Forum: MicroPython pyboard
Topic: Simple connect liteboard -> rs3231 rtc module
Replies: 3
Views: 4515

Simple connect liteboard -> rs3231 rtc module

Hi, I am trying to connect a MicroPython Lite board to a ds3231 rtc module. So far I have performed the following steps: wire connections from the pyboard lite. x9 -> scl on the module x10 -> sda on the module vcc -> vcc on the module ground -> ground on the module. Here is my python code: import ma...