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

Missing documentation of libraries for nrf9160

So far, I've been searching in vain for a documentation of the libraries to be used for programming the 9160. Is this a lack of google skills, or aren't they public?

Parents Reply
  • Hi, done that. It seems you're not using the header files as source for generating documentation, but the comments are good enough to understand what methods do. 

    As far as I've understood so far, the GPS is activated using an AT command (AT%XSYSTEMMODE=0,0,1,0), and in order to get GPS data, a callback is registered to receive NMEA strings from the GPS. 

    Are there any intermediate steps I need to perform in order to receive the NMEA strings?

    Tron

Children
Related