This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to use gps.h driver with nrf9160

Hi,

I want to use the gps.h driver with the nrf9160 but I don't know how to get the gps device pointer to initialize the driver.

Tell me if I'm wrong, but normaly,

we have to get the "get_device_binding("theDeviceName")" function. "theDeviceName" must be set into the configuration board or in "nrf9160_nrf9160ns.overlay".

But how to configure it?

Related