Hello,
I have tried the GPS sample and it worked fine. Now I want to understand the code more in detail und maybe modify the GPS settings.
But I can’t find any documentation about the GPS API and how to program the GPS-socket.
Many thanks for help.
Hello,
I have tried the GPS sample and it worked fine. Now I want to understand the code more in detail und maybe modify the GPS settings.
But I can’t find any documentation about the GPS API and how to program the GPS-socket.
Many thanks for help.
Hey,
But I can’t find any documentation about the GPS API and how to program the GPS-socket.
There isn't much documentation available at the moment. The best thing you can do right now is to search the devzone for cases about the GPS.
Now I want to understand the code more in detail und maybe modify the GPS settings.
I believe you can modify at least some of the settings in the nrf_setsockopt() function, found in nrf_socket.h.
Hey,
But I can’t find any documentation about the GPS API and how to program the GPS-socket.
There isn't much documentation available at the moment. The best thing you can do right now is to search the devzone for cases about the GPS.
Now I want to understand the code more in detail und maybe modify the GPS settings.
I believe you can modify at least some of the settings in the nrf_setsockopt() function, found in nrf_socket.h.