Skip to content

PowerSaving 16.1: Added PowerSaving GPS

Pre-release
Pre-release

Choose a tag to compare

@IoTThinks IoTThinks released this 29 Jun 14:20
5c02563

Still in-progress

  • Debug log is visible for UART console. It is easy to view the Serial log from a NRF52 repeaters. Serial log for ESP32 repeaters are be cut off in powersaving on.

GPS PowerSaving for repeaters:

This is for repeaters to sync time with GPS while keeping the power consumption low as GPS is off most of the time.

  • Activating PowerSaving GPS: powersaving on and gps on.
  • In first GPS lock from boot, GPS will stay on for 15 minutes (long GPS session) then off for 1 hour.
  • In subsequent, GPS on, GPS will stay on for 5 minutes (normal GPS session) then off for 1 hour.
  • You can check the status and last sync by CLI gps.
  • You can force gps sync by CLI gps sync. The GPS will be on for 15 (long GPS session) and try to sync the time.
image

Features:

  • Updating...