Sysadmin > NtP > GpsHeadFlorianTaeger

GPS head for raspberry pi form Florian Täger

Kurz noch ein paar Hilfreiche Details:

Das PPS-Signal liegt an GPIO 23 an. Auf GPIO 24 liegt das FIX Signal.

LED1 hängt an GPIO21 und LED2 an GPIO22.

Die RTC ist wie gesagt eine RTC3231 - dazu gehört dann auf der Unterseite auch die CR2032 3V Knopfzelle.

Das Datenblatt vom GPS Modul habe ich dir auch angehängt.

Die 3.3V für das GPS Modul, die aktive Antenne und die RTC kommen von einem eigenen Spannungswandler aus den 5V, da der RPi nicht genug Saft für etwas hungrigere Antennen liefert.

GPIOs

  • PIN 2 and 4 = Power 5V
  • PIN 16 / GPIO 23 = PPS
  • PIN 18 / GPIO 24 = 3D Fix (enough satellites for a good time)

  • PIN 3 = I2C1 SDA RTC (DS3231 similar DS1307) via I2C
  • PIN 5 = I2Ca SCL

  • PIN 8 = UART0 TX (you have to disable the console)
  • PIN 10 = UART0 RX (you have to disable the console)

LEDs

  • 3.3V + Power
  • LED1 = GPIO 21
  • LED2 = GPIO 22
  • PPS = GPIO 23
  • FIX = blink/no-position dark/position-fixed