Closed iofirag closed 3 months ago
The microcontroller-based OpenSprinkler (i.e. OpenSprinkler 3.x) has built-in RTC which can maintain time when power is off. For RPi-based OpenSprinkler, because time keeping as well as NTP are managed by the Raspbian operating system, the firmware doesn't handle either of them. You can google 'rpi real-time clock' to install a RTC module yourself.
Great. Thanks.
What about d1 mini
?
If you have an RTC module connected to D1 mini (the RTC can be PCF8563 or DS1307, both very common and popular), then the firmware can auto-detect these and use them.
thanks! :)
Hi, i have been install Opensprinkler on raspberry pi (
rpi3b+
) by pull this repo and run./build.sh
, and want Opensprinkler will useRTC module
when there isnt internet connection how can i achieve that? what model of RTC module is supported.& by the way, i have future plans to move to
D1 mini
it will be possible also to run it with RTC module?