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
(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:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:95
→ <nRF>/drivers/Kconfig:14
→ <nRF>/drivers/gps/Kconfig:10
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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.)