-
Hi. I'm making a laptop with my Pi 4 and I've decided to run Windows on it. I'm going to add a [Adafruit PiRTC DS3231](https://www.adafruit.com/product/4282) and I'm wondering if adding `dtoverlay=i2c…
-
- What crankshaft version? 66525ef, build date 2022-09-11
- Steps to reproduce the bug, if you're planning to report a bug. Please indicate whether the bug is always repoducible.
- - set RTC to ds…
-
Although pin-powering the DS3231 (i.e. using a GPIO pin to power the DS3231) results in less current draw from the primary batteries, it ends up draining the DS3231's coin cell much more quickly. The …
-
I am not able to use DS3231 RTC along with sleep. Is there a way to avoid the sleep mode messing with DS3231 library?
-
-
DS3231 in the following repository is using a different strategy to initialize i2c bus.
https://github.com/nopnop2002/esp-idf-ds3231
We can't initialize i2c bus twice, am I right?
Do we need to c…
-
I'd like to redesign the rev2.0 Pico-Timecode board to be as cost efficient as possible, so am reviewing Picos.... I could lay out a complete design with RP2040/RP2350, but that would make the build m…
-
Планируется ли сделать поддержку DS3231?
Возможный вариант, если недоступна синхронизация по NTP, то пытаемся читать время из локальных часов RTC.
Была ситуация когда ночью отключили свет и включил…
-
Hi @peterhinch Thank you to write a driver for the DS3231.
Do you have a driver for another RTC than DS3231? [Here follow:](https://github.com/peterhinch/micropython-samples/blob/master/README.md#…
-
Current implementation of counter for DS3231 thread century bit following way:
0 - it is 1900 century
1 - it is 2000 century
The documentation of DS3231 does not specify the meaning of the bit, i…