modem fw v1.2.0
ncs v1.3.0
custom board
I'm trying to make a one-shot GPS app without assisted data by modifying gps sample app, and doing field test, but have an accuracy issue. Giving me any advice is helpful.
The app process is simple;
1. initiate GPS socket
2. start GPS, try to fix, and stop GPS (don't tweak "AT+CFUN" setting, just set START/STOP to gnss_ctrl function)
3. sleep for 10 sec
4. repeat step 3. and 4.
Then I walked through a street surrounded by 2 or 3-story buildings which are not so high.
The result doesn't correspond to where I walked.
I get position data from last_fix.pvt.longitude and last_fix.pvt.latitude.
Why does this occur? I don't think this is hardware issue because it fixes a position at least.
Any tip?