Skip to content

Can't lock on to L2CM without enable L1CA first ? Is it a normal thing for GPS receiver ? #51

Answered by tomojitakasu
Data2Logic asked this question in Q&A
Discussion options

You must be logged in to vote

Pocket SDR will not search for L2CM unless it is already tracking L1C/A, L5I or L5Q signal from the same satellite. This is intended to shorten the total acquisition time. If you wish to disable this behavior, please edit the following line and rebuild the libraries and applications.

PocketSDR/src/sdr_rcv.c (L30)

#define MAX_ACQ 4e-3 // max code length w/o acquisition assist (s)
->
#define MAX_ACQ 25e-3 // max code length w/o acquisition assist (s)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tomojitakasu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants