Hi, I wanted to use A-GPS with my nrf9160 sparkfun thing plus, however, I have been having trouble with the SUPL. I have shifted to using Golioth instead of the nrf cloud simply because I could not connect/had trouble using the nrf cloud. I have been able to connect to the Golioth cloud server and have even published logs to it, now I am wanting to use it to provide my device with A-GPS support.
In addition, I would like to use the GPS sample from the nfed that is on github, however, whenever I try to use it and set CONFIG_GNSS_SAMPLE_ASSISTANCE_NRF_CLOUD=y, I get the following error code:
c:\users\jsppr\onedrive\desktop\rvs\nrf\subsys\net\lib\nrf_cloud\include\nrf_cloud_codec_internal.h:27:10: fatal error: cJSON.h: No such file or directory
27 | #include “cJSON.h”
However, when I go to the file location, the cJSON is there so I am confused on why the compiler can’t find it. I am wondering if it might be due to folder structure, since I have to create folders for the supl folder to be put into?
My questions then are how do I fix the building issue? And secondly do I have to use the nrf cloud to get A-GPS? Or can I use Golioth?