CONFIG_GPS_SIM_PSEUDO_RANDOM

Use pseudo-random values to generate GPS coordinates

Type: bool

Help

Enables pseudo-random GPS coordinate creation. Based on uptime that’s input to a sine function, which causes the otuput to not be uniformally distributed, but sinusoidal.

Direct dependencies

GPS_SIM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/drivers/gps/gps_sim/Kconfig:69

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:27<nRF>/drivers/Kconfig:13<nRF>/drivers/gps/Kconfig:10

Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → GPS Drivers → GPS simulator

config GPS_SIM_PSEUDO_RANDOM
    bool "Use pseudo-random values to generate GPS coordinates"
    depends on GPS_SIM
    help
      Enables pseudo-random GPS coordinate creation. Based on uptime
      that's input to a sine function, which causes the otuput
      to not be uniformally distributed, but sinusoidal.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)