Difference between revisions of "Real Time Clock RTC"

From HiveTool
Jump to: navigation, search
(Created page with " https://www.raspberrypi.org/forums/viewtopic.php?t=85683")
 
Line 1: Line 1:
 +
Adding a RTC to the Hive Interface board.
 +
 +
==DS3231==
 +
===Hardware===
 +
This module almost plugs in to J? on the Hive Interface board.  A minor modification is required.
 +
#The ground on C? must be moved.
 +
#To be safe, the 4th pin of a 1x5 male header should be removed.
 +
#Solder the 1x5 header in J7 BUT SHIFT IT DOWN ONE PIN.
 +
 +
===Software===
 +
These instructions work, but are not complete in that the RTC is not set to the ntp servers when ntp servers are available:
 +
 +
https://learn.adafruit.com/adding-a-real-time-clock-to-raspberry-pi/overview
  
  
 
https://www.raspberrypi.org/forums/viewtopic.php?t=85683
 
https://www.raspberrypi.org/forums/viewtopic.php?t=85683

Revision as of 00:25, 24 April 2017

Adding a RTC to the Hive Interface board.

DS3231

Hardware

This module almost plugs in to J? on the Hive Interface board. A minor modification is required.

  1. The ground on C? must be moved.
  2. To be safe, the 4th pin of a 1x5 male header should be removed.
  3. Solder the 1x5 header in J7 BUT SHIFT IT DOWN ONE PIN.

Software

These instructions work, but are not complete in that the RTC is not set to the ntp servers when ntp servers are available:

https://learn.adafruit.com/adding-a-real-time-clock-to-raspberry-pi/overview


https://www.raspberrypi.org/forums/viewtopic.php?t=85683