OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Just curious, does the opensprinkler pi actually use…

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22558

    mattguy
    Member

    Does it actually use the DS1307 Real Time Clock on the board? What is its use?

    #25131

    Dan in CA
    Participant

    At this point the Python interval program does not use the RTC. It will probably be added at some point.

    The purpose of the RTC is to provide a stable time source when there is not an internet connection.

    Dan

    #25132

    Ray
    Keymaster

    Unlike the microcontroller-based OpenSprinkler, OSPi’s firmware programs do not actively set and read RTC directly. Instead, you should set it up with the RPi’s operating system in order to automatically set and read RTC. The OSPi Wiki page has instructions:
    http://rayshobby.net/mediawiki/index.php?title=OpenSprinkler_Pi

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Just curious, does the opensprinkler pi actually use…