Skip to content

Using GPS as Time Source

Matthias Prinke edited this page Mar 6, 2026 · 19 revisions

Use Case

BresserWeatherSensorLW's README – Real-Time Clock (RTC) lists several option for setting the microcontroller's internal RTC from a time source:

  • LoRaWAN Network Time
  • LoRaWAN Downlink Command
  • Separate RTC with backup battery

When to use a GPS as time source: *

Interfacing

Warning

Check the GPS module's datasheet for the correct power supply voltage and I/O voltage levels! Using the wrong voltage can damage the GPS module or the microcontroller.

The following are common GPS module configurations:

  1. 3.3V power supply and 3.3V I/O levels
  2. 5V power supply and 3.3V I/O levels (internal voltage regulator)
  3. 5V power supply and 5V I/O levels (LEVEL SHIFTER REQUIRED!)

Power Management

Clone this wiki locally