ESP32 and DS3231micro #10810
-
Anybody using this library for the DS3231: If I use pins 5 and 4 I can talk to the DS3231, however pin5 might be a problem for the ESP32 as it is one of the strapping pins. If I change to pins 19 and 18 I get the following error: File "DS3231micro.py", line 66, in getSeconds
OSError: [Errno 19] ENODEV Any suggestions how to fix this are appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
Thank you for that. I have got version 2 of my ESPNow water tank monitoring system, with a repeater, using two DS3231 to wake-up the remote and repeater at the "same time". I will be building another link with just a remote (one DS3231) so I'll give your library a try. |
Beta Was this translation helpful? Give feedback.
See portable DS3231 driver.