Hi, I want to use normal GPS data (not AGPS) to send to my MQTT server.
I work well with MQTT_Simple to send sensor data to my server.
I see a GPS example in /nrf/samples/nrf9160/gps and can run it successfully.
I don't know how to combine these 2 examples, can you give me some clues?
I try to combine, use thread (K_THREAD_STACK_DEFINE), but got a very hard fault when running (stack overflow, Precise data bus error, ....)
I use ncs v1.5.1, thingy91, ubuntu 18.0.4
Thanks in advance