Hi
I wanted to integrate Golioth fw_update example with location. Have anyone did that before? I am familiar with fw_update example but the location one is not returing any location
Steps to Reproduce
Integrate fw_update example with location example
Expected Behavior
It should return location data.
Actual Behavior
fw_update works but no location.
Environment
Golioth sdk on nrf 9151
Logs and Console Output
Actually I am working remotely and trying to integration the fw_update sample with location sample fr
There shouldn’t be any obstacle to running both together, the firmware update service and the location service are independent, and combining them in a single application is fine.
Before we dig into the integration itself, can you confirm whether the standalone location sample works on your setup? Running that on its own will tell us whether the problem is in the location configuration itself or in something specific to combining it with fw_update.
A few things worth checking while you’re at it:
What Firmware SDK version you are using?
Are you seeing any errors in the logs that you can share, or just no location coming back?
If the standalone sample also returns nothing, that narrows it down considerably and we can start there.