Hi Nordic team,
I’m working on an nRF9151 DK with nRF Connect SDK v3.0.0.
My goal is to send GNSS latitude/longitude data to a CoAP server.
-
The GNSS sample works fine → I get correct coordinates.
-
The CoAP client sample works fine → I can send POST requests and get responses from my server.
-
But when I combine both in one project, I get no GNSS fix and no CoAP messages are sent.
I only see:
<inf> coap_client_sample: Starting GNSS + CoAP client
<inf> coap_client_sample: Bringing network interface up
<inf> coap_client_sample: Waiting for network connectivity
-
Is there a specific order required for modem/LTE/GNSS init when used with CoAP?
-
Any debugging tips to see why GNSS events never trigger and CoAP never sends?
Additional info
-
Board: nRF9151 DK
-
SDK: nRF Connect SDK v3.0.0
-
Both examples work independently
-
Using IPv6 CoAP server
Any guidance or example on how to properly combine GNSS fix + CoAP POST would be greatly appreciated.
Regards
Arun